Skip to content

Commit b677937

Browse files
committed
Release 0.5.1
1 parent fdd648b commit b677937

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

RELEASE_NOTES

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
Release 0.5.1
2+
=============
3+
4+
Changes
5+
-------
6+
7+
- Add audio/flac to the MIME type list in mpv.desktop.
8+
- The --slave-broken option has been reintroduced and is equivalent to using
9+
--input-file=/dev/stdin and --input-terminal=no.
10+
11+
Bug fixes
12+
---------
13+
14+
- Fix screenshots with anamorphic videos in the vdpau vo.
15+
- Fix a crash happening when mpv fails to create a vdpau mixer in the vdpau vo.
16+
- Don't quit when the --loop-file option is used.
17+
- Always load the cursor theme in the wayland vo (this fixes a crash caused by
18+
moving the mouse cursor over the video).
19+
- Properly return non-zero from the zsh completion script when no matches are
20+
found (this fixes the use of user-defined zsh completion matchers).
21+
- Fix the description of the opengl-hq vo default options in the manpage.
22+
- Remove duplicated content from the manpage that was accidentally added in the
23+
manpage reorganization from the previous release.
24+
- Avoid clobbering playback position on video end (when both audio and video
25+
streams reached the end, the playback poisition was briefly set at 0).
26+
- Avoid overwriting user input in the coreaudio_device ao.
27+
28+
This listing is not complete. There are many more bug fixes and changes. The
29+
complete change log can be viewed by running ``git log 6729e39..fdd648b`` in
30+
the git repository.
31+
132
Release 0.5.0
233
=============
334

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.5.1

0 commit comments

Comments
 (0)