5.4.9.8 Beta

This commit is contained in:
Frank Skare
2021-09-05 22:27:01 +02:00
parent 333d0ee62f
commit c075278180
2 changed files with 7 additions and 3 deletions

View File

@@ -1,10 +1,14 @@
5.4.9.8 Beta (2021-??-??) 5.4.9.9 Beta (2021-??-??)
5.4.9.8 Beta (2021-09-05)
- All PowerShell dependencies except the scipt host were - All PowerShell dependencies except the scipt host were
removed in order to improve Windows 7 compatibility. removed in order to improve Windows 7 compatibility.
- Fix message box not working when ontop is enabled. - Fix message box not working when ontop is enabled.
- Use Vista folder browser. - Use Vista folder browser.
- Improved context menu performance.
- libmpv shinchiro 2021-09-05
5.4.9.7 Beta (2021-08-28) 5.4.9.7 Beta (2021-08-28)

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.4.9.7")] [assembly: AssemblyVersion("5.4.9.8")]
[assembly: AssemblyFileVersion("5.4.9.7")] [assembly: AssemblyFileVersion("5.4.9.8")]