Merge tag 'v0.20.23'
release v0.20.23
This commit is contained in:
2
NEWS
2
NEWS
@@ -49,7 +49,7 @@ ver 0.21 (not yet released)
|
|||||||
* build with Meson instead of autotools
|
* build with Meson instead of autotools
|
||||||
* use GTest instead of cppunit
|
* use GTest instead of cppunit
|
||||||
|
|
||||||
ver 0.20.23 (not yet released)
|
ver 0.20.23 (2018/10/29)
|
||||||
* protocol
|
* protocol
|
||||||
- emit "player" idle event when restarting the current song
|
- emit "player" idle event when restarting the current song
|
||||||
* fix broken float to s32 conversion
|
* fix broken float to s32 conversion
|
||||||
|
@@ -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="21"
|
android:versionCode="22"
|
||||||
android:versionName="0.20.22">
|
android:versionName="0.20.23">
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26"/>
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26"/>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user