From ae403668f69d9dfd023da4816cd9fcc6d6d0d70b Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Tue, 7 Jun 2022 19:36:58 +0300 Subject: [PATCH] Version: 22000.708.46.5 --- CHANGELOG.md | 5 +++++ version.h | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b19d9c5..3ed2c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,11 @@ Please make sure you are connected to the Internet while installing, the applica * sws: Fixed a bug that could prevent the switcher from identifying when the desktop is in the foreground * sws: Fixed a regression that could prevent the switcher from properly detecting foreground window changes * sws: Fixed a bug that made very small windows have a rectangle area too small for properly working with in the switcher + +##### 5 + +* Fixed a bug that could prevent Control Panel link redirection from working correctly +* Weather: Fixed a bug that prevented the widget from working when WebView2 Runtime >= 102.0.1245.33 ## 22000.675.45 diff --git a/version.h b/version.h index 0f6bd12..ee3ad9d 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 #define VER_MINOR 708 #define VER_BUILD_HI 46 -#define VER_BUILD_LO 4 +#define VER_BUILD_LO 5 #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.708.46.4" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.708.46.4" +#define VER_FILE_STRING VALUE "FileVersion", "22000.708.46.5" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.708.46.5"