Skip to content

Commit 42879aa

Browse files
committed
Merge branch 'v3.1-hotfix'
2 parents 6dc10a8 + b0d53a8 commit 42879aa

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
@@ -36,6 +36,12 @@ Doing so isn't fatal (it's not a secret), but it is annoying for other contribut
3636
* You can now switch between now playing and current selection with a tab view.
3737
* Playlist information can be viewed and edited.
3838

39+
### Version 3.1.1
40+
41+
* Fix an issue with notification actions not working correctly.
42+
* Fix an issue where a duplicate window was opened when clicking a notification.
43+
* Fix an issue with database fetch code causing a crash when no items were returned.
44+
3945
### Version 3.1 for Workgroups
4046

4147
* 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)