From 1783e8cadecb5992a050a10f89e9b397b08d1ddb Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Fri, 19 Dec 2014 19:19:27 +0100 Subject: Release 0.7.2 --- RELEASE_NOTES | 38 ++++++++++++++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 7b2f11bf7c..be6cefce04 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,41 @@ +Release 0.7.2 +============= + +Changes +------- + +- Give precedence to the DVD menu navigation keyboard bindings so that user + defined LEFT/RIGHT/... bindings don't break DVD menu navigation. +- Try to fallback to the "default" device if the selected device is busy in the + alsa AO. +- Don't create Dock icon for audio only files on OS X. +- Save screenshots to desktop when using the app bundle on OS X. +- Restore ab-loop settings with playback resume. +- Bump required youtube-dl version to 2014.11.26 and enable the ytdl_hook Lua + script by default (now playing videos from YouTube and the like will work + out of the box without any configuration change needed). + +Bug fixes +--------- + +- Don't signal an error if --stream-dump is used. +- Fix removing key bindings from Lua scripts. +- Reject channel descriptions with too many channels in the coreaudio AO. +- Don't async redraw when waiting for VO redraw on OS X (this fixes the very + annoying glitch where the black bars disappear for a single frame when going + fullscreen). +- Fix mono playback with the also AO. +- Don't crash if framebuffers are not available in the opengl VO. + +New features +------------ + +- Try to handle multi-arc videos in the ytdl_hook Lua script. + +This listing is not complete. There are many more bug fixes and changes. The +complete change log can be viewed by running ``git log 47ec404..c7d6b21`` in +the git repository. + Release 0.7.1 ============= diff --git a/VERSION b/VERSION index 39e898a4f9..7486fdbc50 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.1 +0.7.2 -- cgit v1.2.3