Browse Source

Version: 22631.5335.68.2

pull/4392/head 22631.5335.68.2_14807a5
Amrsatrio 7 months ago
parent
commit
14807a50a8
  1. 7
      CHANGELOG.md
  2. 2
      version.h

7
CHANGELOG.md

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

2
version.h

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#define VER_MAJOR 22631
#define VER_MINOR 5335
#define VER_BUILD_HI 68
#define VER_BUILD_LO 1
#define VER_BUILD_LO 2
#define VER_FLAGS VS_FF_PRERELEASE

Loading…
Cancel
Save