Skip to content

Releases: javalent/calendarium

v2.0.0-beta.3

25 Nov 01:32
eb0468a
Compare
Choose a tag to compare

2.0.0-beta.3 (2024-11-25)

Bug Fixes

  • Fixes issue where editing a calendar wouldn't re-trigger event parsing (34da6a5)

v2.0.0-beta.2

22 Nov 20:03
137a809
Compare
Choose a tag to compare

2.0.0-beta.2 (2024-11-22)

Bug Fixes

  • Fixes issue where custom weather data for locations couldn't be set (798d022)

v2.0.0-beta.1

22 Nov 19:45
df5064f
Compare
Choose a tag to compare

2.0.0-beta.1 (2024-11-22)

Features

v2.0.0-beta

21 Nov 18:17
ad4c906
Compare
Choose a tag to compare

2.0.0-beta (2024-11-21)

⚠ BREAKING CHANGES

  • Adds weather
  • Adds Seasons (#155)

Features

Bug Fixes

v1.5.0

01 Nov 19:44
e4c417a
Compare
Choose a tag to compare

1.5.0 (2024-11-01)

Features

  • Adds ability to link paths to the global default calendar, if any. (6f944b8)
  • The plugin now only watches files explicitly defined in settings for events. (18378e0)

Bug Fixes

  • Disabling auto parsing now removes file-based events (e83f639)
  • Improves appearance of the "no calendars" dialog in settings (d101c0e)
  • Move legacy autoParse calendar setting to a global setting (d7ed936)
  • Moving a file outside of the watched paths no longer triggers a scan event for that file (96dfc6c)
  • Plugin now includes the vault root as the default path to parse (a4aa1f6)
  • Remove legacy calendar path data (3d32e32)
  • Remove logs (13d63de)
  • Removes Rescan events for calendar command (it didn't actually do anything different) (3b59230)
  • Removes unneeded calendar management methods from the Plugin class (1d79553)
  • Saving edited events via modal no longer duplicates events (close #151). Thanks @LexMonster. (1c5b8cd)

v1.4.2

25 Oct 16:03
f6dd7e2
Compare
Choose a tag to compare

1.4.2 (2024-10-25)

Bug Fixes

  • chore: Fix import paths (85ba76a)
  • Improves message when improper calendar state sent to Agenda view (b9a5db5)
  • refactor: Migrated to new singleton settings service, removed some plugin dependencies (c2b9d16)
  • Removing an event from the UI now saves (5bbe3bf)
  • Tests (e02cec9)
  • Updates to the calendar now properly refresh linked Agenda views (e838c7a)

v1.4.1

25 Oct 15:56
d829843
Compare
Choose a tag to compare

1.4.1 (2024-10-25)

Bug Fixes

  • Improves message when improper calendar state sent to Agenda view (b9a5db5)
  • refactor: Migrated to new singleton settings service, removed some plugin dependencies (c2b9d16)
  • Removing an event from the UI now saves (5bbe3bf)
  • Tests (e02cec9)
  • Updates to the calendar now properly refresh linked Agenda views (e838c7a)

v1.4.0

05 Sep 13:49
7237efa
Compare
Choose a tag to compare

1.4.0 (2024-09-05)

Features

  • Adds ability to specify a callback to obtain the displayed day number in the calendar UI (524796c)

Bug Fixes

  • Fix issue where display date format could interfere with event parsing. (17638df)
  • Fixes tests (bbbf752)

v1.3.3

27 Apr 02:51
6d6d1cc
Compare
Choose a tag to compare

1.3.3 (2024-04-27)

Bug Fixes

  • Properly ignore non-markdown files when scanning for events (09f2f0b)

v1.3.2

26 Apr 19:16
67d9819
Compare
Choose a tag to compare

1.3.2 (2024-04-26)

Bug Fixes

  • Defer watcher until layout ready to help improve launch times (1fe974b)
  • Switch to @javalent/utilities module (d309b7e)
  • Watcher should now skip non-markdown files (23b9f42)