Release v1.0.8

This commit is contained in:
superdooper86
2026-05-07 17:48:32 +02:00
parent 247b5fc202
commit 8701fb1326
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.7</string>
<string>1.0.8</string>
<key>CFBundleVersion</key>
<string>26</string>
<string>27</string>
<key>LSMinimumSystemVersion</key>
<string>13.0</string>
<key>LSUIElement</key>
+1 -1
View File
@@ -1,4 +1,4 @@
## What's new in v1.0.7
## What's new in v1.0.8
### Release notes now render correctly
Fixed markdown rendering in the update banner and update sheet — headers, **bold text**, and bullet points now display properly instead of showing raw `##` and `**` characters.