diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e4b663..8b964bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ Please make sure you are connected to the Internet while installing, the applica * Pinning items to the Windows 10 Start menu works from File Explorer windows (.21) * Added option to disable the "Recommended" section on the Windows 11 Start menu (.22) * Added option to enable rounded corners on the Windows 10 Start menu (#937) (.22) +* Support for full screen Windows 10 Start menu (.23) #### Fixes @@ -56,6 +57,7 @@ Please make sure you are connected to the Internet while installing, the applica * Fixed a bug that would display an information banner that obscured the weather widget in some occasions when displaying the widget in German (#934) (thanks @frederic2de) (.20) * Fixed program windows in older 22000-based OS builds (.21) * 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) ## 22000.469.41 diff --git a/version.h b/version.h index 57d7bfe..07ee3df 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 22 +#define VER_BUILD_LO 23 #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.22" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.22" +#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.23" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.23"