Bläddra i källkod

Updated to 3.4

hellzerg 7 år sedan
förälder
incheckning
b4437a84a5
3 ändrade filer med 7 tillägg och 3 borttagningar
  1. 4 0
      CHANGELOG.md
  2. 1 1
      Optimizer/Program.cs
  3. 2 2
      README.md

+ 4 - 0
CHANGELOG.md

@@ -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

+ 1 - 1
Optimizer/Program.cs

@@ -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()
         {

+ 2 - 2
README.md

@@ -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