Skip to content

Releases: obsidian-community/obsidian-full-calendar

0.4.3

28 Feb 04:18
Compare
Choose a tag to compare

Full Changelog: 0.4.2...0.4.3

Optimizations

  • Load remote calendars asynchronously to improve first-open experience.

0.4.2

28 Feb 03:58
Compare
Choose a tag to compare

Full Changelog: 0.4.1...0.4.2

UI/UX

  • Mobile view is now usable (takes up the full height)

0.4.1

28 Feb 03:53
Compare
Choose a tag to compare
0.4.1

0.4.0

26 Feb 23:14
Compare
Choose a tag to compare

Full Changelog: 0.3.4...0.4.0

Features

  • One-way sync for any .ics file

0.3.4

25 Feb 23:50
Compare
Choose a tag to compare

Full Changelog: 0.3.3...0.3.4

Bug fixes

  • Validate frontmatter before parsing.

0.3.3

25 Feb 23:26
Compare
Choose a tag to compare

Full Changelog: 0.3.2...0.3.3

Fixes

  • Helpful error messages when renaming or creating an event fails.

0.3.2

25 Feb 22:53
Compare
Choose a tag to compare

Hotfix for a bug introduced in 0.3.1.

0.3.1

25 Feb 22:43
Compare
Choose a tag to compare

Full Changelog: 0.3.0...0.3.1

Bug fixes

  • Stop creating newlines on every file edit
  • Create new settings with default color (fixes #17)
  • Prefix filenames with start date (addresses #5)

0.3.0

25 Feb 01:20
Compare
Choose a tag to compare

Full Changelog: 0.2.0...0.3.0

Features

  • Events that span multiple days (this is one of those things that's on the line between bug and feature 😉).
  • Command/control+hover over an event to see the note by integrating with the Note Preview core plugin.
  • Command/control+click to open a note without going through the edit modal.

Bug fixes

  • No longer errors when dragging an all day event to a time on the calendar, or vice versa.
  • Fixed undefined frontmatter fields being written on file creation.

0.2.0

20 Feb 00:41
Compare
Choose a tag to compare

Full Changelog: 0.1.2...0.2.0

Features:

  • Add support for multiple local calendars with different accent colors
  • Add single day view (#13)
  • Add command for upgrading a normal note to an event note
  • Discover events in folders recursively (#8)
  • Google Calendar readonly sync (#15 and #1)