Browse Source

Version: 22621.3007.63.4

pull/2940/merge 22621.3007.63.4_91aaa82
Amrsatrio 2 years ago
parent
commit
91aaa82767
  1. 4
      CHANGELOG.md
  2. 2
      version.h

4
CHANGELOG.md

@ -31,6 +31,10 @@ Tested on OS builds 22000.2538, 22621.1992, 22621.3007, 22621.3085, and 22621.31 @@ -31,6 +31,10 @@ Tested on OS builds 22000.2538, 22621.1992, 22621.3007, 22621.3085, and 22621.31
* Taskbar10: Fixed flyout positioning on Windows 11 26058+. (dfe340d)
* Slightly improved performance when interacting with the taskbar, both new and old. (dfe340d)
##### 4
* Setup: Reverted the method for ending `explorer.exe` and its subprocesses. (fdc357b)
## 22621.2861.62
Tested on OS builds 22621.2715, 22621.2861, 22631.2787, 22631.2861, 22635.2915, and 23590.1000.

2
version.h

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#define VER_MAJOR 22621
#define VER_MINOR 3007
#define VER_BUILD_HI 63
#define VER_BUILD_LO 3
#define VER_BUILD_LO 4
#define VER_FLAGS VS_FF_PRERELEASE

Loading…
Cancel
Save