1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-23 23:21:08 +01:00

Version: 22621.819.52.1

This commit is contained in:
Valentin Radu 2022-11-17 03:18:41 +02:00
parent 451db3c5b6
commit 02cb6e900c
2 changed files with 19 additions and 5 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.819.52
Tested on OS builds 22621.819 and 22000.1098.
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
* Windows 11 Start menu: Implemented centering on screen when taskbar is not at the bottom. (4212e35)
* Windows 11 taskbar: Option to use the stock taskbar context menu. (451db3c)
* Fixed a bug that could display the Start menu on a wrong monitor or outside the screen when the taskbar was moved to the top of the screen and the previous setting was at the right edge of the screen. (53fad19)
## 22621.608.51
Tested on OS builds 22621.608 and 22000.1042.

View File

@ -1,7 +1,7 @@
#define VER_MAJOR 22621
#define VER_MINOR 608
#define VER_BUILD_HI 51
#define VER_BUILD_LO 6
#define VER_MINOR 819
#define VER_BUILD_HI 52
#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", "22621.608.51.6"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.608.51.6"
#define VER_FILE_STRING VALUE "FileVersion", "22621.819.52.1"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.819.52.1"