diff --git a/Changelog.md b/Changelog.md index 4878a9e..b299543 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,13 +1,12 @@ ### -### +### 4.2 - the help and layout in the config editor was improved - clipboard monitoring for URLs can be disabled in the settings -- internal refactoring that might break features, scripts or extensions - the context menu has a new feature: Open > Add files to playlist, it appends files to the playlist [(Default binding)](https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/inputConf.txt#L34) -- a new feature was added to force using a single mpv.net process instance +- a setting was added to force using a single mpv.net process instance ### 4.1 diff --git a/README.md b/README.md index 446a77f..a110577 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ mpv.net is a modern media player for Windows that works just like [mpv](https:// #### Based on libmpv -mpv.net is based on libmpv which offers a straightforward C API that was designed from the ground up to make mpv usable as a library and facilitate easy integration into other applications. +mpv.net is based on libmpv which offers a straightforward C API that was designed from the ground up to make mpv usable as a library and facilitate easy integration into other applications. mpv is like vlc not based on DirectShow or Media Foundation. #### Command Line Interface diff --git a/mpv.net/Properties/AssemblyInfo.cs b/mpv.net/Properties/AssemblyInfo.cs index 29b1459..7905058 100644 --- a/mpv.net/Properties/AssemblyInfo.cs +++ b/mpv.net/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("mpv.net")] -[assembly: AssemblyCopyright("Copyright © 2017-2019 stax76")] +[assembly: AssemblyCopyright("Copyright © 2017-2019 Frank Skare (stax76)")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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.1.0.0")] -[assembly: AssemblyFileVersion("4.1.0.0")] +[assembly: AssemblyVersion("4.2.0.0")] +[assembly: AssemblyFileVersion("4.2.0.0")]