From 47cc16552b12e5a95b53b138fbd621cb03c9a99e Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Thu, 4 Apr 2024 03:43:05 +0300 Subject: [PATCH] Version: 22621.3296.64.3 --- CHANGELOG.md | 5 +++++ version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d5b1b..2f39ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,11 @@ Tested on OS builds 22000.2538, 22621.1992, 22621.3155, 22621.3235, 22621.3296, * Taskbar10: Revised the method for disabling DisableWin10Taskbar present on 26002+. (913b2d0) +##### 3 + +* Start10: Support for OS builds 226xx.3420+ and 24H2, including fixed animations (5e25663, c286ab5). +* Start10: Prevent menu closing delay when patching standalone (without ExplorerPatcher injecting `explorer.exe`) (45bd735). + ## 22621.3007.63 Tested on OS builds 22000.2538, 22621.1992, 22621.3007, 22621.3085, and 22621.3155. diff --git a/version.h b/version.h index 8ef1ca9..b1e8fc1 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 2 +#define VER_BUILD_LO 3 #define VER_FLAGS VS_FF_PRERELEASE