diff --git a/CHANGELOG.md b/CHANGELOG.md index abb92b7..9133b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Tested on OS build 22000.434. #### New features * 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). #### Feature enhancements diff --git a/version.h b/version.h index 270b5ee..4c4afa8 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 6 +#define VER_BUILD_LO 7 #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.6" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.469.42.6" +#define VER_FILE_STRING VALUE "FileVersion", "22000.469.42.7" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.469.42.7"