Skip to content

Commit 14807a5

Browse files
committed
Version: 22631.5335.68.2
1 parent 3a93b76 commit 14807a5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Tested on OS builds 22621.3296, 22631.5189, 22631.5335, 26100.3476, 26100.4061,
88

99
##### 1
1010

11-
***ep_taskbar: Fixed incompatibility with 26200.5603 (Dev), 26120.4151 (Beta), and 26100.4188 (Release Preview).** (#4321)
1211
* Start10: Fixed Pin to Start on 226x1.4541+ and 261xx.2454+. (#3984) (4ef3667, 123ea8b)
1312
* sws: Added support for 24H2. (#3765)
1413
* ep_dwm: Added support for 24H2. (#3555)
@@ -27,9 +26,13 @@ Tested on OS builds 22621.3296, 22631.5189, 22631.5335, 26100.3476, 26100.4061,
2726
* ep_taskbar: Fixed a bug that prevented shortcut global hotkeys from working on 24H2. (#3777, #4016)
2827
* ep_taskbar: Fixed a bug that prevented the taskbar from resizing properly after DPI changes. (#3796)
2928
* ep_taskbar: Added the following languages: German, French, Hungarian, Indonesian, Italian, Korean, Lithuanian, Dutch, Polish, Portuguese (Brazil), Romanian, Spanish (Spain), Turkish, Ukrainian, Chinese (Simplified).
30-
* ep_taskbar: Now supports all Windows 10 versions supported by EP (17763/1809+). (aec8c70, 1edb989)
3129
* ep_taskbar: Fixed a number of memory leaks and code/behavior inaccuracies.
3230

31+
##### 2
32+
33+
***ep_taskbar: Fixed incompatibility with 26200.5603 (Dev), 26120.4151 (Beta), and 26100.4188 (Release Preview).** (#4321)
34+
* ep_taskbar: Now supports all Windows 10 versions supported by EP (17763/1809+). (aec8c70, 1edb989)
35+
3336
## 22621.4317.67
3437

3538
Tested on OS builds 22621.3296, 22631.4391, 26120.961, 26100.1150, and 26100.2161.

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define VER_MAJOR 22631
22
#define VER_MINOR 5335
33
#define VER_BUILD_HI 68
4-
#define VER_BUILD_LO 1
4+
#define VER_BUILD_LO 2
55
#define VER_FLAGS VS_FF_PRERELEASE
66

77

0 commit comments

Comments
 (0)