Compare commits

...
3 Commits
Author SHA1 Message Date
SuperDooper 85ac329d36 chore: release notes for v1.2.0 2026-05-08 23:19:24 +02:00
SuperDooper a0fb6eabcf chore: bump to v1.2.0 2026-05-08 23:19:23 +02:00
github-actions[bot] b778d03323 Beta release v1.1.4-beta.7 2026-05-08 21:11:36 +00:00
4 changed files with 16 additions and 9 deletions
+2 -2
View File
@@ -15,9 +15,9 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.1.4-beta.7</string> <string>1.2.0</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>47</string> <string>48</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>13.0</string> <string>13.0</string>
<key>LSUIElement</key> <key>LSUIElement</key>
+1 -1
View File
@@ -10,7 +10,7 @@
[![Swift](https://img.shields.io/badge/Swift-5.9-F05138?style=flat&logo=swift&logoColor=white)](https://swift.org) [![Swift](https://img.shields.io/badge/Swift-5.9-F05138?style=flat&logo=swift&logoColor=white)](https://swift.org)
[![Version](https://img.shields.io/badge/version-1.1.3-orange?style=flat)](https://github.com/superdooper86/claudechecker/releases) [![Version](https://img.shields.io/badge/version-1.1.3-orange?style=flat)](https://github.com/superdooper86/claudechecker/releases)
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat)](LICENSE) [![License](https://img.shields.io/badge/license-MIT-blue?style=flat)](LICENSE)
[![Beta](https://img.shields.io/badge/beta-1.1.4--beta.6-orange?style=flat)](https://github.com/superdooper86/claudechecker/releases/tag/v1.1.4-beta.6) <!-- BETA_BADGE --> [![Beta](https://img.shields.io/badge/beta-1.1.4--beta.7-orange?style=flat)](https://github.com/superdooper86/claudechecker/releases/tag/v1.1.4-beta.7) <!-- BETA_BADGE -->
</div> </div>
+10 -3
View File
@@ -1,4 +1,11 @@
## What's new in v1.1.4-beta.7 ## What's new in v1.2.0
### Bug fix ### Bug fixes
- Main panel no longer scrolls — popover now auto-sizes to fit content - App now works for all users — org ID is fetched dynamically from the API instead of being hardcoded
- Plan name (e.g. Pro, Max) now updates correctly on every refresh
### Improvements
- Plan name is read from the API rather than hardcoded
- Bootstrap API call consolidated — org ID, email, and plan name fetched in a single request per refresh
- Main panel no longer scrolls — popover auto-sizes to fit content
- Session Diary card redesigned — sample count and avg burn rate shown left/right above the sparkline, Claude header removed
+3 -3
View File
@@ -1,5 +1,5 @@
{ {
"version": "1.1.4-beta.6", "version": "1.1.4-beta.7",
"url": "https://github.com/superdooper86/claudechecker/releases/download/v1.1.4-beta.6/ClaudeChecker.zip", "url": "https://github.com/superdooper86/claudechecker/releases/download/v1.1.4-beta.7/ClaudeChecker.zip",
"notes": "## What's new in v1.1.4-beta.6\n\n### UI improvement\n- Session Diary card: removed the Claude icon and header row; now shows sample count and avg burn rate left/right with the sparkline below — matching the cleaner Windows layout" "notes": "## What's new in v1.1.4-beta.7\n\n### Bug fix\n- Main panel no longer scrolls — popover now auto-sizes to fit content"
} }