Releases: cloud-atlas-ai/obsidian-ics
Releases · cloud-atlas-ai/obsidian-ics
1.4.1
What's Changed
- Fix settings modal bug and save plugin settings by @muness in https://github.com/muness/obsidian-ics/pull/89 . In the previous release settings were persisted as a side effect, meaning they didn't always save as expected.
Full Changelog: muness/obsidian-ics@1.4.0...1.4.1
1.4.0
What's Changed
Exciting New Features 🎉
- Add DataView syntax for event start and end.
- When this toggle is enabled, the start and end time are emitted as dataview metadata fields,
startTime
andendTime
. - You can then query these fields.
- Bonus: 🍰 also makes the output compatible as a Full Calendar Daily Note Calendar source.
- When this toggle is enabled, the start and end time are emitted as dataview metadata fields,
Full Changelog: muness/obsidian-ics@1.3.3...1.4.0
1.3.3
What's Changed
Bugfix 🎉
- Correct recurring event timezone without using UTC offsets by @muness in https://github.com/muness/obsidian-ics/pull/80
Full Changelog: muness/obsidian-ics@1.3.2...1.3.3
1.3.2
What's Changed
- distribution: Add support for development builds by @muness in https://github.com/muness/obsidian-ics/pull/78 to allow easier debugging
Full Changelog: muness/obsidian-ics@1.3.1...1.3.2
1.3.1
What's changed
- Display an example of the current time format syntax, provide a link to the format reference in the time format setting description.
Full Changelog: muness/obsidian-ics@1.3.0...1.3.1
1.3.0
What's Changed
- Simplify rrule parsing by @muness in https://github.com/muness/obsidian-ics/pull/72 . With this change, we're relying mostly on
node-ical
's code for recurring rules. This gets rid of a bunch of code and opportunities for bugs.
Full Changelog: muness/obsidian-ics@1.2.1...1.3.0
1.2.1
What's Changed
Bugfix 🎉
- handle errors when retrieving and processing calendars by @muness in https://github.com/muness/obsidian-ics/pull/73
Full Changelog: muness/obsidian-ics@1.2.0...1.2.1
1.2.0
What's Changed
Exciting New Features 🎉
- Extract meeting URL from event by @muness in https://github.com/muness/obsidian-ics/pull/70
Full Changelog: muness/obsidian-ics@1.1.7...1.2.0
1.1.7
What's Changed
- Update to the latest moment-timezone library to pick up timezone DB changes
Full Changelog: muness/obsidian-ics@1.1.6...1.1.7
1.1.6
What's Changed
- 1.1.5 introduced a formatting bug where checkboxes got two spaces. Fixed.
Full Changelog: muness/obsidian-ics@1.1.5...1.1.6