Release v1.0.5 — fix markdown rendering in release notes
Use Text(.init()) to parse markdown in update sheet and banner. Notification popup now shows a fixed subtitle instead of raw notes.
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.4</string>
|
<string>1.0.5</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>23</string>
|
<string>24</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>13.0</string>
|
<string>13.0</string>
|
||||||
<key>LSUIElement</key>
|
<key>LSUIElement</key>
|
||||||
|
|||||||
+4
-7
@@ -1,9 +1,6 @@
|
|||||||
## What's new in v1.0.4
|
## What's new in v1.0.5
|
||||||
|
|
||||||
### Clickable notifications
|
### Release notes now render correctly
|
||||||
Notifications are now interactive — tap to act, not just read:
|
The update sheet and in-app banner now render markdown formatting in release notes — headers, bold text, and bullet points all display correctly instead of showing raw `##` and `**` characters.
|
||||||
|
|
||||||
- **Limit warnings & resets** (80%, 95%, reset) — tapping the notification opens the main ClaudeChecker window so you can see your current usage at a glance
|
The update notification popup no longer shows the full release notes text; it shows a concise "Tap to update now." prompt instead, keeping it compact.
|
||||||
- **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