From b76bdf3bc1c30a8d73be5fdf204d7de54a1b1d5f Mon Sep 17 00:00:00 2001 From: superdooper86 Date: Thu, 7 May 2026 17:14:23 +0200 Subject: [PATCH] =?UTF-8?q?Release=20v1.0.4=20=E2=80=94=20clickable=20noti?= =?UTF-8?q?fications?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Notifications are now interactive: limit warnings and resets open the main window on tap; update notifications open the update sheet directly. Bump version to 1.0.4 (build 23). --- ClaudeChecker/Info.plist | 4 ++-- RELEASE_NOTES.md | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 RELEASE_NOTES.md diff --git a/ClaudeChecker/Info.plist b/ClaudeChecker/Info.plist index 77322a0..d6305e4 100644 --- a/ClaudeChecker/Info.plist +++ b/ClaudeChecker/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.3 + 1.0.4 CFBundleVersion - 22 + 23 LSMinimumSystemVersion 13.0 LSUIElement diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 0000000..fe25ab2 --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,9 @@ +## What's new in v1.0.4 + +### Clickable notifications +Notifications are now interactive — tap to act, not just read: + +- **Limit warnings & resets** (80%, 95%, reset) — tapping the notification opens the main ClaudeChecker window so you can see your current usage at a glance +- **Update available** — tapping the notification opens the main window with the update sheet already showing, so you can install in one click + +Previously notifications were display-only and required manually clicking the menubar icon to take action. This removes that friction.