From 1cd0f872788e129e8b61e755fc83c9f94cc0b3cf Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Sun, 21 Jul 2019 20:10:35 +0200 Subject: [PATCH] readme, manual and AssemblyInfo.cs updated --- Changelog.md | 6 +++--- Manual.md | 26 +------------------------- mpv.net/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 6 insertions(+), 30 deletions(-) diff --git a/Changelog.md b/Changelog.md index e5244e2..d46cec1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -### 4.7.6.3 +### 4.7.7 - on Win 7 the theme color was hardcoded to DarkSlateGrey because WPF was returning a bad color on Win 7, this was fixed by reading @@ -9,9 +9,9 @@ - light-color setting was added to overwrite the OS theme color used in non dark mode, find the setting on the General tab - various changes regarding input handling, multi media keys and - mouse forward/backward were tested on my system + mouse forward/backward were successfully tested - it's now possible to use a custom folder as config folder, - TaskDialog shows five options: 1. appdata mpv.net, 2. appdata mpv (shared with mpv), + A TaskDialog shows five options: 1. appdata mpv.net, 2. appdata mpv (shared with mpv), 3. portable_config, 4. startup, 5. custom - slightly increased startup performance, start-threshold setting added. Threshold in milliseconds to wait for libmpv returning the video resolution diff --git a/Manual.md b/Manual.md index 3686177..f6d6497 100644 --- a/Manual.md +++ b/Manual.md @@ -90,7 +90,6 @@ + [Exit](#exit) + [Exit Watch Later](#exit-watch-later) * [Command Line Interface](#command-line-interface) -* [Settings](#settings) ## About mpv.net @@ -818,27 +817,4 @@ mpvnet implements a basic CLI to set mpv commands. Example: -mpvnet --mute=yes - -## Settings - -mpv.net is able to share the settings with mpv. - -If a directory named portable_config next to the mpvnet.exe exists, all config will be loaded from this directory only. - -```Text -\portable_config\ -``` - -On first start if no portable config folder exists mpv.net asks which folder should be used as config folder. - -If no mpv.conf file exists mpv.net generates it with the following defaults: - - - -The key bindings and the context menu definitions are stored in the input.conf file, -if it's missing mpv.net generates it with the following defaults: - - - -mpv.net supports almost all mpv settings and features, [limitations are listed in the wiki](https://github.com/stax76/mpv.net/wiki/Limitations). \ No newline at end of file +mpvnet --mute=yes \ No newline at end of file diff --git a/mpv.net/Properties/AssemblyInfo.cs b/mpv.net/Properties/AssemblyInfo.cs index 47b8d0d..39854c4 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("4.7.6.3")] -[assembly: AssemblyFileVersion("4.7.6.3")] +[assembly: AssemblyVersion("4.7.7.0")] +[assembly: AssemblyFileVersion("4.7.7.0")]