Skip to content

Commit

Permalink
Version: 22621.2283.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valinet committed Sep 23, 2023
1 parent fe78dca commit a7b29c5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions version.h
Original file line number Diff line number Diff line change
@@ -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


Expand All @@ -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"

0 comments on commit a7b29c5

Please sign in to comment.