diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aca5187b..5bb75f0c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub. +## 22621.608.51 + +Tested on OS builds 22621.608 and 22000.1042. + +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. + +#### Details + +##### 1 + +* Fixed a bug that could prevent the Windows 10 network or battery flyouts from showing on OS build 22000. +* Fixed the Windows 10 network and battery flyouts on OS build 22621. +* Weather: Fixed a bug that displayed the widget contents with incorrect left padding. + ## 22622.450.50 Tested on OS build 22622.450. diff --git a/version.h b/version.h index 4cc39e6ab..ad715b26d 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ -#define VER_MAJOR 22622 -#define VER_MINOR 450 -#define VER_BUILD_HI 50 -#define VER_BUILD_LO 3 +#define VER_MAJOR 22621 +#define VER_MINOR 608 +#define VER_BUILD_HI 51 +#define VER_BUILD_LO 1 #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", "22622.450.50.3" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22622.450.50.3" +#define VER_FILE_STRING VALUE "FileVersion", "22621.608.51.1" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.608.51.1"