From 699ef06734db4eb0ca45da715d011107cac4b7a9 Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Thu, 14 Mar 2024 05:13:12 +0700 Subject: [PATCH] Version: 22621.3296.64.2 --- CHANGELOG.md | 6 +++++- ExplorerPatcher-L10N | 2 +- version.h | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18431d7fe..52d5b1b56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Tested on OS builds 22000.2538, 22621.1992, 22621.3155, 22621.3235, 22621.3296, ##### 1 -* Taskbar10: Fixed a bug where SCOOBE would repeatedly crash Explorer when Language Switcher is set to anything other than Windows 10 (the default). (fe7f800) +* Taskbar10: Fixed a bug where SCOOBE would repeatedly crash Explorer when Language Switcher is set to anything other than Windows 10 (the default). (fe7f800, 5c35f58) * Taskbar10: Refined the method for aligning the Windows 11 Start menu and Search flyouts when using the Windows 10 taskbar on 22621.2792+. (8f84a96) * This should fix related crashes during logon and screen resolution change on 26063+. * Taskbar10: Revised the method for restoring acrylic to the Windows 10 taskbar on 22621+. (5e7bad2) @@ -17,6 +17,10 @@ Tested on OS builds 22000.2538, 22621.1992, 22621.3155, 22621.3235, 22621.3296, * Setup: Moved uninstallation prompt dialog existence check to the GUI. (0589a25) * Various changes to prepare for the alternate taskbar reimplementation that will be released in the future. (a0885c6, 0791bd7, fc61884, 623ecee) +##### 2 + +* Taskbar10: Revised the method for disabling DisableWin10Taskbar present on 26002+. (913b2d0) + ## 22621.3007.63 Tested on OS builds 22000.2538, 22621.1992, 22621.3007, 22621.3085, and 22621.3155. diff --git a/ExplorerPatcher-L10N b/ExplorerPatcher-L10N index 47f6bee71..6a668450f 160000 --- a/ExplorerPatcher-L10N +++ b/ExplorerPatcher-L10N @@ -1 +1 @@ -Subproject commit 47f6bee714e74349e67c463b11d2fa5069724523 +Subproject commit 6a668450f30d1a67750c812799d8577048cbd385 diff --git a/version.h b/version.h index 112fd3d0e..8ef1ca9a5 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22621 #define VER_MINOR 3296 #define VER_BUILD_HI 64 -#define VER_BUILD_LO 1 +#define VER_BUILD_LO 2 #define VER_FLAGS VS_FF_PRERELEASE