diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b2dcf..96f0c5b 100644 --- a/CHANGELOG.md +++ b/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 * 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 Tested on OS build 22000.434. diff --git a/version.h b/version.h index b70d2f3..c8e5bf9 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 #define VER_MINOR 493 #define VER_BUILD_HI 42 -#define VER_BUILD_LO 29 +#define VER_BUILD_LO 30 #define VER_FLAGS VS_FF_PRERELEASE @@ -12,5 +12,5 @@ #define VER_STR(arg) #arg // The String form of the version numbers -#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.29" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.29" +#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.30" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.30"