2
0
deadmoon 4 жил өмнө
parent
commit
fcfdaa25ba

+ 3 - 0
CHANGELOG.md

@@ -2,6 +2,9 @@
 
 All notable changes to this project will be documented in this file.
 
+## [8.3] - 2021-05-31
+- Hotfix: Not exiting when updating with Quick Access menu enabled
+
 ## [8.2] - 2021-05-31
 - New: Added "/reset" switch for troubleshooting 
 - Improved: Enabling Automatic Updates and Defender is better now

+ 1 - 0
Optimizer/MainForm.cs

@@ -142,6 +142,7 @@ namespace Optimizer
                             // PATCH
                             File.Move(tempFile, appFile);
 
+                            _trayMenu = false;
                             Application.Restart();
                         }
                         catch (Exception ex)

+ 1 - 1
Optimizer/Program.cs

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

+ 2 - 2
README.md

@@ -54,6 +54,6 @@ https://github.com/hellzerg/optimizer/blob/master/LEGACY.md
 
 ## Details: ##
 
-* Latest version: 8.2
+* Latest version: 8.3
 * Released: May 31, 2021
-* SHA256: 086CF6D52704634E9BCDDCA745B3B62C58842FE722327E56ECE1717D82C377FD
+* SHA256: 60AACB5D588C737F1AB431C7A9AC2DA2FDB87F9D729C8B8F7D48B9AF65F22373

+ 1 - 1
version.txt

@@ -1 +1 @@
-8.2
+8.3