Skip to content

Releases: cloud-atlas-ai/obsidian-ics

1.9

25 Jan 19:30
9a36253
Compare
Choose a tag to compare

Automated release for version 1.9

What's Changed

Exciting New Features 🎉

Bugfix 🎉

  • fix: Ignore missing attendee properties by @ctrl-q in #161

New Contributors

Full Changelog: 1.8.4...1.9

1.8.4

21 Jan 20:37
c425ed8
Compare
Choose a tag to compare

Automated release for version 1.8.4

What's Changed

Fixes

  • Ensure recurrent flag is set correctly by @mikeh in #158

New Contributors

Full Changelog: 1.8.3.1...1.8.4

1.8.3.1

20 Jan 01:26
32c2c90
Compare
Choose a tag to compare

Automated release for version 1.8.3.1

What's Changed

Usability improvements

  • Rename toggle for displaying available events and update description for clarity by @muness in #152

Other Changes

  • Change release process to not require a direct commit to master branch by @muness in #153
  • Release 1.8.3.1 by @muness in #154
  • use latest setup-node action, fix node-version by @muness in #155
  • refactor: update ESLint configuration and dependencies for improved TypeScript support by @muness in #156
  • chore: update GitHub Actions to use latest checkout and setup-node ac… by @muness in #157

Full Changelog: 1.8.3...1.8.3.1

1.8.3

19 Jan 21:40
57fa656
Compare
Choose a tag to compare

What's Changed

Fixes

  • Stop duplicating recurring events with recurrnce overrides by @muness in #148
  • Stop including recurrences that have been overridden to other days by @muness in #149

Other Changes

  • Update dependencies by @muness in #150
  • Update release script to install npm packages and update package-lock.json by @muness in #151

Full Changelog: 1.8.2...1.8.3

1.8.2

25 Dec 20:29
57cc8f1
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Improve handling of transparent events as requested by @Azurewren in #140

Full Changelog: 1.8.1...1.8.2

1.8.1

23 Dec 16:26
ab528c3
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Add ESLint configuration and update dependencies by @muness in #139

Full Changelog: 1.8.0...1.8.1

1.8.0

23 Dec 16:09
31933bf
Compare
Choose a tag to compare

What's Changed

  • Skip declined event for recurring events by @muness in #138

Full Changelog: 1.7.3...1.8.0

1.7.3

23 Dec 14:59
2e02f2c
Compare
Choose a tag to compare

What's Changed

Other Changes

  • [BUG] Regression with previous and next day events showing up by @muness in #137

Full Changelog: 1.7.2...1.7.3

1.7.2

20 Dec 22:55
eedc669
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 1.7.1...1.7.2

1.7.0

20 Dec 22:30
de72ca7
Compare
Choose a tag to compare

What's Changed in [1.7.0] - 2024-12-20

Transparent event are now skipped:

  • Transparent Event Filtering: Events with transparency: "TRANSPARENT" are now excluded from the list of displayed events after filtering. This ensures alignment with how Google Calendar handles non-blocking events.
  • Added debug logging for transparent events being excluded for better traceability.
  • Transparency filtering is applied dynamically after retrieving date-matched events.

Fixed filtering of excluded events and recurrence overrides:

  • exdate Parsing Issue: Resolved an issue where exdate values were improperly handled and not filtered.
  • Duplicate Recurrence Overrides: Fixed an issue where both the original and overridden versions of recurring events were displayed. Now, only the overridden version is shown.

Full Changelog: 1.6.7...1.7.0