From 1517de005e963fec56af8eb0a20327a82c71358a Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Wed, 21 Feb 2024 09:40:56 +0700 Subject: [PATCH] Version: 22621.3007.63.3 --- CHANGELOG.md | 5 +++++ version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f5b694b..01c12fb5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,11 @@ Tested on OS builds 22000.2538, 22621.1992, 22621.3007, 22621.3085, and 22621.31 * Taskbar10: Improved animation performance when centering and/or EP Weather is not enabled, also fixed search box positioning on small taskbar without centering. (22d9e3c) * Setup: Fixed a bug that placed `wincorlib.dll` on Windows 10 when it is not supposed to, causing the start menu to crash. (610ba7f) +##### 3 + +* Taskbar10: Fixed flyout positioning on Windows 11 26058+. (dfe340d) +* Slightly improved performance when interacting with the taskbar, both new and old. (dfe340d) + ## 22621.2861.62 Tested on OS builds 22621.2715, 22621.2861, 22631.2787, 22631.2861, 22635.2915, and 23590.1000. diff --git a/version.h b/version.h index 8eda19192..ea5a72ee8 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22621 #define VER_MINOR 3007 #define VER_BUILD_HI 63 -#define VER_BUILD_LO 2 +#define VER_BUILD_LO 3 #define VER_FLAGS VS_FF_PRERELEASE