Compare commits
3
Commits
v1.1.4-beta.7
...
v1.2.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85ac329d36 | ||
|
|
a0fb6eabcf | ||
|
|
b778d03323 |
@@ -15,9 +15,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.1.4-beta.7</string>
|
||||
<string>1.2.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>47</string>
|
||||
<string>48</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>13.0</string>
|
||||
<key>LSUIElement</key>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
[](https://swift.org)
|
||||
[](https://github.com/superdooper86/claudechecker/releases)
|
||||
[](LICENSE)
|
||||
[](https://github.com/superdooper86/claudechecker/releases/tag/v1.1.4-beta.6) <!-- BETA_BADGE -->
|
||||
[](https://github.com/superdooper86/claudechecker/releases/tag/v1.1.4-beta.7) <!-- BETA_BADGE -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
+10
-3
@@ -1,4 +1,11 @@
|
||||
## What's new in v1.1.4-beta.7
|
||||
## What's new in v1.2.0
|
||||
|
||||
### Bug fix
|
||||
- Main panel no longer scrolls — popover now auto-sizes to fit content
|
||||
### Bug fixes
|
||||
- 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
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.1.4-beta.6",
|
||||
"url": "https://github.com/superdooper86/claudechecker/releases/download/v1.1.4-beta.6/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"
|
||||
"version": "1.1.4-beta.7",
|
||||
"url": "https://github.com/superdooper86/claudechecker/releases/download/v1.1.4-beta.7/ClaudeChecker.zip",
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user