Releases: Altarok/gantt-this
Releases · Altarok/gantt-this
Release list
1.1.2
Bugfix: Add missing overlay for new icons 'star' and 'octagon'
Full Changelog: 1.1.1...1.1.2
1.1.1
Release done because the last one failed due to GitHub hickup.
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
Features
- Bases!
- Have all your charts in 1 file
- Manually select which folders to use for your events
- Filter file in folder foo/bar to see events in this folder and sub-folders
- Filter folder is foo/bar to see events in this folder (without sub-folders)
- Set up a lower and upper date range for each chart individually (which will reference your default calendar)
- See the amount of found events in the top-left corner
- New event symbols:
starandoctagon
Full Changelog: 1.0.3...1.1.0
1.0.3
What's Changed
Features
- Add setting for default event symbol
- Calendars now may contain an optional
outputFormatto display dates differently from input format in event notes - A year-only date is now a valid option
- Points to January 1st for now, a setting will allow to interpret is as a 1y timespan
Bugs
- Move minus for negative years to front of date (was fixed to year before)
- Calendars no longer have to be lowercase only, this also applies to groups
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
Features
- Add setting: Makes
gantt-itemcheckbox optional- If active, this saves you 1 frontmatter property per event
- Make descriptive date "today" work for non-gregorian calendars
Bugs
- Make default calendar work. Default calendar must exist in list
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
Features
- Added moon cycles
- Improved grammar in settings, removed typos
- "today" is now a valid date for events -> This allows you to ..
- Mark the current day with something (e.g vertical line)
- Define an event with an open end (start: x, end: "today")
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
Features
- Added mobile support
- Added panning with CTRL key (Win + MacOS)
- Added n-cornered shapes function and added triangle and hexagon as displayTypes by @CePeU in #2
- Added n-shaped overlays
- Added pentagon as symbol type and fixed hexagon and diamond classes by @CePeU in #3
- Added start- and end days for calendars. They can end now instead of going forever.
- Added attribute 'displayName' to events and calendars. Use "" to not show any name.
- Added optional post-scriptum for calendar dates.
- Settings
- Make zoom and pan controls switchable
- Add ribbon icon
Bugs
- tooltip was in wrong place when chart note was popped out of obsidian
- wider screens now zoom and pan better
Full Changelog: 0.5.3...1.0.0
0.5.3
Added features
- Zoom - add intelligent min and max zoom
- Added code block content parsing for ..
- Added lower and upper bound ranges for initial view via code block
- Added center date for initial focus via code block
- Shorten mouse overlay lines to only show above related calendar
- Added optional list of moons; including color, offset and cycle
0.5.2
Implemented features:
- UX - add text to era
- UX - draw eras + vertical lines behind other stuff
- UX - automate text and icon removing while zooming
- UX - Lucide icons for every event
- Zoom - automate intelligent number of dates on screen
- Allow calendars without montsh
- Property - add Front-matter symbol 'vertical-line'
- Property - add optional calendar 'displayName' - will get shown as axis description
Other:
- Code - refactor SVG creation
0.5.1
What's Changed
New Contributors
- Added coloured eras
- Fixed offset calculation in for calendar definitions
- Added use of shortname property of calendar months
- Show dates in tooltips with human-readable month names, uses shortname if given