Skip to content

Commit

Permalink
Update ChangeLog and version to 22.10.23
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Oct 23, 2022
1 parent 2dc29ce commit 862b808
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.10.23:
- allow to use CPU Vulkan implementation by "QMPLAY2_ALLOW_VULKAN_CPU" environment variable,
- allow to skip "yt-dlp" updates (configuration file only),
- export "My Radio Stations" to PLS or M3U playlists,
- add "My Radio Stations" to system tray menu,
- fix subtitles synchronization with video,
- fix language detextion for some locales,
- fix various subtitles scaling issues,
- fix AV1 aspect ratio in some cases,
- other minoir subtitles fixes,
- other minor fixes,

Changes in QMPlay2 22.08.21:
- use RubberBand to keep audio pitch across playback speed,
- revert OpenSSL to 1.1.1 to fix https issues on Win 7,
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.08.21" QMPlay2GitHEAD
#define QMPlay2Version "22.10.23" QMPlay2GitHEAD

QByteArray Version::get()
{
Expand Down

0 comments on commit 862b808

Please sign in to comment.