mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2025-02-17 11:08:41 +01:00
Fixes #263
This commit is contained in:
parent
81cbd47dd4
commit
3ac5921444
@ -31,6 +31,7 @@ Tested on build 22000.282.
|
||||
* Fixes a bug that prevented correct opening of some applications (like `powershell`) when EP was registered as shell extension (#256) (.4) - PLEASE NOTE THAT RUNNING AS SHELL EXTENSION IS STILL EXPERIMENTAL, UNSUPPORTED, AND ONLY RECOMMENDED FOR SPECIFIC USE CASES THAT YOU SHOULD KNOW ABOUT ALREADY; otherwise, just dropping the DLL in `C:\Windows` is enough
|
||||
* Windows 10 window switcher switcher now correctly displays UWP apps immediately after launch (#266) (.5)
|
||||
* Selection and highlight rectangle are now correctly drawn when using light theme on Windows 10 window switcher (.5)
|
||||
* Keyboard selection (left, right, up, down, space, Return) also works when window switcher is shown by holding down the `ALT` key (#263) (.7)
|
||||
|
||||
## 22000.282.31
|
||||
|
||||
|
@ -51,8 +51,8 @@ END
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 22000,282,32,6
|
||||
PRODUCTVERSION 22000,282,32,6
|
||||
FILEVERSION 22000,282,32,7
|
||||
PRODUCTVERSION 22000,282,32,7
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
@ -69,12 +69,12 @@ BEGIN
|
||||
BEGIN
|
||||
VALUE "CompanyName", "VALINET Solutions SRL"
|
||||
VALUE "FileDescription", "ExplorerPatcher"
|
||||
VALUE "FileVersion", "22000.282.32.6"
|
||||
VALUE "FileVersion", "22000.282.32.7"
|
||||
VALUE "InternalName", "ExplorerPatcher.dll"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2006-2021 VALINET Solutions SRL. All rights reserved."
|
||||
VALUE "OriginalFilename", "ExplorerPatcher.dll"
|
||||
VALUE "ProductName", "ExplorerPatcher"
|
||||
VALUE "ProductVersion", "22000.282.32.6"
|
||||
VALUE "ProductVersion", "22000.282.32.7"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
2
libs/sws
2
libs/sws
@ -1 +1 @@
|
||||
Subproject commit 8a5f14fadb1d8c120ace9c6dd2af74481da7abd3
|
||||
Subproject commit 70dd4cf17d1917ed6ad2d8006e25bcaba3fec6de
|
Loading…
x
Reference in New Issue
Block a user