Skip to content

Commit

Permalink
Update ChangeLog and version to 24.05.23
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed May 23, 2024
1 parent 46d825c commit 8cb3483
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
Changes in QMPlay2 24.05.23:
- don't try to split title/artist on internet radio stations,
- fix "blend" and "discard" deinterlacing filters on Vulkan,
- remove "USE_LINK_TIME_OPTIMIZATION" CMake parameter,
- don't automatically clear "stop after" on playlist,
- allow to change more colors for custom appearance,
- add "negative" video filter (Vulkan and OpenGL),
- don't show "windows11" style on older Windows,
- allow to choose desired video stream quality,
- allow to load playlists from YouTube link,
- move downloader path to general settings,
- fix screen saver inhibition on Windows,
- require CMake 3.16, C++17, and Ninja,
- use native file dialogs on Android,
- download only best video stream,
- add recording for live streams,
- add removing files from disk,
- add paste and play function,
- drop Qt older than 5.15.2,
- downloader improvements,
- display AVIF images,
- remove VDPAU,
- other minor fixes,

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),
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.07">
android:versionName="24.05.23">
<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.07" QMPlay2GitHEAD
#define QMPlay2Version "24.05.23" QMPlay2GitHEAD

QByteArray Version::get()
{
Expand Down

0 comments on commit 8cb3483

Please sign in to comment.