mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-23 23:21:08 +01:00
Version: 22621.2283.57.1
This commit is contained in:
parent
fe78dcaa24
commit
a7b29c5409
18
CHANGELOG.md
18
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.
|
||||
|
10
version.h
10
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"
|
||||
|
Loading…
Reference in New Issue
Block a user