Release v1.0.6 — improve update notification subtitle

Change notification prompt to "Tap to view release notes & update now!"
This commit is contained in:
superdooper86
2026-05-07 17:38:34 +02:00
parent 5720370649
commit 8d222d63f0
2 changed files with 5 additions and 7 deletions
+2 -2
View File
@@ -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.5</string> <string>1.0.6</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>24</string> <string>25</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>13.0</string> <string>13.0</string>
<key>LSUIElement</key> <key>LSUIElement</key>
+3 -5
View File
@@ -1,6 +1,4 @@
## What's new in v1.0.5 ## What's new in v1.0.6
### Release notes now render correctly ### Improved update notification
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. The update notification now reads **"Tap to view release notes & update now!"** — making it clear you can read what's changed before installing.
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.