diff --git a/CHANGELOG.md b/CHANGELOG.md index e730ea4..e0201c0 100644 --- a/CHANGELOG.md +++ b/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. +## 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) diff --git a/ExplorerPatcher-L10N b/ExplorerPatcher-L10N index 0a31208..1ba2543 160000 --- a/ExplorerPatcher-L10N +++ b/ExplorerPatcher-L10N @@ -1 +1 @@ -Subproject commit 0a31208f16c7b5a023192e32dada89f8e58c7f53 +Subproject commit 1ba2543f819ea94cefea48105631414da4de57f7 diff --git a/version.h b/version.h index fc77faf..c4a3e9c 100644 --- a/version.h +++ b/version.h @@ -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