@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
+## [3.4] - 2017-10-25
+- Performance improvements
+- Startup crash on x86 systems fixed
+
## [3.3] - 2017-10-21
- Improved Disable Privacy Options
- Added option to disable Windows Ink & suggestions
@@ -18,7 +18,7 @@ namespace Optimizer
// Enter current version here
internal readonly static float Major = 3;
- internal readonly static float Minor = 3;
+ internal readonly static float Minor = 4;
internal static string GetCurrentVersion()
{
@@ -36,6 +36,6 @@ Does not work with Windows XP or Vista
## Details: ##
-Latest version: 3.3
+Latest version: 3.4
-Released: October 21, 2017
+Released: October 25, 2017