瀏覽代碼

Version 6.0 updated

deadmoon 4 年之前
父節點
當前提交
027546915f
共有 7 個文件被更改,包括 33493 次插入39258 次删除
  1. 3 0
      CHANGELOG.md
  2. 264 465
      Optimizer/MainForm.Designer.cs
  3. 1 1
      Optimizer/MainForm.cs
  4. 33220 38787
      Optimizer/MainForm.resx
  5. 2 2
      Optimizer/Program.cs
  6. 2 2
      README.md
  7. 1 1
      version.txt

+ 3 - 0
CHANGELOG.md

@@ -2,6 +2,9 @@
 
 All notable changes to this project will be documented in this file.
 
+## [6.0] - 2021-01-20
+- Smaller window size, scrollable app list in Common Apps
+
 ## [5.9] - 2021-01-19
 - Hotfix: Crash when opening folder in Common Apps
 

File diff suppressed because it is too large
+ 264 - 465
Optimizer/MainForm.Designer.cs


+ 1 - 1
Optimizer/MainForm.cs

@@ -563,7 +563,7 @@ namespace Optimizer
 
         private void Main_Load(object sender, EventArgs e)
         {
-
+            
         }
 
         private void GetDesktopItems()

File diff suppressed because it is too large
+ 33220 - 38787
Optimizer/MainForm.resx


+ 2 - 2
Optimizer/Program.cs

@@ -12,8 +12,8 @@ namespace Optimizer
 
         // Enter current version here
 
-        internal readonly static float Major = 5;
-        internal readonly static float Minor = 9;
+        internal readonly static float Major = 6;
+        internal readonly static float Minor = 0;
 
         internal static string GetCurrentVersionTostring()
         {

+ 2 - 2
README.md

@@ -44,5 +44,5 @@ https://github.com/hellzerg/optimizer/blob/master/CHANGELOG.md
 
 ## Details: ##
 
-* Latest version: 5.9
-* Released: January 19, 2021
+* Latest version: 6.0
+* Released: January 20, 2021

+ 1 - 1
version.txt

@@ -1 +1 @@
-5.9
+6.0

Some files were not shown because too many files changed in this diff