summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-06-25 12:39:08 +0200
committerwm4 <wm4@nowhere>2016-06-25 12:39:08 +0200
commitd1d864546cf6f63b089cf248c04fa6b625f23d50 (patch)
tree77c5ea149afce856666e44c03ba2fde29c093af3 /DOCS/interface-changes.rst
parent393bb2a565dc1e27812e1dd20747814892f80da2 (diff)
downloadmpv-d1d864546cf6f63b089cf248c04fa6b625f23d50.tar.bz2
mpv-d1d864546cf6f63b089cf248c04fa6b625f23d50.tar.xz
DOCS: change version references from 0.17.1 to 0.18.0
0.17.1 was never released, so the actual 0.18.0 release takes its place.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 7ffbbd60e0..f8584293d7 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -19,7 +19,7 @@ Interface changes
::
- --- mpv 0.17.1 ---
+ --- mpv 0.18.0 ---
- now ab-loops are active even if one of the "ab-loop-a"/"-b" properties is
unset ("no"), in which case the start of the file is used if the A loop
point is unset, and the end of the file for an unset B loop point
@@ -27,7 +27,7 @@ Interface changes
(also needs --embeddedfonts=no)
- add "hwdec-interop" and "hwdec-current" properties
- deprecated "hwdec-active" and "hwdec-detected" properties (to be removed
- in mpv 0.19.0)
+ in mpv 0.20.0)
- choice option/property values that are "yes" or "no" will now be returned
as booleans when using the mpv_node functions in the client API, the
"native" property accessors in Lua, and the JSON API. They can be set as