version 2.12

This commit is contained in:
rlv-dan 2020-04-29 19:20:13 +02:00
parent 8156351973
commit 1726eb9301
2 changed files with 7 additions and 3 deletions

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
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion( "2.11.0.0" )]
[assembly: AssemblyFileVersion( "2.11.0.0" )]
[assembly: AssemblyVersion( "2.12.0.0" )]
[assembly: AssemblyFileVersion( "2.12.0.0" )]

View File

@ -232,7 +232,11 @@
v2.11 (2020-04-18)
Fixed a threading issue that caused the program to hang on some systems
v2.12 (2020-04-)
v2.12 (2020-04-29)
Reduced memory consumsion when generating HTML
Parent folder link [..] is now sticky
Reworked command line code to fix issues in 2.11
A few small tweaks too
--- End User License Agreement -----------------------------------------------