Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8701fb1326 | ||
|
|
247b5fc202 |
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
+1
-1
@@ -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.
|
||||
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.6",
|
||||
"url": "https://github.com/superdooper86/claudechecker/releases/download/v1.0.6/ClaudeChecker.zip",
|
||||
"notes": "## What's new in v1.0.6\n\n### Improved update notification\nThe update notification now reads **\"Tap to view release notes & update now!\"** — making it clear you can read what's changed before installing."
|
||||
"version": "1.0.7",
|
||||
"url": "https://github.com/superdooper86/claudechecker/releases/download/v1.0.7/ClaudeChecker.zip",
|
||||
"notes": "## What's new in v1.0.7\n\n### Release notes now render correctly\nFixed markdown rendering in the update banner and update sheet — headers, **bold text**, and bullet points now display properly instead of showing raw `##` and `**` characters."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user