Merge tag 'v0.22.8'
release v0.22.8
This commit is contained in:
3
NEWS
3
NEWS
@@ -13,6 +13,9 @@ ver 0.23 (not yet released)
|
|||||||
* tags
|
* tags
|
||||||
- new tags "ComposerSort", "Ensemble", "Movement", "MovementNumber", and "Location"
|
- new tags "ComposerSort", "Ensemble", "Movement", "MovementNumber", and "Location"
|
||||||
|
|
||||||
|
ver 0.22.8 (2021/05/22)
|
||||||
|
* fix crash bug in "albumart" command (0.22.7 regression)
|
||||||
|
|
||||||
ver 0.22.7 (2021/05/19)
|
ver 0.22.7 (2021/05/19)
|
||||||
* protocol
|
* protocol
|
||||||
- don't use glibc extension to parse time stamps
|
- don't use glibc extension to parse time stamps
|
||||||
|
@@ -2,8 +2,8 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.musicpd"
|
package="org.musicpd"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
android:versionCode="55"
|
android:versionCode="56"
|
||||||
android:versionName="0.22.7">
|
android:versionName="0.22.8">
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/>
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user