From db576425272023b1ead811e7627823cb8b5517f2 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Thu, 3 Mar 2022 22:00:31 +0200 Subject: [PATCH] Version: 22000.493.42.27 --- CHANGELOG.md | 3 +++ version.h | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f10b489..45628dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ Please make sure you are connected to the Internet while installing, the applica * 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 the Start menu open on a specific monitor (#821) (.8) * Options to center Windows 10 taskbar (.26) +* Option to hide app list (.26) +* Option to center Windows 10 Start menu (.27) #### Feature enhancements @@ -62,6 +64,7 @@ Please make sure you are connected to the Internet while installing, the applica * Fixed a bug that prevented correct displaying of the weather widget contents when using a right-to-left language (#954) (.22) * Fixed a bug that prevented the Windows 10 Start menu from working in full screen mode (.23) * Fixed a bug that presented the weather widget with a wrong height when using the taskbar vertically (.26) +* Fixed a bug that prevented the taskbar from displaying UWP icons when using the Windows 10 Start menu on newer Windows builds (#973) (.27) ## 22000.469.41 diff --git a/version.h b/version.h index 1fe0225..c91ead1 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 26 +#define VER_BUILD_LO 27 #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.26" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.26" +#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.27" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.27"