From 194ff5d62b7f8f49323b442646a4c2cc5de9d71c Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Sun, 19 Apr 2020 20:40:26 +0200 Subject: [PATCH] 5.4.4.3 Beta --- Changelog.md | 18 +++++++++++++----- mpv.net/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/Changelog.md b/Changelog.md index 29b8d81..fc40ee7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,14 +1,22 @@ -5.4.4.3 Beta (not yet released) +5.4.4.4 Beta (not yet released) +============ + + +5.4.4.3 Beta ============ - update MediaInfo 20.03 -- update libmpv 2020-04-12, it supports vpy playback, ask in forum for configuration +- update libmpv 2020-04-12, it supports vpy playback, read manual or ask in forum - mpv property `window-maximized` support added, cycling it from input.conf - might not be 100% reliable, use native Windows shortcuts Win+Up, Win+Down -- the mpv.net `start-size` property supports `always` to always remember the window height + is not recommended, use native Windows shortcuts Win+Up, Win+Down +- the mpv.net `start-size` option supports `always` to always remember the window height - if the window was maximized before fullscreen was entered, it's now set to - maximized after fullscreen was left (it was requested on the tracker) + maximized after fullscreen was left +- with `border=no` the OSC did not auto hide after the mouse curser left the window +- the script that modified the seek OSD was removed, it still can be found in the mpv wiki +- certain videos were showed with black bars + ### 5.4.4.2 diff --git a/mpv.net/Properties/AssemblyInfo.cs b/mpv.net/Properties/AssemblyInfo.cs index 7e0e2b8..61829a3 100644 --- a/mpv.net/Properties/AssemblyInfo.cs +++ b/mpv.net/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.4.4.2")] -[assembly: AssemblyFileVersion("5.4.4.2")] +[assembly: AssemblyVersion("5.4.4.3")] +[assembly: AssemblyFileVersion("5.4.4.3")]