diff --git a/README.md b/README.md index dab56b1..d9ec839 100644 --- a/README.md +++ b/README.md @@ -201,15 +201,17 @@ mpv.net bugs and requests: ### Changelog -### 3.3 (2019-??-??) +### 3.3 (2019-05-01) -- dark mode support was added to the command palette +- dark mode support was added to the command palette and partly to the input editor - a new icon was designed. [Website](https://mpv-net.github.io/mpv.net-web-site/) - all windows (main, conf, input, about, command palette) can now be closed by just pressing the Escape key - new feature added to open recent files and URLs with the context menu. [Default Binding](https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/inputConf.txt#L33) - the info command (i key) now works also for URLs -- CSScriptAddon add-on didn't load cs scripts from \\\scripts and it didn't use the task dialog api to show errors +- CSScriptAddon add-on didn't load cs scripts from \\\scripts +- error handling was improved by showing an improved message box that supports a text copy feature, a support link and text heading and text folding +- libmpv was updated ### 3.2 (2019-04-27) diff --git a/mpv.net/Properties/AssemblyInfo.cs b/mpv.net/Properties/AssemblyInfo.cs index 1d68f4c..4a5216e 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("3.2.0.0")] -[assembly: AssemblyFileVersion("3.2.0.0")] +[assembly: AssemblyVersion("3.3.0.0")] +[assembly: AssemblyFileVersion("3.3.0.0")]