From 113e91583d42fb88a454285b2d2e4a434328f8d9 Mon Sep 17 00:00:00 2001 From: superdooper86 Date: Thu, 7 May 2026 18:28:10 +0200 Subject: [PATCH] Release v1.0.12 --- ClaudeChecker/Info.plist | 4 ++-- RELEASE_NOTES.md | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/ClaudeChecker/Info.plist b/ClaudeChecker/Info.plist index a131391..61f205e 100644 --- a/ClaudeChecker/Info.plist +++ b/ClaudeChecker/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.11 + 1.0.12 CFBundleVersion - 31 + 32 LSMinimumSystemVersion 13.0 LSUIElement diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7ae638b..560ddfc 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,4 @@ -## What's new in v1.0.11 +## What's new in v1.0.12 ### 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. - -### Update banner can't be dismissed -The × close button has been removed from the update banner. The banner stays visible until you install the update.