From 53098c9f2ee914d7a75a274484b383248ed4fbeb Mon Sep 17 00:00:00 2001 From: Belim Date: Mon, 21 Feb 2022 19:41:35 +0100 Subject: [PATCH 1/4] 1.1.160 --- changes.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index aff8c889..5d155193 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,8 @@ -The "lite" version of TIW11 - named BreakingApp - can now also be tested. I got it out of my archive -- https://github.com/builtbybel/BreakingApp - +Try the new TweakUI replica - named TweakUIX - Stable is just out! +- https://github.com/builtbybel/TweakUIX - + +Issues adressed in this release of TIW11: +- Maintenance release +- Built-in support for build 22000.527 +- Minor fixes From 92e5ed31cb313345484ae8a093b03b900c092a4d Mon Sep 17 00:00:00 2001 From: sitiom Date: Sun, 20 Mar 2022 12:41:05 +0800 Subject: [PATCH 2/4] Add Scoop installation reference --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4441d28a..43aed9e9 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,13 @@ ThisIsWin11 lets you customize Windows 11 all in one place. It is slowly expande ### Installation -A classic installation is not necessary at all, because TIW11 is 100% portable. All you have to do is to extract the `TIW11.zip` archive and run the file provided as .exe +Install from [Scoop](https://scoop.sh/): +```powershell +scoop bucket add extras +scoop install thisiswin11 +``` + +Alternatively, a classic installation is not necessary at all, because TIW11 is 100% portable. All you have to do is to extract the `TIW11.zip` archive and run the file provided as .exe ## Support If you like the tool please consider supporting me via PayPal. From 178bc7ae6501d613e9fdc2e349ebc682a191f1e9 Mon Sep 17 00:00:00 2001 From: Belim Date: Thu, 24 Mar 2022 15:12:14 +0100 Subject: [PATCH 3/4] Update AssemblyInfo.cs --- src/TIW11/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TIW11/Properties/AssemblyInfo.cs b/src/TIW11/Properties/AssemblyInfo.cs index 8fd36d62..e50b89ca 100644 --- a/src/TIW11/Properties/AssemblyInfo.cs +++ b/src/TIW11/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, // indem Sie "*" wie unten gezeigt eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.160")] -[assembly: AssemblyFileVersion("1.1.160")] +[assembly: AssemblyVersion("1.1.170")] +[assembly: AssemblyFileVersion("1.1.170")] From 766fda61eb5114c48166ecc1184ff4dfdab6222f Mon Sep 17 00:00:00 2001 From: Belim Date: Thu, 24 Mar 2022 15:12:47 +0100 Subject: [PATCH 4/4] Update changes.txt --- changes.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/changes.txt b/changes.txt index 5d155193..e432c771 100644 --- a/changes.txt +++ b/changes.txt @@ -1,8 +1,3 @@ -Try the new TweakUI replica - named TweakUIX - Stable is just out! -- https://github.com/builtbybel/TweakUIX - - -Issues adressed in this release of TIW11: -- Maintenance release -- Built-in support for build 22000.527 -- Minor fixes +- Added Tweakomatic (Reloaded) app to ThisIsWin11 package. +Only die-hard Microsoft fans might still know the original Tweakomatic. To invoke goto Automation > Script Editor section . I've pushed also a separate repo for tweakomatic here. NOTE: The tweakomatic app is only rolled out in the complete TIW11.zip package and is not distributed via the automatic update function.