Skip to content

Commit

Permalink
Update ChangeLog and version to 23.06.04
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Jun 4, 2023
1 parent b512157 commit a21c8bd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Changes in QMPlay2 23.06.04:
- display 10 bit RGB images as 10 bit using Vulkan if possible,
- load external subtitles that are in sub-directories,
- add file name and time into screenshot file name,
- more precission for playback speed control,
- don't display "Deep color" using Vulkan,
- improve bitmap subtitles aspect ratio,
- add WebP as screenshots file format,
- PipeWire mono and 4 chnannels fix,
- VA-API fixes for AMD Radeon GPUs,
- remove makeitpersonal.co lyrics,
- add FPS Doubler video filter,
- "Always on top" improvement,
- Qt6 support for Linux,
- Wayland Vulkan fixes,
- YouTube fixes,
- other minor fixes and improvements,

Changes in QMPlay2 23.02.05:
- add Turkish translation (mobilturka, sabriunal),
- fix CUVID + Vulkan on modern Nvidia hardware,
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 "23.02.05" QMPlay2GitHEAD
#define QMPlay2Version "23.06.04" QMPlay2GitHEAD

QByteArray Version::get()
{
Expand Down

0 comments on commit a21c8bd

Please sign in to comment.