summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst3
-rw-r--r--DOCS/man/mpv.rst2
2 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 0f3925a263..1f6155657a 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -26,6 +26,9 @@ Interface changes
::
+ --- 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.
--- mpv 0.36.0 ---
- add `--target-contrast`
- Target luminance value is now also applied when ICC profile is used.
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index a77cc21224..408a48f82d 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -1655,6 +1655,8 @@ Other config files (such as ``input.conf``) are in the same directory. See the
The cache directory is located at ``%LOCALAPPDATA%/mpv/cache``.
+The watch_later directory is located at ``%LOCALAPPDATA%/mpv/watch_later``.
+
The environment variable ``$MPV_HOME`` completely overrides these, like on
UNIX.