summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-12-16 01:47:06 +0100
committerwm4 <wm4@nowhere>2019-12-16 01:47:06 +0100
commitaa5f234b439f69c66e66fa033f443edc3055f185 (patch)
tree74bcbf31b142edcb5f201699e6e89a5eae4533db /DOCS/interface-changes.rst
parent76a92fd30b0fc12da024eb1187756d6432f8ab13 (diff)
downloadmpv-aa5f234b439f69c66e66fa033f443edc3055f185.tar.bz2
mpv-aa5f234b439f69c66e66fa033f443edc3055f185.tar.xz
command: change "edition" property behavior
See manpage/changelog changes. The purpose of this change is to removes another case of inconsistent property behavior. At first I wanted to make this go through deprecation before making a technically incompatible change, but then I considered this feature too obscure as that anyone would care.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 59e00130c4..e3f197ab33 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -62,6 +62,11 @@ Interface changes
- remove old Apple Remote support, including --input-appleremote
- add MediaPlayer support and remove the old Media Key event tap on macOS.
this possibly also re-adds the Apple Remote support
+ - the "edition" property now strictly returns the value of the option,
+ instead of the runtime value. The new "current-edition" property needs to
+ be queried to read the runtime-chosen edition. This is a breaking change
+ for any users which expected "edition" to return the runtime-chosen
+ edition at default settings (--edition=auto).
--- mpv 0.30.0 ---
- add `--d3d11-output-format` to enable explicit selection of a D3D11
swap chain format.