diff --git a/CHANGELOG.md b/CHANGELOG.md index 2567bdc..11c9efd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,16 @@ This document includes the same release notes as in the [Releases](https://githu Tested on OS build 22000.493. +Please make sure you are connected to the Internet while installing, the application might need to perform one-time downloads for several resources in order to enable full functionality. + #### New features * Built-in support for OS build 22000.493, OS build 22000.527 (Preview). * Support for Windows 10 (.16, .17). Read more about this [here](https://github.com/valinet/ExplorerPatcher/discussions/898). +* Support for the Windows 10 Start menu. Read more about this [here](https://github.com/valinet/ExplorerPatcher/discussions/920). * 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) +* Implemented option to have the Start menu open on a specific monitor (#821) (.8) #### Feature enhancements @@ -44,6 +47,7 @@ Tested on OS build 22000.493. * 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) +* Fixed a bug that resulted in an access violation on log off when EP runs alongside 7+TT (#894) (.18) ## 22000.469.41 diff --git a/version.h b/version.h index 71287eb..6c1da2f 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 17 +#define VER_BUILD_LO 18 #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.17" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.17" +#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.18" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.18"