Browse Source

Version: 22000.556.43.1

22000.556.43.1_5aea956
Valentin-Gabriel Radu 4 years ago committed by GitHub
parent
commit
5aea956e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      CHANGELOG.md
  2. 4
      ExplorerPatcher/settings.reg
  3. 8
      version.h

12
CHANGELOG.md

@ -2,6 +2,18 @@
This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub. This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub.
## 22000.556.43
Tested on OS build 22000.556.
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
* Option to disable window Snap quadrants in Windows 11 (thanks @lordmilko)
## 22000.556.42 ## 22000.556.42
Tested on OS build 22000.556. Tested on OS build 22000.556.

4
ExplorerPatcher/settings.reg

@ -537,7 +537,7 @@
;x 4 Restart ;x 4 Restart
"Start_PowerButtonAction"=dword:00000002 "Start_PowerButtonAction"=dword:00000002
[HKEY_CURRENT_USER\Software\ExplorerPatcher] [HKEY_CURRENT_USER\Software\ExplorerPatcher]
;b Disable Window Snap Quadrants ;b Disable window Snap quadrants
"DisableAeroSnapQuadrants"=dword:00000000 "DisableAeroSnapQuadrants"=dword:00000000
[HKEY_CURRENT_USER\Software\ExplorerPatcher] [HKEY_CURRENT_USER\Software\ExplorerPatcher]
;c 2 Snap Assist style ;c 2 Snap Assist style
@ -669,4 +669,4 @@
;;u Restore default settings ;;u Restore default settings
;;reset ;;reset
;;u About ExplorerPatcher ;;u About ExplorerPatcher
;;about ;;about

8
version.h

@ -1,7 +1,7 @@
#define VER_MAJOR 22000 #define VER_MAJOR 22000
#define VER_MINOR 556 #define VER_MINOR 556
#define VER_BUILD_HI 42 #define VER_BUILD_HI 43
#define VER_BUILD_LO 39 #define VER_BUILD_LO 1
#define VER_FLAGS VS_FF_PRERELEASE #define VER_FLAGS VS_FF_PRERELEASE
@ -12,5 +12,5 @@
#define VER_STR(arg) #arg #define VER_STR(arg) #arg
// The String form of the version numbers // The String form of the version numbers
#define VER_FILE_STRING VALUE "FileVersion", "22000.556.42.39" #define VER_FILE_STRING VALUE "FileVersion", "22000.556.43.1"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.42.39" #define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.43.1"

Loading…
Cancel
Save