Browse Source

Version: 26100.4946.69.2

pull/4568/head 26100.4946.69.2_f112719
Amrsatrio 3 months ago
parent
commit
f1127191e6
  1. 6
      CHANGELOG.md
  2. 2
      version.h

6
CHANGELOG.md

@ -20,8 +20,12 @@ Tested on OS builds 26100.4946, 26100.5074, and 26200.5751. @@ -20,8 +20,12 @@ Tested on OS builds 26100.4946, 26100.5074, and 26200.5751.
* 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)
* On Windows 11 22H2+, Windows 10 (ExplorerPatcher) taskbar a.k.a. ep_taskbar is now used by default. (ad2fa72)
##### 2
* Fixed weather button not having an icon. (#4545) (6959c69)
Known issues we will address in the short term:
* Due to Google changing weather icons, for now the icons do not appear in the weather button. (#4545)
* Changing weather icon pack to "Microsoft" has no effect.
* Shrink address bar height results in unexpected dimensions on recent 24H2 builds.
* When the new Windows 11 Start menu feature flag is enabled, Windows 10 Start menu will refuse to open due to an internal change.

2
version.h

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#define VER_MAJOR 26100
#define VER_MINOR 4946
#define VER_BUILD_HI 69
#define VER_BUILD_LO 1
#define VER_BUILD_LO 2
#define VER_FLAGS VS_FF_PRERELEASE

Loading…
Cancel
Save