2
0
hellzerg 8 жил өмнө
parent
commit
b4437a84a5

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 
 All notable changes to this project will be documented in this file.
 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
 ## [3.3] - 2017-10-21
 - Improved Disable Privacy Options
 - Improved Disable Privacy Options
 - Added option to disable Windows Ink & suggestions
 - Added option to disable Windows Ink & suggestions

+ 1 - 1
Optimizer/Program.cs

@@ -18,7 +18,7 @@ namespace Optimizer
 
 
         // Enter current version here
         // Enter current version here
         internal readonly static float Major = 3;
         internal readonly static float Major = 3;
-        internal readonly static float Minor = 3;
+        internal readonly static float Minor = 4;
 
 
         internal static string GetCurrentVersion()
         internal static string GetCurrentVersion()
         {
         {

+ 2 - 2
README.md

@@ -36,6 +36,6 @@ Does not work with Windows XP or Vista
 
 
 ## Details: ##
 ## Details: ##
 
 
-Latest version: 3.3
+Latest version: 3.4
 
 
-Released: October 21, 2017
+Released: October 25, 2017