From 899ff98276469400729db6072709777a86d3fa67 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 7 Sep 2026 02:14:17 -0700 Subject: [PATCH] docs: prepare 0.3.6 release notes --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8ec364..c1b275c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +**Highlights:** Clearer alarm guidance and a repaired Homebrew release handoff. + +- Clarify in `add`/`edit` help and command docs that `--alarm` schedules a notification without enabling Apple's native Urgent toggle; use Reminders.app to enable Urgent. Thanks @Amitdvl. +- Unblock Homebrew updates by accepting GitHub's bare release-verifier workflow path while retaining exact branch, source commit, freshness, and native-architecture checks. + ## 0.3.5 - 2026-09-05 **Highlights:** Repeated list creation now preserves existing lists, reminder reads and writes handle missing calendars, and week views respect calendar boundaries.