Skip to content

Commit

Permalink
Update ChangeLog and version to 22.03.19
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Mar 19, 2022
1 parent 4b5d40d commit a8bf83f
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 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",
- Vulkan can be now used on more devices (including R-Pi),
- fix some Vulkan issues on AMD Radeon on Windows,
- fix building with PipeWire older then 0.3.33,
- fix reading playlists with "\r" line ending,
- show YouTube description in Lyrics panel,
- fix compilation with FFmpeg 5.0,
- VA-API AV1 video decoder,
- other minor fixes,

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,
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.12.24" QMPlay2GitHEAD
#define QMPlay2Version "22.03.19" QMPlay2GitHEAD

QByteArray Version::get()
{
Expand Down

0 comments on commit a8bf83f

Please sign in to comment.