Compare commits

...
4 Commits
Author SHA1 Message Date
james d3dabc7843 v1.1.2 stable release 2026-05-07 23:14:32 +02:00
github-actions[bot] 987bd36137 Beta release v1.1.2-beta.7 2026-05-07 21:07:31 +00:00
james cfcb74f32b Bump to 1.1.2-beta.7 2026-05-07 23:06:46 +02:00
github-actions[bot] 273e10566e Beta release v1.1.2-beta.6 2026-05-07 21:04:20 +00:00
3 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.1.2-beta.6</string> <string>1.1.2</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>35</string> <string>35</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
+11 -2
View File
@@ -1,4 +1,13 @@
## What's new in v1.1.2 ## What's new in v1.1.2
### Cleaner card headers ### Cleaner usage cards
Removed the redundant "5h" / "7d" window labels from each card row — the section headers already make it clear which limit is which. 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.
+2 -2
View File
@@ -1,5 +1,5 @@
{ {
"version": "1.1.2-beta.5", "version": "1.1.2-beta.7",
"url": "https://github.com/superdooper86/claudechecker/releases/download/v1.1.2-beta.5/ClaudeChecker.zip", "url": "https://github.com/superdooper86/claudechecker/releases/download/v1.1.2-beta.7/ClaudeChecker.zip",
"notes": "## What's new in v1.1.2\n\n### Cleaner card headers\nRemoved the redundant \"5h\" / \"7d\" window labels from each card row — the section headers already make it clear which limit is which." "notes": "## What's new in v1.1.2\n\n### Cleaner card headers\nRemoved the redundant \"5h\" / \"7d\" window labels from each card row — the section headers already make it clear which limit is which."
} }