summaryrefslogtreecommitdiffstats
path: root/RELEASE_NOTES
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-09-09 12:14:44 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-09-09 12:18:47 +0200
commit27996bf1de4411161a482ab3119fa31532e54ee3 (patch)
tree61919720de8423129715257364ed44da259523c7 /RELEASE_NOTES
parente3d3a47c0dd932b24455a4172b2ffc43aec10043 (diff)
downloadmpv-27996bf1de4411161a482ab3119fa31532e54ee3.tar.bz2
mpv-27996bf1de4411161a482ab3119fa31532e54ee3.tar.xz
Release 0.5.2v0.5.2
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r--RELEASE_NOTES32
1 files changed, 32 insertions, 0 deletions
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
=============