From d76c7496bbc4e2cb0824455d71b102cbdfec34d7 Mon Sep 17 00:00:00 2001 From: superdooper86 Date: Thu, 7 May 2026 18:33:04 +0200 Subject: [PATCH] Release v1.1.0 --- ClaudeChecker/Info.plist | 4 ++-- RELEASE_NOTES.md | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/ClaudeChecker/Info.plist b/ClaudeChecker/Info.plist index 61f205e..f248adb 100644 --- a/ClaudeChecker/Info.plist +++ b/ClaudeChecker/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.12 + 1.1.0 CFBundleVersion - 32 + 33 LSMinimumSystemVersion 13.0 LSUIElement diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 560ddfc..5955024 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,16 @@ -## What's new in v1.0.12 +## What's new in v1.1.0 + +### Clickable notifications +Tapping a limit warning or reset notification opens the main window. Tapping an update notification opens the update sheet directly — no need to manually click the menubar icon. ### Update indicator in menubar -When an update is available, the menubar now shows **↑ Update** alongside your usage percentages — so you can see there's an update without opening the app. +When an update is available, the menubar shows **↑ Update** alongside your usage percentages so you know at a glance without opening the app. + +### Release notes render correctly +The update banner and update sheet now render markdown formatting — headers, **bold text**, and bullet points display properly. + +### Update notification improved +The update popup now reads **"Tap to view release notes & update now!"** making it clear you can read what changed before installing. + +### Main window always opens on click +Closing the app while Settings was open would cause the next click to reopen straight to Settings. The app now always returns to the main window.