From f9680fca0d8ca122ec8aa420f2813d7a1ac07401 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Mon, 28 Feb 2022 03:10:36 +0200 Subject: [PATCH] Version: 22000.493.42.21 --- CHANGELOG.md | 2 ++ version.h | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b828aa..054c8f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ Please make sure you are connected to the Internet while installing, the applica * Support for high contrast themes in the "Properties" window and in the weather widget (#885) (.15) * Enabling the weather widget will automatically download and install the Microsoft WebView2 Runtime on computers where it is not installed (.16) * Option to enable dev tools for weather widget debugging (#934) (.19, .20) +* Pinning items to the Windows 10 Start menu works from File Explorer windows (.21) #### Fixes @@ -51,6 +52,7 @@ Please make sure you are connected to the Internet while installing, the applica * Fixed a bug that resulted in an access violation on log off when EP runs alongside 7+TT (#894) (.18) * Fixed a bug that prevented the "Skin menus" setting from working in the `Win`+`X` menu on Windows 10 (.19) * Fixed a bug that would display an information banner that obscured the weather widget in some occasions when displaying the widget in German (#934) (thanks @frederic2de) (.20) +* Fixed program windows in older 22000-based OS builds (.21) ## 22000.469.41 diff --git a/version.h b/version.h index e06f206..2aaaeb5 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 20 +#define VER_BUILD_LO 21 #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.20" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.20" +#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.21" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.21"