deadmoon 4 anni fa
parent
commit
ff4bd71c8f
5 ha cambiato i file con 10 aggiunte e 8 eliminazioni
  1. 4 0
      CHANGELOG.md
  2. 1 3
      Optimizer/MainForm.cs
  3. 1 1
      Optimizer/Program.cs
  4. 3 3
      README.md
  5. 1 1
      version.txt

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 All notable changes to this project will be documented in this file.
 
+## [7.5] - 2021-04-12
+- New: Hover on each switch to read the explanation
+- Improved: Disable Feature Updates
+
 ## [7.4] - 2021-04-11
 - Improved: Disable SmartScreen
 - Improved: Better UI scaling in Common Apps

+ 1 - 3
Optimizer/MainForm.cs

@@ -3,8 +3,6 @@ using System;
 using System.Collections.Generic;
 using System.ComponentModel;
 using System.Diagnostics;
-using System.Drawing;
-using System.Drawing.Drawing2D;
 using System.IO;
 using System.Linq;
 using System.Net;
@@ -659,7 +657,7 @@ namespace Optimizer
 
         private void Main_Load(object sender, EventArgs e)
         {
-            
+
         }
 
         private void GetDesktopItems()

+ 1 - 1
Optimizer/Program.cs

@@ -13,7 +13,7 @@ namespace Optimizer
         // Enter current version here
 
         internal readonly static float Major = 7;
-        internal readonly static float Minor = 4;
+        internal readonly static float Minor = 5;
 
         internal readonly static bool EXPERIMENTAL_BUILD = false;
 

+ 3 - 3
README.md

@@ -54,6 +54,6 @@ https://github.com/hellzerg/optimizer/blob/master/LEGACY.md
 
 ## Details: ##
 
-* Latest version: 7.4
-* Released: April 11, 2021
-* SHA256: FDEE06A6B7296867E5A0A9E42AF468828474F3F1E51FBF3F77E9F07C2A601217
+* Latest version: 7.5
+* Released: April 12, 2021
+* SHA256: E3A3B255C7263688D9794AC1B1215E2B35C2C9D4412EF3173E847099B9EBC763

+ 1 - 1
version.txt

@@ -1 +1 @@
-7.4
+7.5