From c245b8f0b3032afed11d72f5dd34935abd89bc13 Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Tue, 30 Apr 2024 10:21:28 +0700 Subject: [PATCH] Version: 22621.3527.65.2 --- CHANGELOG.md | 4 ++++ ExplorerPatcher-L10N | 2 +- version.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13093c5..ace7081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ Tested on OS builds 22621.3296, 22621.3447, and 22621.3527. (Note: 22621 and 226 * Start10: Fixed Pin to Start 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) +##### 2 + +* Start10: Fixed a bug where the recently introduced "account suggestions" prevents the user tile menu from opening on later 22H2/23H2 builds and 24H2. (d11445a) + ## 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 75c394d..a43a9d4 160000 --- a/ExplorerPatcher-L10N +++ b/ExplorerPatcher-L10N @@ -1 +1 @@ -Subproject commit 75c394d140f994685327134eda01fd7ed2643d60 +Subproject commit a43a9d4cac99373f70526b13487a12b9c15ad72e diff --git a/version.h b/version.h index 8fde4e3..400b498 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22621 #define VER_MINOR 3527 #define VER_BUILD_HI 65 -#define VER_BUILD_LO 1 +#define VER_BUILD_LO 2 #define VER_FLAGS VS_FF_PRERELEASE