diff --git a/ChangeLog b/ChangeLog index 8015ae1e6..42a31bd87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Changes in QMPlay2 24.04.07: + - fix wrong path separator on Windows after accepting file properties, + - fix file properties crash on Windows distribution (taglib bug), + - add hotkeys for playlist and info dock visibility, + - inhibit screensaver through D-Bus interface, + - don't show vizualizations by default, + - change hide menu hotkey to Shift+M, + - lock widgets by default, + - other minor fixes, + Changes in QMPlay2 24.04.02: - improve restoring playback position feature and make it enabled by default, - remove possibility to move files from playlist using middle mouse button, diff --git a/src/gui/Android/manifest/AndroidManifest.xml b/src/gui/Android/manifest/AndroidManifest.xml index 6fccf529e..9fa85db11 100644 --- a/src/gui/Android/manifest/AndroidManifest.xml +++ b/src/gui/Android/manifest/AndroidManifest.xml @@ -3,7 +3,7 @@ package="org.zaps166.QMPlay2" android:installLocation="auto" android:versionCode="1" - android:versionName="24.04.02"> + android:versionName="24.04.07">