From 0221972e6d5d9c468fd671b20ececa72a015d366 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Mon, 13 Jul 2026 16:38:35 +0200 Subject: [PATCH] docs(changelog): add the custom snooze duration entry (#40) The custom snooze duration shipped in 3c97673 but had no changelog entry; add it to the Unreleased section so it's in the 2.15.0 release notes. Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8db11ab..83143b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +- A custom snooze duration. The **Snooze duration** setting (Settings → + Notifications) gains a **Custom…** option next to the minute presets: pick any + amount and switch between minutes and hours, so a snoozed reminder comes back + after exactly the delay you want instead of only a preset one ([#40]). - Move an event to another calendar. When editing an existing event, the calendar row is now tappable — pick a different calendar and saving moves the event across, instead of having to delete it and recreate it elsewhere. @@ -887,3 +891,4 @@ automatically, with zero telemetry and no internet permission. [#34]: https://codeberg.org/jlmakiola/calendula/issues/34 [#37]: https://codeberg.org/jlmakiola/calendula/issues/37 [#39]: https://codeberg.org/jlmakiola/calendula/issues/39 +[#40]: https://codeberg.org/jlmakiola/calendula/issues/40