Skip to content

Commit

Permalink
Update ChangeLog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Jul 4, 2020
1 parent 7f431f9 commit dd5e0ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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),
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 "20.05.02" QMPlay2GitHEAD
#define QMPlay2Version "20.07.04" QMPlay2GitHEAD

QByteArray Version::get()
{
Expand Down

0 comments on commit dd5e0ef

Please sign in to comment.