summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2024-02-21 09:48:51 -0600
committerDudemanguy <random342@airmail.cc>2024-02-26 16:46:00 +0000
commitc774b5f5173f8e43e2da0612437f7e3931df6acc (patch)
treecef61519cc579c658bf0b7594bf13d5391fbf1f2 /DOCS/interface-changes.rst
parentb7fd232524bc213df91fa77ca0261ff514fad1e4 (diff)
downloadmpv-c774b5f5173f8e43e2da0612437f7e3931df6acc.tar.bz2
mpv-c774b5f5173f8e43e2da0612437f7e3931df6acc.tar.xz
player: rename --background to --background-color
This better represents what it actually does. --background will be used for another, related option in the next commit.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 99b1567fda..e9984f7ce5 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -57,6 +57,7 @@ Interface changes
- move the `options` argument of the `loadfile` command from the third
parameter to the fourth (after `index`)
- add `--drag-and-drop=insert-next` option
+ - rename `--background` to `--background-color`
--- mpv 0.37.0 ---
- `--save-position-on-quit` and its associated commands now store state files
in %LOCALAPPDATA% instead of %APPDATA% directory by default on Windows.