Browse Source

Version: 22621.3527.65.3

pull/3235/head 22621.3527.65.3_d398195
Amrsatrio 2 years ago
parent
commit
d398195298
  1. 7
      CHANGELOG.md
  2. 2
      version.h

7
CHANGELOG.md

@ -4,7 +4,7 @@ This document includes the same release notes as in the [Releases](https://githu @@ -4,7 +4,7 @@ This document includes the same release notes as in the [Releases](https://githu
## 22621.3527.65
Tested on OS builds 22621.3296, 22621.3447, and 22621.3527. (Note: 22621 and 22631 share the same OS files)
Tested on OS builds 22621.3296, 22621.3447, 22621.3527, 22635.3566, 26058.1000, 26120.461, and 26200.5001. (Note: 22621 and 22631 share the same OS files)
##### 1
@ -17,6 +17,11 @@ Tested on OS builds 22621.3296, 22621.3447, and 22621.3527. (Note: 22621 and 226 @@ -17,6 +17,11 @@ Tested on OS builds 22621.3296, 22621.3447, and 22621.3527. (Note: 22621 and 226
* Start10: Fixed a bug where the recently introduced "account suggestions" prevents the user tile menu from opening on later 22H2/23H2 builds and 24H2. (d11445a)
##### 3
* All: Updated some patterns to work with 22635.3430+ (Beta) and recent 24H2 builds. (b51ef38)
* This should fix the Windows 10 start menu crashing and Win+X not working on both aforementioned builds when symbols are not yet downloaded.
## 22621.3296.64
Tested on OS builds 22000.2538, 22621.1992, 22621.3155, 22621.3235, 22621.3296, 25951.1000, and 26058.1000.

2
version.h

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#define VER_MAJOR 22621
#define VER_MINOR 3527
#define VER_BUILD_HI 65
#define VER_BUILD_LO 2
#define VER_BUILD_LO 3
#define VER_FLAGS VS_FF_PRERELEASE

Loading…
Cancel
Save