mpv/RELEASE_NOTES

70 lines
1.7 KiB
Plaintext
Raw Normal View History

2020-01-26 20:31:54 +00:00
Release 0.32.0
==============
2019-10-25 13:08:15 +00:00
This release requires FFmpeg 4.0 or newer.
2017-12-24 23:18:05 +00:00
2017-09-13 01:40:14 +00:00
Features
--------
Added
~~~~~
2020-01-26 20:31:54 +00:00
- stream_libarchive: enable RAR5 support
- bash completion: add initial implementation
- cocoa-cb: add support for forcing the dedicated GPU for rendering
- cocoa-cb: add pinch to resize window gesture
- w32_common: support minimizing/maximizing using osc window controls
2018-07-22 16:46:25 +00:00
Changed
~~~~~~~
2020-01-26 20:31:54 +00:00
- wayland: print warning on GNOME due to serious issues with their compositor
- player: write watch-later config even for unseekable streams
2017-09-13 01:40:14 +00:00
Removed
~~~~~~~
2020-01-26 20:31:54 +00:00
- vo_gpu: hwdec_vdpau: remove direct_mode
- vo_gpu: hwdec_vaegl: remove support for old-style interop
2017-09-13 01:40:14 +00:00
Options and Commands
--------------------
Added
~~~~~
2020-01-26 20:31:54 +00:00
- command: add a playlist-unshuffle command
- command: add osd-dimensions property
- input: new PLAYONLY and PAUSEONLY keycodes
2017-09-13 01:40:14 +00:00
Changed
~~~~~~~
2020-01-26 20:31:54 +00:00
- options: change option parsing when using a single dash
This adds a warning for `-o file.mkv` and disallows the use of
`--o file.mkv` (use `--o=file.mkv` instead).
2017-09-13 01:40:14 +00:00
Fixes and Minor Enhancements
----------------------------
2020-01-26 20:31:54 +00:00
- lua: fix mp.file_info for large files
- vo_gpu: fix crash if dither texture fails to allocate
- wayland: unscrew up cursors, fix various issues
- osc: usability improvements for osc window controls
2017-09-13 01:40:14 +00:00
This listing is not complete. Check DOCS/client-api-changes.rst for a history
of changes to the client API, and DOCS/interface-changes.rst for a history
of changes to other user-visible interfaces.
2020-01-26 20:31:54 +00:00
A complete changelog can be seen by running `git log v0.31.0..v0.32.0`
2017-09-13 01:40:14 +00:00
in the git repository or by visiting either
2020-01-26 20:31:54 +00:00
https://github.com/mpv-player/mpv/compare/v0.31.0...v0.32.0 or
https://git.srsfckn.biz/mpv/log/?qt=range&q=v0.31.0..v0.32.0