Skip to content

Commit f112719

Browse files
committed
Version: 26100.4946.69.2
1 parent 6959c69 commit f112719

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ Tested on OS builds 26100.4946, 26100.5074, and 26200.5751.
2020
* GUI: Windows 8 Network flyout is now no longer an option on builds >= 25346 as van.dll was removed. Thanks @m-wigley for the fix! (#4478) (72c6983)
2121
* On Windows 11 22H2+, Windows 10 (ExplorerPatcher) taskbar a.k.a. ep_taskbar is now used by default. (ad2fa72)
2222

23+
##### 2
24+
25+
* Fixed weather button not having an icon. (#4545) (6959c69)
26+
2327
Known issues we will address in the short term:
24-
* Due to Google changing weather icons, for now the icons do not appear in the weather button. (#4545)
28+
* Changing weather icon pack to "Microsoft" has no effect.
2529
* Shrink address bar height results in unexpected dimensions on recent 24H2 builds.
2630
* When the new Windows 11 Start menu feature flag is enabled, Windows 10 Start menu will refuse to open due to an internal change.
2731

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 4946
33
#define VER_BUILD_HI 69
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)