From 982fe56eb3c2507d1c5b9f24bbcb1aedb195d979 Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Wed, 14 Feb 2024 06:09:17 +0700 Subject: [PATCH] Version: 22621.3007.63.1 (pre-release) --- CHANGELOG.md | 15 +++++++++++++++ ExplorerPatcher-L10N | 2 +- version.h | 6 +++--- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a957d9c..9f34ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub. +## 22621.3007.63 + +Tested on OS builds 22000.2538, 22621.1992, 22621.3007, 22621.3085, and 22621.3155. + +##### 1 + +* Taskbar10: The Network and Battery flyouts on later 22621 builds onwards and Windows 10 now open instantly without issues. (97fd483) +* Taskbar10: Allowed the use of search box (without highlights) on Windows 11. (0157ecc) +* Start10: Added proper handling when the Windows 10 start menu is not available (e.g. 24H2/Canary builds). (3c8809e) +* Start10: Removed the original method for fixing Jump List (right click) views. (79b0f68) +* File Explorer: The address bar shrinking is now more accurate with pixel-perfect height compared to Windows 7, 8.1, and 10 (without the modern search). (e0b97e2) +* GUI: Added "Uninstall" section containing a button to launch the uninstaller. (0c5021b) +* Setup: There should now be fewer .prev files, and uninstallation should be cleaner as well. (296c6a0) +* Symbols: Added `explorer.exe` symbols for 22621+ and unified the method for Windows 10 Alt+Tab on 22000. (1f2e2c4) + ## 22621.2861.62 Tested on OS builds 22621.2715, 22621.2861, 22631.2787, 22631.2861, 22635.2915, and 23590.1000. diff --git a/ExplorerPatcher-L10N b/ExplorerPatcher-L10N index 6be49ca..6965327 160000 --- a/ExplorerPatcher-L10N +++ b/ExplorerPatcher-L10N @@ -1 +1 @@ -Subproject commit 6be49caadcd672be19c4fa4ebb5ee6274448af2c +Subproject commit 6965327c5ed477a68f71471ef704d7e6ba1dce15 diff --git a/version.h b/version.h index 335032b..d0eea2b 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22621 -#define VER_MINOR 2861 -#define VER_BUILD_HI 62 -#define VER_BUILD_LO 2 +#define VER_MINOR 3007 +#define VER_BUILD_HI 63 +#define VER_BUILD_LO 1 #define VER_FLAGS VS_FF_PRERELEASE