소스 검색

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
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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()

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.