From b567f5e6ce49154b8863fdc113a480010cb0de78 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sun, 20 Feb 2022 18:37:19 +0200 Subject: [PATCH] Version: 22000.493.42.16 --- CHANGELOG.md | 2 ++ version.h | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b56202..de38953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Tested on OS build 22000.493. #### New features * Built-in support for OS build 22000.493, OS build 22000.527 (Preview). +* Support for Windows 10 (.16). * Implemented Weather widget for the classic taskbar, similar to what is available in the more recent updates to Windows 10. Read more about it [here](https://github.com/valinet/ExplorerPatcher/wiki/Weather). * Implemented 2 features that help in replacing the functionality of the quick launch toolbar with pinned taskbar items. Read more about it [here](https://github.com/valinet/ExplorerPatcher/discussions/819) (.7). * Implemented option to have Start open on a specific monitor (#821) (.8) @@ -24,6 +25,7 @@ Tested on OS build 22000.493. * Option to clear weather widget local data (.10, .11) * Installer sets a Start menu shortcut for the "Properties" window (.11) * 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) #### Fixes diff --git a/version.h b/version.h index f4112ea..6f126d3 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 15 +#define VER_BUILD_LO 16 #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.15" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.15" +#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.16" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.16"