From e51b745a1348004bbf88cea984c31259b71490fe Mon Sep 17 00:00:00 2001 From: stax76 Date: Fri, 5 Nov 2021 15:53:57 +0100 Subject: [PATCH] 5.5.0.4 Beta --- docs/Changelog.md | 10 ++++++++-- docs/Manual.md | 4 ++++ src/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index 436363e..dc15c39 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -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) diff --git a/docs/Manual.md b/docs/Manual.md index c5a9121..c2370cb 100644 --- a/docs/Manual.md +++ b/docs/Manual.md @@ -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 diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 7ecf1f8..29cc662 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -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")]