ソースを参照

Hotfix (#97) v11.9

deadmoon 3 年 前
コミット
6a37c46857
4 ファイル変更10 行追加7 行削除
  1. 3 0
      CHANGELOG.md
  2. 2 2
      Optimizer/Program.cs
  3. 4 4
      README.md
  4. 1 1
      version.txt

+ 3 - 0
CHANGELOG.md

@@ -2,6 +2,9 @@
 
 All notable changes to this project will be documented in this file.
 
+## [11.9] - 2022-02-23
+- Hotfix: Permissions issue on Windows 11 (#97)
+
 ## [11.8] - 2022-02-21
 - New: Restart in normal and minimal safe-mode from command-line
 - Hotfix: Faster network monitoring initialization

+ 2 - 2
Optimizer/Program.cs

@@ -13,8 +13,8 @@ namespace Optimizer
         /* VERSION PROPERTIES */
         /* DO NOT LEAVE THEM EMPTY */
 
-        internal readonly static float Major = 0;
-        internal readonly static float Minor = 0;
+        internal readonly static float Major = 11;
+        internal readonly static float Minor = 9;
 
         internal readonly static bool EXPERIMENTAL_BUILD = false;
 

+ 4 - 4
README.md

@@ -10,7 +10,7 @@ Optimizer is recommended after a fresh, clean installation of Windows to achieve
 
 Depending on your version of Windows, Optimizer will also allow you to perform some specific tweaks.
 <p align="center">
-	<a href="https://github.com/hellzerg/optimizer/releases/download/11.8/Optimizer-11.8.exe" target="_blank">
+	<a href="https://github.com/hellzerg/optimizer/releases/download/11.9/Optimizer-11.9.exe" target="_blank">
 		<img src="download-button.png">
 		<br>
 		<img src="flags.png">
@@ -84,6 +84,6 @@ https://github.com/hellzerg/optimizer/blob/master/FEED.md
 
 ## Details: ##
 
-* Latest version: 11.8
-* Released: February 21, 2022
-* SHA256: EB819CD2E2B65BA895662F72E7376661200FC83D10434B5FBE8DA5C2339C3616
+* Latest version: 11.9
+* Released: February 23, 2022
+* SHA256: 241D411AFFE5D2B4BD628818CEEE6E7DF3DBAC68A34F45301C58E62A32738F8D

+ 1 - 1
version.txt

@@ -1 +1 @@
-11.8
+11.9