Skip to content

Commit 52a851b

Browse files
committed
Version: 26100.8457.70.2
1 parent db50ae7 commit 52a851b

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ Tested on OS builds 22621.4317, 22631.7079, 26100.6899, 26100.8037, 26200.8246,
3030
* [For mod developers] Changed ep_taskbar's DLL names from numbers to the codename of the first major release a single variant supports. (cc36e34)
3131
* [For mod developers] TrayUI no longer inherits `Microsoft::WRL::RuntimeClass`; vtables are now stable on builds with multiple `ITrayUI` revisions like `ep_taskbar.ge.dll` (formerly `ep_taskbar.5.dll`).
3232

33+
##### 2
34+
35+
* Introduced a reimplemented 10 Start menu tile layout engine that was removed in 26xxx.8474. (688514f)
36+
* **Note that the restoration is partial.** Tiles can overlap when pinned not by dragging from apps list; this can be worked around by restarting `StartMenuExperienceHost.exe` or `explorer.exe` as a whole to repair the layout.
37+
* Stay tuned on #4960 and the Discord server for updates.
38+
* Added an executable name blacklist to prevent shell extension from loading in certain applications. (#4819) (991b8ca)
39+
* Updated 10 Start menu animation patterns for 28xxx.2149+ ARM64. (c480fc2)
40+
41+
**ep_taskbar:**
42+
* Fixed a deadlock relating to base EP reporting taskbar position and the taskbar reporting search/task view button location and size both to `WindowsUdk.ShellCommon.dll` during taskbar initialization.
43+
3344
## 26100.4946.69
3445

3546
Tested on OS builds 26100.4946, 26100.5074, 26200.5751, and 26220.6682.

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define VER_MAJOR 26100
22
#define VER_MINOR 8457
33
#define VER_BUILD_HI 70
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)