Browse Source

Korean support, localization fixes, JSON lib update (v12.4)

deadmoon 3 years ago
parent
commit
7284d98990
6 changed files with 14 additions and 8 deletions
  1. 6 0
      CHANGELOG.md
  2. BIN
      Optimizer/Newtonsoft.Json.dll
  3. 2 2
      Optimizer/Optimizer.csproj
  4. 1 1
      Optimizer/packages.config
  5. 4 4
      README.md
  6. 1 1
      version.txt

+ 6 - 0
CHANGELOG.md

@@ -1,3 +1,9 @@
+## [12.4] - 2022-03-29
+- New: Fully translated into Korean (thanks to https://github.com/VenusGirl - VenusGirl)
+- New: Updated Newtonsoft.Json from version 12.0.2 to 13.0.1
+- Hotfix: Translation additions and fixes in all supported languages
+- Improved: Performance Tweaks
+
 ## [12.3] - 2022-03-27
 ## [12.3] - 2022-03-27
 - Hotfix: Italian translation
 - Hotfix: Italian translation
 - Hotfix: Flush DNS cache now requires confirmation
 - Hotfix: Flush DNS cache now requires confirmation

BIN
Optimizer/Newtonsoft.Json.dll


+ 2 - 2
Optimizer/Optimizer.csproj

@@ -62,8 +62,8 @@
   </PropertyGroup>
   </PropertyGroup>
   <ItemGroup>
   <ItemGroup>
     <Reference Include="Microsoft.VisualBasic" />
     <Reference Include="Microsoft.VisualBasic" />
-    <Reference Include="Newtonsoft.Json">
-      <HintPath>.\Newtonsoft.Json.dll</HintPath>
+    <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+      <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
     </Reference>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System" />
     <Reference Include="System.Core" />
     <Reference Include="System.Core" />

+ 1 - 1
Optimizer/packages.config

@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
 <?xml version="1.0" encoding="utf-8"?>
 <packages>
 <packages>
-  <package id="Newtonsoft.Json" version="12.0.2" targetFramework="net452" />
+  <package id="Newtonsoft.Json" version="13.0.1" targetFramework="net452" />
 </packages>
 </packages>

+ 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.
 Depending on your version of Windows, Optimizer will also allow you to perform some specific tweaks.
 <p align="center">
 <p align="center">
-	<a href="https://github.com/hellzerg/optimizer/releases/download/12.3/Optimizer-12.3.exe" target="_blank">
+	<a href="https://github.com/hellzerg/optimizer/releases/download/12.4/Optimizer-12.4.exe" target="_blank">
 		<img src="https://raw.githubusercontent.com/hellzerg/optimizer/master/download-button.png">
 		<img src="https://raw.githubusercontent.com/hellzerg/optimizer/master/download-button.png">
 		<br>
 		<br>
 		<img src="https://raw.githubusercontent.com/hellzerg/optimizer/master/flags.png">
 		<img src="https://raw.githubusercontent.com/hellzerg/optimizer/master/flags.png">
@@ -87,6 +87,6 @@ https://github.com/hellzerg/optimizer/blob/master/FEED.md
 
 
 ## Details: ##
 ## Details: ##
 
 
-* Latest version: 12.3
-* Released: March 27, 2022
-* SHA256: 6D88E0A9E0464475AA4C28EB0D3685183E6805AC37DBC284FCDB102C8F19717B
+* Latest version: 12.4
+* Released: March 29, 2022
+* SHA256: 39FE777265B0246BB37A08EBE6D4748FD056332552475F3563F0CE65C7529B46

+ 1 - 1
version.txt

@@ -1 +1 @@
-12.3
+12.4