Ver Fonte

Updated to v10.6

deadmoon há 3 anos atrás
pai
commit
f279b5c49b
5 ficheiros alterados com 28 adições e 35 exclusões
  1. 2 2
      Optimizer/Program.cs
  2. 18 18
      Optimizer/Resources/IT.json
  3. 1 9
      Optimizer/SplashForm.cs
  4. 6 5
      README.md
  5. 1 1
      version.txt

+ 2 - 2
Optimizer/Program.cs

@@ -12,7 +12,7 @@ namespace Optimizer
         /* DO NOT LEAVE THEM EMPTY */
         /* DO NOT LEAVE THEM EMPTY */
 
 
         internal readonly static float Major = 10;
         internal readonly static float Major = 10;
-        internal readonly static float Minor = 5;
+        internal readonly static float Minor = 6;
 
 
         internal readonly static bool EXPERIMENTAL_BUILD = false;
         internal readonly static bool EXPERIMENTAL_BUILD = false;
 
 
@@ -122,7 +122,7 @@ namespace Optimizer
                             catch (Exception ex)
                             catch (Exception ex)
                             {
                             {
                                 ErrorLogger.LogError("Program.Main", ex.Message, ex.StackTrace);
                                 ErrorLogger.LogError("Program.Main", ex.Message, ex.StackTrace);
-                            }  
+                            }
 
 
                             // checking for silent config argument
                             // checking for silent config argument
                             if (switches.Length == 1)
                             if (switches.Length == 1)

+ 18 - 18
Optimizer/Resources/IT.json

@@ -350,22 +350,22 @@ prima che vengano rilasciate al pubblico.
 È considerato un servizio non necessario per tutti gli utenti che non vogliono partecipare.",
 È considerato un servizio non necessario per tutti gli utenti che non vogliono partecipare.",
 	"featuresTip": "Gli aggiornamenti delle funzionalità sono tecnicamente nuove versioni di Windows, che richiedono un aggiornamento.
 	"featuresTip": "Gli aggiornamenti delle funzionalità sono tecnicamente nuove versioni di Windows, che richiedono un aggiornamento.
 Tuttavia, sono considerate procedure rischiose. Sono normalmente una release ogni sei mesi.",
 Tuttavia, sono considerate procedure rischiose. Sono normalmente una release ogni sei mesi.",
-	"CleanPreviewForm": "",
-	"tpmSw": "",
-	"leftTaskbarSw": "",
-	"snapAssistSw": "",
-	"widgetsSw": "",
-	"chatSw": "",
-	"smallerTaskbarSw": "",
-	"classicRibbonSw": "",
-	"classicContextSw": "",
-	"alreadyRunningMsg": "",
-	"tpmTip": "",
-	"leftTaskbarTip": "",
-	"snapAssistTip": "",
-	"widgetsTip": "",
-	"chatTip": "",
-	"smallerTaskbarTip": "",
-	"classicRibbonTip": "",
-	"classicContextTip": ""
+	"CleanPreviewForm": "Anteprima pulizia",
+	"tpmSw": "Disabilita controllo TPM 2.0",
+	"leftTaskbarSw": "Allinea barra delle applicazioni a sinistra",
+	"snapAssistSw": "Disabilita Snap Assist",
+	"widgetsSw": "Disabilita Widget",
+	"chatSw": "Disabilita Chat",
+	"smallerTaskbarSw": "Riduci barra delle applicazioni",
+	"classicRibbonSw": "Abilita menu classico in Explorer",
+	"classicContextSw": "Abilita menu classico sul tasto destro",
+	"alreadyRunningMsg": "Optimizer è già in esecuzione in background!",
+	"tpmTip": "Bypassa i requisiti di Secure Boot e TPM 2.0, permettendo l'upgrade a Windows 11.",
+	"leftTaskbarTip": "Allinea icone della barra delle applicazioni a sinistra.",
+	"snapAssistTip": "Disabilita il menu Snap Assist quando mantieni il mouse sui pulsanti per massimizzare le finestre.",
+	"widgetsTip": "Disabilita funzionalità widget e li rimuove dalla barra delle applicazioni.",
+	"chatTip": "Rimouve l'icona della Chat dalla barra delle applicazioni.",
+	"smallerTaskbarTip": "Riduci barra delle applicazioni e icone.",
+	"classicRibbonTip": "Riprista il menu di Esplora File di Windows 10.",
+	"classicContextTip": "Ripristina il menu contestuale classico, rimuovendo 'Mostra più opzioni'."
 }
 }

+ 1 - 9
Optimizer/SplashForm.cs

@@ -1,12 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Forms;
+using System.Windows.Forms;
 
 
 namespace Optimizer
 namespace Optimizer
 {
 {

+ 6 - 5
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/10.5/Optimizer-10.5.exe" target="_blank">
+	<a href="https://github.com/hellzerg/optimizer/releases/download/10.6/Optimizer-10.6.exe" target="_blank">
 		<img src="download-button.png">
 		<img src="download-button.png">
 		<br>
 		<br>
 		<img src="flags.png">
 		<img src="flags.png">
@@ -60,7 +60,7 @@ https://github.com/hellzerg/optimizer/blob/master/LEGACY.md
 
 
 * .NET Framework 4.5.2
 * .NET Framework 4.5.2
 * Compatible with Windows 7, 8, 8.1, 10, 11
 * Compatible with Windows 7, 8, 8.1, 10, 11
-* Can run under Windows Server 2008, 2012, 2016, 2019 using /unsafe switch
+* Can run under Windows Server 2008, 2012, 2016, 2019, 2022 using /unsafe switch
 
 
 ## Tools used: ##
 ## Tools used: ##
 * ByteSize from https://github.com/omar/ByteSize
 * ByteSize from https://github.com/omar/ByteSize
@@ -74,12 +74,13 @@ https://github.com/hellzerg/optimizer/blob/master/LEGACY.md
 * https://github.com/danielcshn - danielcshn for Spanish translation
 * https://github.com/danielcshn - danielcshn for Spanish translation
 * https://github.com/cassiompf - Cassio for Portuguese translation
 * https://github.com/cassiompf - Cassio for Portuguese translation
 * https://github.com/RAFF47 - RAFF for French translation
 * https://github.com/RAFF47 - RAFF for French translation
+* https://github.com/Ziocash - Ziocash for Italian translation
 
 
 ## How to include an app in Common Apps - Pull Request
 ## How to include an app in Common Apps - Pull Request
 https://github.com/hellzerg/optimizer/blob/master/FEED.md
 https://github.com/hellzerg/optimizer/blob/master/FEED.md
 
 
 ## Details: ##
 ## Details: ##
 
 
-* Latest version: 10.5
-* Released: November 14, 2021
-* SHA256: 1F1287855E47C9222872D67D376C11F6BFA5600C32EEFAE9FFE0FB6D1A68246A
+* Latest version: 10.6
+* Released: November 16, 2021
+* SHA256: 5943300547B39E37B7942EE1049508D2A56AB153A0880DA1D700211C9A358E65

+ 1 - 1
version.txt

@@ -1 +1 @@
-10.5
+10.6