Browse Source

Version: 22000.493.42.30

pull/1012/head 22000.493.42.30_9216ed4
Valentin Radu 4 years ago
parent
commit
9216ed4ad8
  1. 8
      CHANGELOG.md
  2. 6
      version.h

8
CHANGELOG.md

@ -148,6 +148,14 @@ Please make sure you are connected to the Internet while installing, the applica
* Prompt before updating when running on the built-in Administrator account and the `FilterAdministratorToken` policy ("User Account Control: Use Admin Approval Mode for the built-in Administrator account") is disabled or not configured * Prompt before updating when running on the built-in Administrator account and the `FilterAdministratorToken` policy ("User Account Control: Use Admin Approval Mode for the built-in Administrator account") is disabled or not configured
* Reworked CHANGELOG format * Reworked CHANGELOG format
##### .30
* Support for daytime/nighttime icons in the weather widget
* Improved contrast between the weather icons and the taskbar using light theme
* Implemented Mica effect for File Explorer windows (thanks @MishaTY) and option to hide the icon and title of File Explorer windows
* Fixed a bug that made the search, Cortana and task view buttons display on the left even though the taskbar was set to center with Start menu (#999)
* Disabling the "Recommended" section in the Windows 11 Start menu now works in newer OS builds as well (#995)
## 22000.469.41 ## 22000.469.41
Tested on OS build 22000.434. Tested on OS build 22000.434.

6
version.h

@ -1,7 +1,7 @@
#define VER_MAJOR 22000 #define VER_MAJOR 22000
#define VER_MINOR 493 #define VER_MINOR 493
#define VER_BUILD_HI 42 #define VER_BUILD_HI 42
#define VER_BUILD_LO 29 #define VER_BUILD_LO 30
#define VER_FLAGS VS_FF_PRERELEASE #define VER_FLAGS VS_FF_PRERELEASE
@ -12,5 +12,5 @@
#define VER_STR(arg) #arg #define VER_STR(arg) #arg
// The String form of the version numbers // The String form of the version numbers
#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.29" #define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.30"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.29" #define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.30"

Loading…
Cancel
Save