diff --git a/ChangeLog b/ChangeLog index e0cdffb7e..76dbd4a4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Changes in QMPlay2 21.12.24: + - add audio, video, subtitles streams, programs and chapters into menu, + - add key shortcuts to change audio and subtitles streams, + - improve Vulkan initialization, + - fix some possible crashes, + - other minor fixes, + Changes in QMPlay2 21.12.07: - fix possible crash on Windows when system audio settings was changed during playback, - add option to set negative amplify if replay gain is not stored, diff --git a/src/qmplay2/Version.cpp b/src/qmplay2/Version.cpp index ed1b494df..1b5e7e3e7 100644 --- a/src/qmplay2/Version.cpp +++ b/src/qmplay2/Version.cpp @@ -25,7 +25,7 @@ #ifndef QMPlay2GitHEAD #define QMPlay2GitHEAD #endif -#define QMPlay2Version "21.12.07" QMPlay2GitHEAD +#define QMPlay2Version "21.12.24" QMPlay2GitHEAD QByteArray Version::get() {