From 1e7e80577dcd9e4482319ed9f081a2415ed6afc1 Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Sun, 11 Aug 2019 05:47:17 +0200 Subject: [PATCH] 5.3 Release --- Changelog.md | 10 ++-------- mpv.net/Properties/AssemblyInfo.cs | 4 ++-- mpv.net/Resources/mpvNetConfToml.txt | 22 +++++++++++----------- 3 files changed, 15 insertions(+), 21 deletions(-) diff --git a/Changelog.md b/Changelog.md index 167eb4b..067be10 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -### +### 5.3 - added new feature: Open > Open DVD/Blu-ray Drive/Folder... - the default of remember-volume has been set to yes @@ -8,17 +8,11 @@ last playlist position, key bindings: Home, End - new config setting recent-count added, amount of menu items shown under 'Open > Recent' - -### 5.2.1.3 - - in the config dialog the description for keep-open was corrected because unlike mpv, mpv.net will never terminate automatically - there was a rare occasion where the mpv.net logo wasn't shown -- mpv setting osd-scale-by-window added to config dialog - -### 5.2.1.2 - - fix excessive memory usage using `osd-scale-by-window = no` +- mpv setting osd-scale-by-window added to config dialog ### 5.2.1 diff --git a/mpv.net/Properties/AssemblyInfo.cs b/mpv.net/Properties/AssemblyInfo.cs index 0e62004..809bfa1 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.2.1.3")] -[assembly: AssemblyFileVersion("5.2.1.3")] +[assembly: AssemblyVersion("5.3.0.0")] +[assembly: AssemblyFileVersion("5.3.0.0")] diff --git a/mpv.net/Resources/mpvNetConfToml.txt b/mpv.net/Resources/mpvNetConfToml.txt index c929543..8796012 100644 --- a/mpv.net/Resources/mpvNetConfToml.txt +++ b/mpv.net/Resources/mpvNetConfToml.txt @@ -14,18 +14,10 @@ options = [{ name = "multi", help = "Create a new process everytime the shell s { name = "single", help = "Force a single process everytime the shell starts mpv.net" }, { name = "queue", help = "Force a single process and add files to playlist" }] -[[settings]] -name = "debug-mode" -default = "no" -filter = "General" -help = "Enable this only when a developer asks for it. (mpv.net specific setting)" -options = [{ name = "yes" }, - { name = "no" }] - [[settings]] name = "recent-count" filter = "General" -help = " Amount of recent files to be remembered. Default: 15" +help = " Amount of recent files to be remembered. Default: 15 (mpv.net specific setting)" [[settings]] name = "start-size" @@ -38,12 +30,12 @@ options = [{ name = "video", help = "Window size is set to native video resoluti [[settings]] name = "start-threshold" filter = "Screen" -help = "Threshold in milliseconds to wait for libmpv returning the video resolution before the window is shown, otherwise default dimensions are used as defined by autofit and start-size. (mpv.net specific setting) Default: 1500" +help = "Threshold in milliseconds to wait for libmpv returning the video resolution before the window is shown, otherwise default dimensions are used as defined by autofit and start-size. Default: 1500 (mpv.net specific setting)" [[settings]] name = "minimum-aspect-ratio" filter = "Screen" -help = " Minimum aspect ratio for the window. Default: 1.3" +help = " Minimum aspect ratio for the window. Default: 1.3 (mpv.net specific setting)" [[settings]] name = "remember-position" @@ -95,5 +87,13 @@ name = "themed-menu" default = "no" filter = "UI" help = "Follow theme color in context menu. (mpv.net specific setting)" +options = [{ name = "yes" }, + { name = "no" }] + +[[settings]] +name = "debug-mode" +default = "no" +filter = "General" +help = "Enable this only when a developer asks for it. (mpv.net specific setting)" options = [{ name = "yes" }, { name = "no" }] \ No newline at end of file