From d41faad9d910322c49db8ddd0ba889863055ed5e Mon Sep 17 00:00:00 2001 From: stax76 Date: Thu, 28 Dec 2023 06:11:42 +0100 Subject: [PATCH] v7.0.0.5 Beta --- docs/changelog.md | 4 ++-- src/MpvNet.Windows/MpvNet.Windows.csproj | 6 +++--- src/MpvNet/App.cs | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 07b26fb7..76ec7cda 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,11 +1,11 @@ -# v7.0.0.5 Beta (2023-??-??) +# v7.0.0.5 Beta (2023-12-28) - Fix mpv.net option `language` not working from command line. - Chinese and German translation updated. - More libplacebo options added. - Support of the mpv option `title-bar`. -- Fix video being rendered with black line at the bottom. +- Video being less often rendered with black line at the bottom. - The conf file reader/writer detects if the user prefers space before and after the equal sign. - The portable download includes like the installer debug symbols. - Setup questions on startup removed. diff --git a/src/MpvNet.Windows/MpvNet.Windows.csproj b/src/MpvNet.Windows/MpvNet.Windows.csproj index a7d0f8b1..a6138499 100644 --- a/src/MpvNet.Windows/MpvNet.Windows.csproj +++ b/src/MpvNet.Windows/MpvNet.Windows.csproj @@ -11,9 +11,9 @@ true mpv-icon.ico mpv.net - 7.0.0.4 - 7.0.0.4 - 7.0.0.4 + 7.0.0.5 + 7.0.0.5 + 7.0.0.5 enable diff --git a/src/MpvNet/App.cs b/src/MpvNet/App.cs index c6ebe81f..9ffa064d 100644 --- a/src/MpvNet/App.cs +++ b/src/MpvNet/App.cs @@ -79,7 +79,7 @@ public void Init() public static string About => "Copyright (C) 2000-2023 mpv.net/mpv/mplayer\n" + $"{AppInfo.Product} {AppInfo.Version}" + GetLastWriteTime(Environment.ProcessPath!) + "\n" + $"{Player.GetPropertyString("mpv-version")}" + GetLastWriteTime(Folder.Startup + "libmpv-2.dll") + "\n" + - $"ffmpeg {Player.GetPropertyString("ffmpeg-version")}\n" + "\nGPL v2 License"; + $"ffmpeg {Player.GetPropertyString("ffmpeg-version")}\n" + "GPL v2 License"; static string GetLastWriteTime(string path) {