Skip to content

Commit

Permalink
Update ChangeLog and version to 24.04.02
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Apr 2, 2024
1 parent 09702b8 commit f1e5bd8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
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,
- minor RadioBrowser improvement for some server errors,
- fix executing FFmpeg process in downloader on Qt6,
- fix opening multiple files in QMPlay2 on Windows,
- set accurate seeking enabled but default,
- minor Vulkan fixes for old hardware,
- set Ctrl+Q as default close key,
- full Qt6 support on Windows,
- other minor fixes,

Changes in QMPlay2 24.03.16:
- set dark title bar on Windows if QMPlay2 theme is dark,
- support reading lyrics meta-data from ID3v2 tags,
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.03.16">
android:versionName="24.04.02">
<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.03.16" QMPlay2GitHEAD
#define QMPlay2Version "24.04.02" QMPlay2GitHEAD

QByteArray Version::get()
{
Expand Down

0 comments on commit f1e5bd8

Please sign in to comment.