Browse Source

Version: 22621.4317.67.1

pull/3911/head 22621.4317.67.1_ac10697
Amrsatrio 1 year ago
parent
commit
ac10697103
  1. 11
      CHANGELOG.md
  2. 2
      ExplorerPatcher-L10N
  3. 6
      version.h

11
CHANGELOG.md

@ -2,6 +2,17 @@
This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub. 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 ## 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) Tested on OS builds 19045.4598, 22621.3296, 22621.3810, 26120.961, and 26244.5000. (Note: 22621 and 22631 share the same OS files)

2
ExplorerPatcher-L10N

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

6
version.h

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

Loading…
Cancel
Save