1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-23 15:11:07 +01:00

Version: 22621.4317.67.1

This commit is contained in:
Amrsatrio 2024-11-02 09:22:50 +07:00
parent fc25c25df9
commit ac10697103
3 changed files with 15 additions and 4 deletions

View File

@ -2,6 +2,17 @@
This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub.
## 22621.4317.67
##### 1
* Taskbar10: Win+X now works again on 226xx.4317+. (cc9b6b3)
* Start10: Fixed an issue where the resource loader failed when the drive letter of the boot drive is other than C:. Thanks @ittrgrey for pointing out! (fc25c25)
* ep_taskbar: Fixed an issue where "Not responding" windows are not handled properly.
* ep_taskbar: Flashing taskbar items are now animated.
* ep_taskbar: Narrator now describes the "Show desktop" button.
* ep_taskbar: `TrayUI` class is now exported.
## 22621.3880.66
Tested on OS builds 19045.4598, 22621.3296, 22621.3810, 26120.961, and 26244.5000. (Note: 22621 and 22631 share the same OS files)

@ -1 +1 @@
Subproject commit 0a31208f16c7b5a023192e32dada89f8e58c7f53
Subproject commit 1ba2543f819ea94cefea48105631414da4de57f7

View File

@ -1,7 +1,7 @@
#define VER_MAJOR 22621
#define VER_MINOR 3880
#define VER_BUILD_HI 66
#define VER_BUILD_LO 7
#define VER_MINOR 4317
#define VER_BUILD_HI 67
#define VER_BUILD_LO 1
#define VER_FLAGS VS_FF_PRERELEASE