diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b42f179..78103ed33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub. +## 22621.2283.57 + +Tested on OS build 22621.2283. Installer requires Internet connectivity. + +#### Details + +##### 1 + +* Taskbar10: Fixed Action Center, Control Center, and notification toasts placements on OS builds 22621.2134+ (thanks @Amrsatrio). +* Taskbar10: Fixed a bug that prevented Task View and/or the window switcher (`Alt`+`Tab`) from working on OS builds 22621.2134+ (thanks @Amrsatrio). +* Taskbar10: Fixed a bug that prevented the volume and brightness flyouts from displaying (thanks @Amrsatrio). +* Taskbar10: Fixed a bug that prevented the `Win`+`A` (Action Center), `Win`+`N` (Control Center), and `Win`+`B` (Focus on tray overflow button) shortcuts from working on OS builds 22621.2134+ (thanks @Amrsatrio). +* Taskbar10: Fixed the context menu of the new IME button OS builds 22621.2134+ (thanks @Amrsatrio). +* Taskbar11: Fixed a bug that crashed `explorer.exe` when right clicking the taskbar on OS builds 22621.2134+. +* Quality of life improvements regarding symbol data (thanks @Amrsatrio). + +Learn about known issues and track the progress regarding this update [here](https://github.com/valinet/ExplorerPatcher/pull/2097). Special thanks to @Amrsatrio for providing support towards fixing ExplorerPatcher on newer OS builds. + ## 22621.1992.56 Tested on OS build 22621.1992. Installer requires Internet connectivity. diff --git a/version.h b/version.h index f1455fb9b..3685c82e7 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22621 -#define VER_MINOR 1992 -#define VER_BUILD_HI 56 -#define VER_BUILD_LO 3 +#define VER_MINOR 2283 +#define VER_BUILD_HI 57 +#define VER_BUILD_LO 1 #define VER_FLAGS VS_FF_PRERELEASE @@ -12,5 +12,5 @@ #define VER_STR(arg) #arg // The String form of the version numbers -#define VER_FILE_STRING VALUE "FileVersion", "22621.1992.56.3" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1992.56.3" +#define VER_FILE_STRING VALUE "FileVersion", "22621.2283.57.1" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.2283.57.1"