Skip to content

Commit

Permalink
Update ChangeLog and version to 24.04.07
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Apr 7, 2024
1 parent c69f7b9 commit fe1ce05
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/gui/Android/manifest/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package="org.zaps166.QMPlay2"
android:installLocation="auto"
android:versionCode="1"
android:versionName="24.04.02">
android:versionName="24.04.07">
<supports-screens
android:anyDensity="true"
android:largeScreens="true"
Expand Down
2 changes: 1 addition & 1 deletion src/qmplay2/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#ifndef QMPlay2GitHEAD
#define QMPlay2GitHEAD
#endif
#define QMPlay2Version "24.04.02" QMPlay2GitHEAD
#define QMPlay2Version "24.04.07" QMPlay2GitHEAD

QByteArray Version::get()
{
Expand Down

0 comments on commit fe1ce05

Please sign in to comment.