From 27996bf1de4411161a482ab3119fa31532e54ee3 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Tue, 9 Sep 2014 12:14:44 +0200 Subject: Release 0.5.2 --- RELEASE_NOTES | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'RELEASE_NOTES') diff --git a/RELEASE_NOTES b/RELEASE_NOTES index e4cdde09e9..048edeac8c 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,35 @@ +Release 0.5.2 +============= + +Changes +------- + +- Inherit event flags from parent X11 window when using --wid. +- Properly resume playlists loaded at runtime (this makes mpv try to resume a + playlist when loaded like "mpv playlist.m3u"). +- Don't honor $XDG_CONFIG_DIRS anymore for global paths (this fixes a regression + on systems that set the variable by default to somewhere else then /etc, + making mpv skip previously created config files). +- Allow up to 256 MB of extradata to make broken files work. + +Bug fixes +--------- + +- Restore old speed change behavior (this fixes a temporary lack of sound after + restoring normal speed e.g. when pressing Backspace). +- Fix quit handling when seeking past EOF while paused. +- Prevent burning CPU when seeking while paused. +- Don't add the playlist base path twice when using --playlist. +- Fix a crash when the initialization of the EGL context fails on Wayland. +- Make EOF handling properly event-based (this fixes a bug that made mpv hang + when changing from one file to the next with --gapless-audio=no). +- Assume icy title data is terminated with ';' (this fixes handling of streams + with metadata containing apostrophes). + +This listing is not complete. There are many more bug fixes and changes. The +complete change log can be viewed by running ``git log 0f1d6c0..e3d3a47`` in +the git repository. + Release 0.5.1 ============= -- cgit v1.2.3