docs(changelog): note the ACTION_EDIT intent and .ics MIME types

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-15 17:25:56 +02:00
parent ab631365b2
commit 1b731a4ab0

View File

@@ -20,6 +20,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
can't simply be reassigned underneath an event, so Calendula recreates it on can't simply be reassigned underneath an event, so Calendula recreates it on
the target and removes the original — the same approach other calendar apps the target and removes the original — the same approach other calendar apps
take. Thanks to @prismplex for the suggestion ([#39]). take. Thanks to @prismplex for the suggestion ([#39]).
- Open an event straight into the edit form from another app. Calendula already
answered the "new event" and "open this event" hand-offs from other apps and
widgets; it now also answers the "edit this event" one, so an assistant, task
app, or widget can send an existing event to Calendula and land on its edit
screen rather than the read-only details. A hand-off with no event attached
opens the same prefilled create form as "new event". Calendula also recognises
a couple more file labels the same calendar data arrives under (`.vcs`
vCalendar files and the `application/ics` type), so opening or sharing those
into Calendula works too.
### Fixed ### Fixed
- Reminders for events on another day no longer read as if they were today. A - Reminders for events on another day no longer read as if they were today. A