From 31f1b6db0e2cedb6bc429562b7027bd2569c0711 Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Thu, 25 Apr 2024 21:03:19 +0700 Subject: [PATCH] Version: 22621.3527.65.1 --- CHANGELOG.md | 11 +++++++++++ ExplorerPatcher-L10N | 2 +- version.h | 6 +++--- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f39ede..75776ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub. +## 22621.3527.65 + +Tested on OS builds 22621.3296, 22621.3447, and 22621.3527. (Note: 22621 and 22631 share the same OS files) + +##### 1 + +* Taskbar10: The Windows 10 taskbar option is now no longer available on 26002+. (#3053, e57a6b0) + * This is to comply with Microsoft's removal of the stock Windows 10 taskbar in explorer.exe of said builds. +* Start10: Fixed Pin to Start with a 50/50 chance of success on 226xx.3420+ (22H2, 23H2) and 25169+ (24H2). (232fe6b) +* Start10: Reverted the menu closing delay fix when EP is injected only into `StartMenuExperienceHost.exe` for now. (e59c34c) + ## 22621.3296.64 Tested on OS builds 22000.2538, 22621.1992, 22621.3155, 22621.3235, 22621.3296, 25951.1000, and 26058.1000. diff --git a/ExplorerPatcher-L10N b/ExplorerPatcher-L10N index 6a66845..75c394d 160000 --- a/ExplorerPatcher-L10N +++ b/ExplorerPatcher-L10N @@ -1 +1 @@ -Subproject commit 6a668450f30d1a67750c812799d8577048cbd385 +Subproject commit 75c394d140f994685327134eda01fd7ed2643d60 diff --git a/version.h b/version.h index b1e8fc1..8fde4e3 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 3 +#define VER_MINOR 3527 +#define VER_BUILD_HI 65 +#define VER_BUILD_LO 1 #define VER_FLAGS VS_FF_PRERELEASE