1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-01-26 16:13:43 +01:00

Version: 22621.608.51.1

This commit is contained in:
Valentin Radu 2022-10-03 00:19:27 +03:00
parent 0833f513f8
commit e4e3c61ade
2 changed files with 20 additions and 6 deletions

View File

@ -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.

View File

@ -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"