From a21c8bd0ead5ca6672de990879f28f9394b6fefb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C5=82a=C5=BCej=20Szczygie=C5=82?= Date: Sun, 4 Jun 2023 13:12:01 +0200 Subject: [PATCH] Update ChangeLog and version to 23.06.04 --- ChangeLog | 18 ++++++++++++++++++ src/qmplay2/Version.cpp | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a73a2b33d..aab16d9f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +Changes in QMPlay2 23.06.04: + - display 10 bit RGB images as 10 bit using Vulkan if possible, + - load external subtitles that are in sub-directories, + - add file name and time into screenshot file name, + - more precission for playback speed control, + - don't display "Deep color" using Vulkan, + - improve bitmap subtitles aspect ratio, + - add WebP as screenshots file format, + - PipeWire mono and 4 chnannels fix, + - VA-API fixes for AMD Radeon GPUs, + - remove makeitpersonal.co lyrics, + - add FPS Doubler video filter, + - "Always on top" improvement, + - Qt6 support for Linux, + - Wayland Vulkan fixes, + - YouTube fixes, + - other minor fixes and improvements, + Changes in QMPlay2 23.02.05: - add Turkish translation (mobilturka, sabriunal), - fix CUVID + Vulkan on modern Nvidia hardware, diff --git a/src/qmplay2/Version.cpp b/src/qmplay2/Version.cpp index e4bd9b22a..1839fb29a 100644 --- a/src/qmplay2/Version.cpp +++ b/src/qmplay2/Version.cpp @@ -25,7 +25,7 @@ #ifndef QMPlay2GitHEAD #define QMPlay2GitHEAD #endif -#define QMPlay2Version "23.02.05" QMPlay2GitHEAD +#define QMPlay2Version "23.06.04" QMPlay2GitHEAD QByteArray Version::get() {