Skip to content

Commit

Permalink
Update ChangeLog and version to 24.03.16
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Mar 16, 2024
1 parent 5dfefda commit 09d462f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
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,
- add new Vulkan Video decoder (experimental),
- don't use Qt for loading Vulkan library,
- improve Vulkan device lost recovery,
- better support for FFmpeg 6.1,
- various Vulkan improvements,
- add support for TagLib 2.0,
- make Qt6 build default,
- Qt6 build for Android,
- other minor fixes,

Changes in QMPlay2 23.10.22:
- fix loading of Vulkan library in some Linux distributions,
- add Mesa 23.3.0 interlaced video workaround for VA-API,
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="23.10.22">
android:versionName="24.03.16">
<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 "23.10.22" QMPlay2GitHEAD
#define QMPlay2Version "24.03.16" QMPlay2GitHEAD

QByteArray Version::get()
{
Expand Down

0 comments on commit 09d462f

Please sign in to comment.