5.5.0.4 Beta

This commit is contained in:
stax76
2021-11-05 15:53:57 +01:00
parent ad1ea92cbd
commit e51b745a13
3 changed files with 14 additions and 4 deletions

View File

@@ -1,9 +1,15 @@
5.5.0.4 Beta (202?-??-??)
not yet released
-
5.5.0.4 Beta (2021-11-05)
- Window size flicker issue fix when changing files.
- Support input-builtin-bindings to make mp.add_key_binding behave same as in mpv.
- libmpv shinchiro 2021-10-17
- window-scale property support.
- libmpv shinchiro 2021-10-31
5.5.0.3 Beta (2021-09-23)

View File

@@ -596,6 +596,7 @@ mpv.net has currently implemented the following window properties:
- [title](https://mpv.io/manual/master/#options-title)
- [window-maximized](https://mpv.io/manual/master/#options-window-maximized)
- [window-minimized](https://mpv.io/manual/master/#options-window-minimized)
- [window-scale](https://mpv.io/manual/master/#options-window-scale)
**Partly implemented are:**
@@ -607,6 +608,9 @@ mpv.net has currently implemented the following window properties:
[autofit-larger](https://mpv.io/manual/master/#options-autofit-larger)
mpv.net specific window features are documented in the [screen section](#screen).
### Command Line Limitations
mpv.net supports property based mpv command line options which means it supports

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.5.0.3")]
[assembly: AssemblyFileVersion("5.5.0.3")]
[assembly: AssemblyVersion("5.5.0.4")]
[assembly: AssemblyFileVersion("5.5.0.4")]