Rerelease as v1.0.10 (was incorrectly versioned as v1.1.0)

This commit is contained in:
superdooper86
2026-05-07 18:11:45 +02:00
parent c8adaf1baf
commit b5c3cc6379
2 changed files with 3 additions and 3 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.1.0</string> <string>1.0.10</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>29</string> <string>30</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>13.0</string> <string>13.0</string>
<key>LSUIElement</key> <key>LSUIElement</key>
+1 -1
View File
@@ -1,4 +1,4 @@
## What's new in v1.1.0 ## What's new in v1.0.10
### Main window always opens on click ### Main window always opens on click
Closing the app while Settings was open would cause the next click to reopen straight to Settings. The app now always returns to the main window when reopened. Closing the app while Settings was open would cause the next click to reopen straight to Settings. The app now always returns to the main window when reopened.