From 6bd514ba1359cbf1871afe32cb20b9c4c20203bd Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Fri, 27 May 2022 21:55:31 +0300 Subject: [PATCH] Version: 22000.708.46.3 --- CHANGELOG.md | 5 +++++ version.h | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d56a19a..bd64b9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,11 @@ Please make sure you are connected to the Internet while installing, the applica ##### 2 * sws: Fixed a bug that created unnecessary paint events when a window was flashing and the switcher is not shown + +##### 3 + +* Added option to hide the "Show desktop" button, but still retain its functionality, when using the Windows 10 taskbar +* Fixed a bug in Windows 10 where the Start menu was displayed centered by default ## 22000.675.45 diff --git a/version.h b/version.h index 56cbf0b..4b91c60 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 2 +#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", "22000.708.46.2" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.708.46.2" +#define VER_FILE_STRING VALUE "FileVersion", "22000.708.46.3" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.708.46.3"