Releases: cloud-atlas-ai/obsidian-ics
Releases · cloud-atlas-ai/obsidian-ics
1.9
1.8.4
1.8.3.1
Automated release for version 1.8.3.1
What's Changed
Usability improvements
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
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
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
1.8.0
What's Changed
Full Changelog: 1.7.3...1.8.0
1.7.3
1.7.2
1.7.0
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