Skip to content

Commit b0d53a8

Browse files
committed
v3.1.1
1 parent 2294e99 commit b0d53a8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ Doing so isn't fatal (it's not a secret), but it is annoying for other contribut
3030

3131
## Release Notes
3232

33+
### Version 3.1.1
34+
35+
* Fix an issue with notification actions not working correctly.
36+
* Fix an issue where a duplicate window was opened when clicking a notification.
37+
* Fix an issue with database fetch code causing a crash when no items were returned.
38+
3339
### Version 3.1 for Workgroups
3440

3541
* Artists, albums, and tracks can be favourited ("starred" in Subsonic parlance; we use a heart to avoid being confused with ratings).

Submariner/Submariner-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>3.1</string>
22+
<string>3.1.1</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>3.1</string>
26+
<string>3.1.1</string>
2727
<key>LSApplicationCategoryType</key>
2828
<string>public.app-category.music</string>
2929
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)