All checks were successful
CI / ci (pull_request) Successful in 8m32s
Patch release bundling the fixes for #34 (pre-1970 recurring events could not be opened) and #27 (time-picker dial ignored the 24h setting), plus #30 (create events from external ACTION_INSERT launches). Bumps versionName to 2.13.1 (versionCode 21301) and cuts the changelog. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
17 lines
969 B
Plaintext
17 lines
969 B
Plaintext
### Added
|
|
- Create events from other apps and widgets. Calendula now registers the
|
|
standard "insert event" intent, so other apps and home-screen widgets (such as
|
|
the Todo Agenda widget) can hand off to Calendula to create a new event — it
|
|
opens the new-event form prefilled with whatever they passed (title, time,
|
|
location, description). Thanks to @dschuermann for the suggestion ([#30]).
|
|
|
|
### Fixed
|
|
- Some recurring events could not be opened. Events in a series that started
|
|
before 1970 — for example yearly birthdays or anniversaries synced over CalDAV
|
|
— showed "Something went wrong" instead of opening. They now open normally, and
|
|
show up in search again. Thanks to @dschuermann for the report ([#34]).
|
|
- The time picker now follows your 24-hour setting. With Calendula set to
|
|
24-hour time, the dial for choosing an event's start and end time still showed
|
|
AM/PM; it now matches your setting. Thanks to @abrossimow for the report
|
|
([#27]).
|