mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-27 17:00:59 +01:00
Ability to close windows with middle button in sws
This commit is contained in:
parent
baeabe8979
commit
e8a0e5f455
@ -47,6 +47,8 @@ Tested on build 22000.348.
|
||||
* Implemented a mitigation for #516: gestures for switching apps on Windows Precision Touchpad devices trigger the Windows 10 switcher instead of the Windows 11 switcher, which is much closer to how Simple Window Switcher looks and behaves; ideally, a full solution for this should be provided in the future, in the form of support for activation and navigation using Windows Precision Touchpad gestures in the Simple Window Switcher (.5)
|
||||
* Fixed an issue that could hung the application and made window switchers unavailable (#525) (many thanks to @jdp1024) (.7)
|
||||
* Possibility to configure window padding (.7)
|
||||
* Support for closing window with middle button ([#110](https://github.com/valinet/ExplorerPatcher/discussions/110#discussioncomment-1793318)) (.9)
|
||||
* Mitigated an issue that may have prevented Explorer from launching correctly when Simple Window Switcher is set as window switcher (.9)
|
||||
|
||||
## 22000.348.39
|
||||
|
||||
|
2
libs/sws
2
libs/sws
@ -1 +1 @@
|
||||
Subproject commit ead254acab3b49c6525c9953a2540bf32e8ad1ac
|
||||
Subproject commit c3a6fea725426910b0b60ea8228aafe9a5d4368d
|
@ -1,7 +1,7 @@
|
||||
#define VER_MAJOR 22000
|
||||
#define VER_MINOR 348
|
||||
#define VER_BUILD_HI 40
|
||||
#define VER_BUILD_LO 8
|
||||
#define VER_BUILD_LO 9
|
||||
#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.348.40.8"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.348.40.8"
|
||||
#define VER_FILE_STRING VALUE "FileVersion", "22000.348.40.9"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.348.40.9"
|
||||
|
Loading…
Reference in New Issue
Block a user