diff --git a/docs/Changelog.md b/docs/Changelog.md index 02c6781c..04bc7cd2 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,8 +1,8 @@ -# 6.0.0.1 Beta (not yet released) +# 6.0.1.0 - New tutorial: [Extending mpv and mpv.net via Lua scripting](https://github.com/stax76/mpv.net/wiki/Extending-mpv-and-mpv.net-via-Lua-scripting) -- New options `autofit-image` and `autofit-audio`, like autofit but used for image and audio files. +- New options `autofit-image` and `autofit-audio`, like autofit, but used for image and audio files. - New [auto-mode](https://github.com/stax76/mpv-scripts) script to use mpv and mpv.net as image viewer and audio player. - New [smart-volume](https://github.com/stax76/mpv-scripts) script. Records the volume per file in order to restore it in future sessions. What is recorded and restored is the volume offset relative to the session average volume. @@ -15,7 +15,7 @@ - Fix start-size=session not working. - Fix chapters that are script created after the media file is loaded. - Width of command palette slightly increased. -- The default key bindings for 0 and 9 change the volume like mpv. +- The default key bindings for 0 and 9 change the volume, like mpv. - When a menu item is defined multiple times with different key bindings, only one menu item is created, it shows all bindings. - libmpv zhongfly 2022-06-19 diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 6b13f4db..0e44f0d2 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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("6.0.0.0")] -[assembly: AssemblyFileVersion("6.0.0.0")] +[assembly: AssemblyVersion("6.0.1.0")] +[assembly: AssemblyFileVersion("6.0.1.0")]