5.4 Release

This commit is contained in:
Frank Skare
2019-09-05 19:00:54 +02:00
parent 9f3a1da931
commit 0a28f13d51
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
### ### 5.4
- added taskbar-progress implementation - added taskbar-progress implementation
- added new setting to start with maximized window - added new setting to start with maximized window
- long file names work now even if not enabled by the OS - long file paths work now even if not enabled by the OS
- fixed history being written even when history file wasn't created prior - fixed history being written even when history file wasn't created prior
- libmpv updated to shinchiro 2019-08-31 - libmpv updated to shinchiro 2019-08-31

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.3.0.0")] [assembly: AssemblyVersion("5.4.0.0")]
[assembly: AssemblyFileVersion("5.3.0.0")] [assembly: AssemblyFileVersion("5.4.0.0")]