Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b76bdf3bc1 | ||
|
|
c31950fd76 |
@@ -15,9 +15,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.3</string>
|
||||
<string>1.0.4</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>22</string>
|
||||
<string>23</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>
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
## What's new in v1.0.4
|
||||
|
||||
### Clickable notifications
|
||||
Notifications are now interactive — tap to act, not just read:
|
||||
|
||||
- **Limit warnings & resets** (80%, 95%, reset) — tapping the notification opens the main ClaudeChecker window so you can see your current usage at a glance
|
||||
- **Update available** — tapping the notification opens the main window with the update sheet already showing, so you can install in one click
|
||||
|
||||
Previously notifications were display-only and required manually clicking the menubar icon to take action. This removes that friction.
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.2",
|
||||
"url": "https://github.com/superdooper86/claudechecker/releases/download/v1.0.2/ClaudeChecker.zip",
|
||||
"notes": "Release 1.0.2"
|
||||
"version": "1.0.3",
|
||||
"url": "https://github.com/superdooper86/claudechecker/releases/download/v1.0.3/ClaudeChecker.zip",
|
||||
"notes": "Release 1.0.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user