From 5e5ac92a909f8ea6147503f638b3369f82017856 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sun, 6 Feb 2022 20:29:12 +0200 Subject: [PATCH] Version: 22000.469.42.5 --- CHANGELOG.md | 3 +++ version.h | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3b6f1..5655a84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,9 @@ Tested on OS build 22000.434. * Fixed a bug that could corrupt registry entries of type REG_SZ set via the Properties UI (#734) (.2) * Fixed a bug that reset the setting when pressing "Cancel" in an input box in the Properties UI (#734) (.2) * The weather widget adjusts its size vertically to accommodate the entire contents (#734) (.3) +* Fixed a bug that prevented correct registration of the weather flyout on certain systems (26b6646) (.5) +* 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) ## 22000.469.41 diff --git a/version.h b/version.h index 606fdee..0b80bca 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 #define VER_MINOR 469 #define VER_BUILD_HI 42 -#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.469.42.4" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.469.42.4" +#define VER_FILE_STRING VALUE "FileVersion", "22000.469.42.5" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.469.42.5"