Skip to content

Commit

Permalink
Version: 22621.4317.67.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrsatrio committed Nov 2, 2024
1 parent fc25c25 commit ac10697
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
@@ -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


Expand Down

0 comments on commit ac10697

Please sign in to comment.