From 80106bbd7d5cbdb9b7f2aee12d6023a3cf90435f Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Mon, 7 Mar 2022 03:52:28 +0200 Subject: [PATCH] Version: 22000.493.42.31 --- CHANGELOG.md | 8 ++++++++ version.h | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f0c5b..963f3de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -156,6 +156,14 @@ Please make sure you are connected to the Internet while installing, the applica * 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) +##### .31 + +* The Microsoft icon pack for the weather widget applies to the widget contents as well, in addition to the taskbar icon +* Fixed a bug that slightly moved the taskbar buttons to the right when dragging to rearrange one of them over the first or last item when using the centered Windows 10 taskbar (#1009) +* Fixed a bug that crashed the "Properties" window when accessing the "System tray" section in Windows 10 (#1013) +* Fixed a bug that prevented the Mica effect from working on File Explorer windows when the "Launch folder windows in a separate process" setting was used (#1021) +* Fixed a bug that made certain systems, under certain circumstances, to become stuck in "tablet mode"; symptoms included more spacing between taskbar icons, compact view permanently disabled in File Explorer, and/or item checkboxes permanently enabled in File Explorer (#1022). After installing this update, if you are still stuck with the tablet UI, open the Registry Editor, go to `HKEY_LOCAL_MACHINE\SOFTWARE\\Microsoft\\TabletTip\\ConvertibleSlateModeChanged` and delete the `ConvertibleSlateModeChanged` which most likely is stuck to value `1`. + ## 22000.469.41 Tested on OS build 22000.434. diff --git a/version.h b/version.h index c8e5bf9..33f5336 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 30 +#define VER_BUILD_LO 31 #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.30" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.30" +#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.31" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.31"