1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-02-25 14:34:50 +01:00

Version: 22622.450.50.1

This commit is contained in:
Valentin Radu 2022-08-07 02:44:05 +03:00
parent 0c2f287d57
commit 9fe862ed38
2 changed files with 18 additions and 5 deletions

View File

@ -2,6 +2,19 @@
This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub.
## 22622.450.50
Tested on OS build 22622.450.
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
* Support for OS builds 22621+. Read more [here](https://github.com/valinet/ExplorerPatcher/issues/1082#issuecomment-1206690333).
* Added an option to shrink address bar height in File Explorer windows (thanks @krlvm).
## 22000.795.48
Tested on OS build 22000.795.

View File

@ -1,6 +1,6 @@
#define VER_MAJOR 22000
#define VER_MINOR 795
#define VER_BUILD_HI 48
#define VER_MAJOR 22622
#define VER_MINOR 450
#define VER_BUILD_HI 50
#define VER_BUILD_LO 2
#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.795.48.2"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.795.48.2"
#define VER_FILE_STRING VALUE "FileVersion", "22622.450.50.1"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22622.450.50.1"