From 9687eed3920293fde8af47a48d36d906e26e7e89 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sat, 18 Mar 2023 23:41:20 +0200 Subject: [PATCH] Version: 22621.1413.54.2 --- CHANGELOG.md | 6 +++++- version.h | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a08e715..faebe5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,15 @@ 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) + ## 22621.1344.53 Tested on OS builds 22621.1344, 22000.1574, and 19044.1466. diff --git a/version.h b/version.h index 11d9e8c..08f06d4 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 2 #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.2" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.2"