Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d76c7496bb | ||
|
|
45a3925f65 |
@@ -15,9 +15,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.12</string>
|
||||
<string>1.1.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>32</string>
|
||||
<string>33</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>13.0</string>
|
||||
<key>LSUIElement</key>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
[](https://www.apple.com/macos/)
|
||||
[](https://swift.org)
|
||||
[](https://github.com/superdooper86/claudechecker/releases)
|
||||
[](https://github.com/superdooper86/claudechecker/releases)
|
||||
[](LICENSE)
|
||||
|
||||
</div>
|
||||
|
||||
+14
-2
@@ -1,4 +1,16 @@
|
||||
## What's new in v1.0.12
|
||||
## What's new in v1.1.0
|
||||
|
||||
### Clickable notifications
|
||||
Tapping a limit warning or reset notification opens the main window. Tapping an update notification opens the update sheet directly — no need to manually click the menubar icon.
|
||||
|
||||
### 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.
|
||||
When an update is available, the menubar shows **↑ Update** alongside your usage percentages so you know at a glance without opening the app.
|
||||
|
||||
### Release notes render correctly
|
||||
The update banner and update sheet now render markdown formatting — headers, **bold text**, and bullet points display properly.
|
||||
|
||||
### Update notification improved
|
||||
The update popup now reads **"Tap to view release notes & update now!"** making it clear you can read what changed before installing.
|
||||
|
||||
### Main window always opens on click
|
||||
Closing the app while Settings was open would cause the next click to reopen straight to Settings. The app now always returns to the main window.
|
||||
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.11",
|
||||
"url": "https://github.com/superdooper86/claudechecker/releases/download/v1.0.11/ClaudeChecker.zip",
|
||||
"notes": "## What's new in v1.0.11\n\n### Update indicator in menubar\nWhen 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.\n\n### Update banner can't be dismissed\nThe × close button has been removed from the update banner. The banner stays visible until you install the update."
|
||||
"version": "1.0.12",
|
||||
"url": "https://github.com/superdooper86/claudechecker/releases/download/v1.0.12/ClaudeChecker.zip",
|
||||
"notes": "## What's new in v1.0.12\n\n### Update indicator in menubar\nWhen 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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user