Skip to content

Releases: Altarok/gantt-this

1.1.2

Choose a tag to compare

@github-actions github-actions released this 17 Aug 19:23

Bugfix: Add missing overlay for new icons 'star' and 'octagon'

Full Changelog: 1.1.1...1.1.2

1.1.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 17:46

Release done because the last one failed due to GitHub hickup.

Full Changelog: 1.1.0...1.1.1

1.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 14:42

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: star and octagon

Full Changelog: 1.0.3...1.1.0

1.0.3

Choose a tag to compare

@github-actions github-actions released this 16 Aug 08:38

What's Changed

Features

  • Add setting for default event symbol
  • Calendars now may contain an optional outputFormat to 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

Choose a tag to compare

@github-actions github-actions released this 14 Aug 15:15

What's Changed

Features

  • Add setting: Makes gantt-item checkbox 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

Choose a tag to compare

@github-actions github-actions released this 14 Aug 13:08

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

Choose a tag to compare

@github-actions github-actions released this 13 Aug 11:02

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

Choose a tag to compare

@github-actions github-actions released this 10 Aug 20:19

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

Choose a tag to compare

@github-actions github-actions released this 07 Aug 08:54

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

Choose a tag to compare

@github-actions github-actions released this 04 Aug 18:47

What's Changed

  • Small fix of group icon and settings description by @CePeU in #1

New Contributors

  • @CePeU made their first contribution in #1

  • 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