From d3dabc7843a498f0118317930840d076b4fe50fd Mon Sep 17 00:00:00 2001 From: superdooper86 Date: Thu, 7 May 2026 23:14:31 +0200 Subject: [PATCH] v1.1.2 stable release --- ClaudeChecker/Info.plist | 2 +- RELEASE_NOTES.md | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ClaudeChecker/Info.plist b/ClaudeChecker/Info.plist index 4db7aa4..95112b1 100644 --- a/ClaudeChecker/Info.plist +++ b/ClaudeChecker/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.2-beta.7 + 1.1.2 CFBundleVersion 35 LSMinimumSystemVersion diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fea8297..cfce291 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,13 @@ ## What's new in v1.1.2 -### Cleaner card headers -Removed the redundant "5h" / "7d" window labels from each card row — the section headers already make it clear which limit is which. +### Cleaner usage cards +Removed the redundant "5h" / "7d" labels from each card row — the section headers already make it clear which limit is which. + +### Beta update support +The app now correctly detects and compares beta versions (e.g. v1.1.2-beta.2 > v1.1.2-beta.1) when the beta channel is enabled in Settings. Stable releases also correctly supersede beta builds of the same version — so users on a beta are prompted to install the final release. + +### Fixed crash when enabling beta channel +Enabling the beta toggle could crash the app if no stable update was available. This is now fixed. + +### Fixed settings panel truncation +The app name and version number no longer get cut off when an update badge is displayed in Settings.