From 4e55feefc3a24551d2cba2bdbb29017d9be4179e Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sun, 19 Mar 2023 05:28:43 +0200 Subject: [PATCH] Version: 22621.1413.54.3 --- CHANGELOG.md | 10 +++++++++- version.h | 6 +++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a08e715..51e4eb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,19 @@ Please make sure you are connected to the Internet while installing, the applica ##### 1 -* Windows 10 taskbar: Fixed a bug that made the following functionalities have issues or stop working: Task View button, `Win-Tab`, `Alt-Tab` after pressing `Win-Tab`, flyouts alignment, notification center alignment, `Win` key shortcuts (thanks @CthRio for the heads up). (0ad140c) +* Windows 10 taskbar: Fixed a bug that made the following functionalities have issues or stop working: Task View button, `Win-Tab`, `Alt-Tab` after pressing `Win-Tab`, flyouts alignment, notification center alignment, `Win` key shortcuts on OS build 22621.1413+ (thanks @CthRio for the heads up). (0ad140c) * Setup: Fixed a bug that prevented File Explorer from starting automatically after servicing the application if the installer run using different credentials than the logged on user (thanks @Abestanis). (1738b45) * Weather: Fixed widget icons when using Microsoft icon pack. (2a1aad2) * Implemented a mechanism to stop repeated crashes. (d7e5b7d) +##### 2 + +* Weather: Fixed a bug that prevented the widget from displaying correctly. (a5e5287) + +##### 3 + +* Windows 11 Start menu: Better enforcement for disabling the "Recommended" section. (27a8fd9) + ## 22621.1344.53 Tested on OS builds 22621.1344, 22000.1574, and 19044.1466. diff --git a/version.h b/version.h index 11d9e8c..ade7308 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22621 #define VER_MINOR 1413 #define VER_BUILD_HI 54 -#define VER_BUILD_LO 1 +#define VER_BUILD_LO 3 #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", "22621.1413.54.1" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.1" +#define VER_FILE_STRING VALUE "FileVersion", "22621.1413.54.3" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.3"