Browse Source

hotfix release v15.1

deadmoon 2 years ago
parent
commit
c4d43179e1
4 changed files with 10 additions and 6 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      Optimizer/Program.cs
  3. 4 4
      README.md
  4. 1 1
      version.txt

+ 4 - 0
CHANGELOG.md

@@ -1,3 +1,7 @@
+## [15.1] - 2023-04-23
+- Hotfix: Disable Edge Discover now works properly
+- Improve: Disable SmartScreen and Visual Studio Telemetry
+
 ## [15.0] - 2023-04-16
 - New: Advanced Tab with extra tweaks. Use /unsafe to use this tab
 - New: Disable HPET in Advanced

+ 1 - 1
Optimizer/Program.cs

@@ -14,7 +14,7 @@ namespace Optimizer
         /* DO NOT LEAVE THEM EMPTY */
 
         internal readonly static float Major = 15;
-        internal readonly static float Minor = 0;
+        internal readonly static float Minor = 1;
 
         internal readonly static bool EXPERIMENTAL_BUILD = false;
         internal static int DPI_PREFERENCE;

+ 4 - 4
README.md

@@ -3,7 +3,7 @@
 </p>
 
 <p align="center">
-	<a href="https://github.com/hellzerg/optimizer/releases/download/15.0/Optimizer-15.0.exe" target="_blank">
+	<a href="https://github.com/hellzerg/optimizer/releases/download/15.1/Optimizer-15.1.exe" target="_blank">
 		<img src="https://raw.githubusercontent.com/hellzerg/optimizer/master/download-button.png">
 		<br>
 		<img src="https://raw.githubusercontent.com/hellzerg/optimizer/master/flags.png">
@@ -94,9 +94,9 @@ https://github.com/hellzerg/optimizer/blob/master/LEGACY.md
 
 ### 📊 Details:
 
-- Latest version: 15.0
-- Released: April 16, 2023
-- SHA256: 925ACA0C0C771943ACF8F0C508CC5FA28F71C0F2E83406414F77074899BDBC38
+- Latest version: 15.1
+- Released: April 23, 2023
+- SHA256: B4CDDB66686BC6998609E824A173EB4FA0B5AC154845C0B47DF4BD3AF0FB558B
 
 <hr>
 

+ 1 - 1
version.txt

@@ -1 +1 @@
-15.0
+15.1