mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2025-01-18 16:54:13 +01:00
Built-in support for OS build 22000.469
This commit is contained in:
parent
e5c4e8bf02
commit
677b19663d
@ -2,13 +2,13 @@
|
||||
|
||||
This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub.
|
||||
|
||||
## 22000.466.41
|
||||
## 22000.469.41
|
||||
|
||||
Tested on OS build 22000.434.
|
||||
|
||||
#### New features
|
||||
|
||||
* Built-in support for OS builds 22000.434, 22000.438, and 22000.466
|
||||
* Built-in support for OS builds 22000.434, 22000.438, 22000.466, and 22000.469
|
||||
* Ability to choose a Windows 10 or Windows 11 Start button style for the Windows 10 taskbar (#436, thanks @krlvm)
|
||||
* Support for screen readers in the Properties window (#627) (.1)
|
||||
* Option to disable `Office` hotkeys (`Ctrl`+`Alt`+`Shift`+`Windows` key combinations) (#661) (.4)
|
||||
|
@ -654,7 +654,7 @@ BOOL LoadSymbols(symbols_addr* symbols_PTRS, HMODULE hModule)
|
||||
symbols_PTRS->twinui_pcshell_PTRS[8] = 0x4D780;
|
||||
bIsTwinuiPcshellHardcoded = TRUE;
|
||||
}
|
||||
else if (!_stricmp(hash, "6399b5913a7048c4422e3cfb03860da2")) // 466
|
||||
else if (!_stricmp(hash, "6399b5913a7048c4422e3cfb03860da2") || !_stricmp(hash, "99dea5939a2b1945b2d3fd65433ca401")) // 466, 469
|
||||
{
|
||||
symbols_PTRS->twinui_pcshell_PTRS[0] = 0x229fa6;
|
||||
symbols_PTRS->twinui_pcshell_PTRS[1] = 0x5dc500;
|
||||
|
2
ep_dwm
2
ep_dwm
@ -1 +1 @@
|
||||
Subproject commit cb881d8bcc22bfb518782f340e03aa7c3204a6f7
|
||||
Subproject commit 3582747da01b6a52aa0b7d7472c18c0a391cfd3f
|
@ -1,7 +1,7 @@
|
||||
#define VER_MAJOR 22000
|
||||
#define VER_MINOR 466
|
||||
#define VER_MINOR 469
|
||||
#define VER_BUILD_HI 41
|
||||
#define VER_BUILD_LO 15
|
||||
#define VER_BUILD_LO 16
|
||||
#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.466.41.15"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.466.41.15"
|
||||
#define VER_FILE_STRING VALUE "FileVersion", "22000.469.41.16"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.469.41.16"
|
||||
|
Loading…
x
Reference in New Issue
Block a user