diff --git a/README.md b/README.md index b35bd14..a18294a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Table of contents ![](https://raw.githubusercontent.com/stax76/mpv.net/master/screenshots/mpvnet.png) +![](https://raw.githubusercontent.com/stax76/mpv.net/master/screenshots/mpvnetContextMenu.png) + ![](https://raw.githubusercontent.com/stax76/mpv.net/master/screenshots/mpvConfEdit.png) ![](https://raw.githubusercontent.com/stax76/mpv.net/master/screenshots/mpvInputEdit.png) @@ -70,7 +72,7 @@ https://github.com/stax76/mpv.net/wiki/Scripting-(CSharp,-Python,-JavaScript,-Lu ### Changelog -### 2.9 (2019-??-??) +### 2.9 (2019-04-16) - clicking the right top corner in fullscreen mode closes the player but it did not work on all displays @@ -92,7 +94,7 @@ https://github.com/stax76/mpv.net/wiki/Scripting-(CSharp,-Python,-JavaScript,-Lu wasn't necessary (it took a huge amount of time to implement) - the context menu has a new track menu where the active track can be seen and selected, it shows video, audio and subtitle - tracks with various meta data + tracks with various meta data. [Menu default definition](https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/input.conf.txt#L104). [go to download page](https://github.com/stax76/mpv.net/releases) diff --git a/mpv.net/Properties/AssemblyInfo.cs b/mpv.net/Properties/AssemblyInfo.cs index 73a0d1e..2461995 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("2.8.0.0")] -[assembly: AssemblyFileVersion("2.8.0.0")] +[assembly: AssemblyVersion("2.9.0.0")] +[assembly: AssemblyFileVersion("2.9.0.0")] diff --git a/screenshots/mpvnetContextMenu.png b/screenshots/mpvnetContextMenu.png new file mode 100644 index 0000000..f466a57 Binary files /dev/null and b/screenshots/mpvnetContextMenu.png differ