From dd5e0ef0b6c28e16c9d3f0e663347fdb41436388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C5=82a=C5=BCej=20Szczygie=C5=82?= Date: Sat, 4 Jul 2020 21:58:34 +0200 Subject: [PATCH] Update ChangeLog and version --- ChangeLog | 12 ++++++++++++ src/qmplay2/Version.cpp | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 349a2cf38..06e74739b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Changes in QMPlay2 20.07.04: + - discard some frames on hardware decoding if hardware is too slow (was removed in 20.05.02), + - add workaround for VA-API/Vulkan for AMD GPUs on Mesa 20.1, + - use D-Bus for suspend (systemd and ConsoleKit), + - fix compilation with older FFmpeg version, + - fix duration for some WavPack files, + - remove QMPlay2 radio stations list, + - add architecture to about window, + - fix seeking on raw audio data, + - fix OpenGL linking on Linux, + - fix YouTube search, + Changes in QMPlay2 20.05.02: - add Vulkan renderer (default, Linux and Windows only): - bypass compositor option (exclusive fullscreen), diff --git a/src/qmplay2/Version.cpp b/src/qmplay2/Version.cpp index 5fd8c004f..c1428de40 100644 --- a/src/qmplay2/Version.cpp +++ b/src/qmplay2/Version.cpp @@ -25,7 +25,7 @@ #ifndef QMPlay2GitHEAD #define QMPlay2GitHEAD #endif -#define QMPlay2Version "20.05.02" QMPlay2GitHEAD +#define QMPlay2Version "20.07.04" QMPlay2GitHEAD QByteArray Version::get() {