From 5f5578f46e2cc2653432e869457da4ef823a45cd Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Thu, 17 Feb 2022 02:51:17 +0200 Subject: [PATCH] Version: 22000.493.42.14 --- CHANGELOG.md | 1 + version.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ecdcb1..e4473f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ Tested on OS build 22000.493. * Fixed a bug that made the weather flyout open with noticeable delay under certain circumstances (.5) * Fixed a bug that prevented correct operation on builds without built-in symbols (#783) (.5) * Fixed several race conditions that could lead to incorrect operation of the weather widget (for example, `explorer.exe` crashing when disabling or enabling the widget) (.6) +* The weather widget positions and sizes itself with respect to the text size accessibility setting as well ([#734](https://github.com/valinet/ExplorerPatcher/discussions/734#discussioncomment-2190218)) (.14) ## 22000.469.41 diff --git a/version.h b/version.h index 8712b8b..0a49b58 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 #define VER_MINOR 493 #define VER_BUILD_HI 42 -#define VER_BUILD_LO 12 +#define VER_BUILD_LO 14 #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.493.42.12" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.12" +#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.14" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.14"