Release v1.0.4 — clickable notifications
Notifications are now interactive: limit warnings and resets open the main window on tap; update notifications open the update sheet directly. Bump version to 1.0.4 (build 23).
This commit is contained in:
@@ -15,9 +15,9 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.0.3</string>
|
<string>1.0.4</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>22</string>
|
<string>23</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>13.0</string>
|
<string>13.0</string>
|
||||||
<key>LSUIElement</key>
|
<key>LSUIElement</key>
|
||||||
|
|||||||
@@ -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.
|
||||||
Reference in New Issue
Block a user