From 21f3377a2750550bb1d3e4ca40ac313ed38aded1 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Thu, 24 Mar 2022 23:37:39 +0200 Subject: [PATCH] Version: 22000.556.43.2 --- CHANGELOG.md | 4 ++++ version.h | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc73362..9f9496a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ Please make sure you are connected to the Internet while installing, the applica #### Details +##### 2 + +* Fixed Windows 10 taskbar showing fully transparent instead of the acrylic effect on newer OS builds (22581+) + ##### 1 * Option to disable window Snap quadrants in Windows 11 (thanks @lordmilko) diff --git a/version.h b/version.h index a8dc2d6..0dcc125 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 #define VER_MINOR 556 #define VER_BUILD_HI 43 -#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", "22000.556.43.1" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.43.1" +#define VER_FILE_STRING VALUE "FileVersion", "22000.556.43.2" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.43.2"