Skip to content

Commit

Permalink
Update ChangeLog and version to 22.06.16
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Jun 16, 2022
1 parent 7972a96 commit b49100b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Changes in QMPlay2 22.06.16:
- make possible to increase but not decrease the effective number of audio channels (RJVB),
- fix VA-API on Vulkan on modern Intel GPUs (use VK_EXT_image_drm_format_modifier),
- fix timeout error on exclusive full screen on AMD Radeon on Vulkan on Windows,
- reorganize menu shortcuts (zo-shin),
- fix video rotation with FFmpeg 5.0,
- require CMake 3.12,

Changes in QMPlay2 22.03.19:
- fix possible crashes in software video output and screenshots,
- fix yt-dlp on macOS where python3 can be in "/usr/local/bin",
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 "22.03.19" QMPlay2GitHEAD
#define QMPlay2Version "22.06.16" QMPlay2GitHEAD

QByteArray Version::get()
{
Expand Down

0 comments on commit b49100b

Please sign in to comment.