Skip to content

Commit

Permalink
Update ChangeLog and version to 21.06.07
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Jun 7, 2021
1 parent df40d33 commit 2acce20
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Changes in QMPlay2 21.06.07:
- use WASAPI via PortAudio on Windows (including exclusive mode),
- set default config directory to "~/.config/QMPlay2" (Linux),
- use QtDBus API for suspend instead of QProcess (Linux),
- improve playlist sorting for entries with numbers,
- VA-API fix for Vulkan and new Radeon/Mesa driver,
- fix setting the VDPAU driver path for AppImage,
- fix SVG icon engine warning after KDE update,
- enable bypass compositor by default (Vulkan),
- update YouTube browser for YouTube changes,
- fix downloading of some network streams,
- add PT_BR translations (fabianski7),
- store/restore radio station image,
- fix default Vulkan GPU on Linux,
- other minor fixes,

Changes in QMPlay2 21.03.09:
- drop support for Qt < 5.10, CMake < 3.9, TagLib < 1.9, FFmpeg < 4.0,
- fix possible freeze on Windows when Vulkan is enabled,
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 "21.03.09" QMPlay2GitHEAD
#define QMPlay2Version "21.06.07" QMPlay2GitHEAD

QByteArray Version::get()
{
Expand Down

0 comments on commit 2acce20

Please sign in to comment.