diff --git a/CHANGELOG.md b/CHANGELOG.md index de38953..2567bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +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). +* Support for Windows 10 (.16, .17). Read more about this [here](https://github.com/valinet/ExplorerPatcher/discussions/898). * 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) @@ -43,6 +43,7 @@ Tested on OS build 22000.493. * 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) * Fixed a bug that could lead to a crash when `explorer.exe` starts (#879) (.15) * Fixed a bug that could prevent the weather widget from launching under certain conditions (.15) +* Fixed a bug in the Weather widget that could display an erroneous Google search pop-up (thanks @plofhaan) ([#734](https://github.com/valinet/ExplorerPatcher/discussions/734#discussioncomment-2216475)) (.17) ## 22000.469.41 diff --git a/version.h b/version.h index 6f126d3..71287eb 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 16 +#define VER_BUILD_LO 17 #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.16" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.16" +#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.17" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.17"