2
0
Эх сурвалжийг харах

hotfix urgent update v16.0

deadmoon 1 жил өмнө
parent
commit
0933b841ac

+ 3 - 0
CHANGELOG.md

@@ -1,3 +1,6 @@
+## [16.0] - 2023-10-14
+- Hotfix: 'Reinforce policies' crash resolved (#400)
+
 ## [15.9] - 2023-10-14
 - New: Disable CoPilot AI (in Windows 11)
 - New: Fully translated into Bulgarian

+ 2 - 2
Optimizer/Program.cs

@@ -12,8 +12,8 @@ namespace Optimizer
     {
         /* VERSION PROPERTIES */
         /* DO NOT LEAVE THEM EMPTY */
-        internal readonly static float Major = 15;
-        internal readonly static float Minor = 9;
+        internal readonly static float Major = 16;
+        internal readonly static float Minor = 0;
         internal readonly static bool EXPERIMENTAL_BUILD = false;
         /* END OF VERSION PROPERTIES */
 

+ 8 - 0
Optimizer/SilentOps.cs

@@ -24,6 +24,14 @@ namespace Optimizer
             return CurrentSilentConfig;
         }
 
+        internal static void ProcessMock()
+        {
+            if (CurrentSilentConfig.Tweaks.EnablePerformanceTweaks.HasValue)
+            {
+                MessageBox.Show(CurrentSilentConfig.Tweaks.EnablePerformanceTweaks.Value.ToString());
+            }
+        }
+
         internal static void ProcessAllActions()
         {
             Logger.InitializeSilentReport();

+ 2 - 0
Optimizer/Utilities.cs

@@ -854,6 +854,8 @@ namespace Optimizer
         internal static void ReinforceCurrentTweaks()
         {
             SilentConfig silentConfig = new SilentConfig();
+            Tweaks silentConfigTweaks = new Tweaks();
+            silentConfig.Tweaks = silentConfigTweaks;
             #region Windows General
             silentConfig.Tweaks.EnablePerformanceTweaks = OptionsHelper.CurrentOptions.EnablePerformanceTweaks;
             silentConfig.Tweaks.DisableNetworkThrottling = OptionsHelper.CurrentOptions.DisableNetworkThrottling;

+ 3 - 3
README.md

@@ -3,7 +3,7 @@
 </p>
 
 <p align="center">
-	<a href="https://github.com/hellzerg/optimizer/releases/download/15.9/Optimizer-15.9.exe" target="_blank">
+	<a href="https://github.com/hellzerg/optimizer/releases/download/16.0/Optimizer-16.0.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">
@@ -105,8 +105,8 @@ Learn about our security measures in the [Security Policy](https://github.com/he
 <h2> 📊 Details</h2> 
 </center>
 
-- Latest version: 15.9 (Released: October 14, 2023)
-- SHA256: 3708EC060E9DAF200F8B97950D210467951FC6FEAB214E679B4FE59601F14811
+- Latest version: 16.0 (Released: October 14, 2023)
+- SHA256: 871F3C2E03F87CC61490BD02BB90FEBA5C6D7344C14363640B4121790876C264
 
 <center>
 <h2> ☕ Buy me a delicious espresso</h2>

+ 1 - 1
version.txt

@@ -1 +1 @@
-15.9
+16.0