new window features

This commit is contained in:
Frank Skare
2021-05-11 17:55:37 +02:00
parent b1388e10e5
commit 69857e0548
4 changed files with 70 additions and 9 deletions

View File

@@ -2,12 +2,14 @@
5.4.8.9 Beta (2021-??-??)
=========================
- New `start-size` option to always keep and remember the width and height.
- There is an issue with the `window-scale` mpv property, it does not
work correctly in mpv either. I've removed support for it and
work correctly in mpv either, so I've removed support for it and
added an own implementation `script-message mpv.net window-scale`.
- The previous Beta replaced the CS-Script library with an own
- The previous Beta replaced the CS-Script library with my own
C# scripting implementation.
- If a player window border is near to a screen border and the window size
changes, the player windows sticks to that near screen border location.
- `start-size` option has new options, see in config editor and manual.
5.4.8.8 Beta (2021-05-09)

View File

@@ -217,6 +217,12 @@ Setting to remember the window size.
**video**
Window size is set to video resolution.
**width-session**
Width is remembered in the current session.
**width-always**
Width is always remembered.
**height-session**
Height is remembered in the current session. Default