Browse Source

Version: 22621.608.51.1

pull/1138/head 22621.608.51.1_e4e3c61
Valentin Radu 3 years ago
parent
commit
e4e3c61ade
  1. 14
      CHANGELOG.md
  2. 12
      version.h

14
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. 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 ## 22622.450.50
Tested on OS build 22622.450. Tested on OS build 22622.450.

12
version.h

@ -1,7 +1,7 @@
#define VER_MAJOR 22622 #define VER_MAJOR 22621
#define VER_MINOR 450 #define VER_MINOR 608
#define VER_BUILD_HI 50 #define VER_BUILD_HI 51
#define VER_BUILD_LO 3 #define VER_BUILD_LO 1
#define VER_FLAGS VS_FF_PRERELEASE #define VER_FLAGS VS_FF_PRERELEASE
@ -12,5 +12,5 @@
#define VER_STR(arg) #arg #define VER_STR(arg) #arg
// The String form of the version numbers // The String form of the version numbers
#define VER_FILE_STRING VALUE "FileVersion", "22622.450.50.3" #define VER_FILE_STRING VALUE "FileVersion", "22621.608.51.1"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22622.450.50.3" #define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.608.51.1"

Loading…
Cancel
Save