Skip to content

Commit

Permalink
Update change log and version
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Sep 3, 2019
1 parent beaaf31 commit c42123a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Changes in QMPlay2 build 19.09.03:
- fix possible compilation error with FFTSpectrum (all OSes) and PortAudio (macOS),
- add code for finding VA-API and VDPAU drivers directory (useful for AppImage),
- fixes in "QMPlay2.1", "QMPlay2.desktop", "QMPlay2.appdata.xml",
- improve checking for EGL in X11 - less possibility to fail,
- add (again) YouTube quality settings into settings widget,
- update translation files (martinkg, Alexey Lugin),
- allow only YUV420P videos in VideoToolBox,

Changes in QMPlay2 build 19.08.27:
- a lot of VA-API improvements including zero-copy on OpenGL (some old drivers might cease to work - I can't test them),
- fix loading of QMPlay2 modules (on some OS'es it leads to crash),
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 "19.08.27" QMPlay2GitHEAD
#define QMPlay2Version "19.09.03" QMPlay2GitHEAD

QByteArray Version::get()
{
Expand Down

0 comments on commit c42123a

Please sign in to comment.