Browse Source

Clicking "Close" in the Windows 10 window switcher is now more tolerant to small mouse movements (#110)

pull/492/head 22000.348.39.1_e12a8bb
Valentin Radu 4 years ago
parent
commit
e12a8bb3f6
  1. 2
      CHANGELOG.md
  2. 2
      libs/sws
  3. 6
      version.h

2
CHANGELOG.md

@ -17,12 +17,14 @@ Tested on build 22000.348. @@ -17,12 +17,14 @@ Tested on build 22000.348.
#### Feature enhancements
* Option to receive pre-release versions, if available, when checking for updates
* Improved behavior regarding symbol data information; please refer to https://github.com/valinet/ExplorerPatcher/wiki/Symbols for more information (.1)
#### Fixes
* Fixed mismatches between defaults from EP and Windows' defaults
* Application starts with limited functionality on builds lacking hardcoded symbol information; symbol downloading is disabled for now, by default, but can be enabled in the "Advanced" settings section of "Properties"
* Improvements to how hung windows are treated by the Windows 10 window switcher; fixed an issue that severely delayed the time it took the window switcher to display when a window hung on the screen (#449)
* Clicking "Close" in the Windows 10 window switcher is now more tolerant to small mouse movements (#110) (.1)
## 22000.318.38

2
libs/sws

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit e504f64a7e42b67caa4502af1a58a0f855b03be1
Subproject commit 8df71a4f41b060f5d4abad34428e91d52f895c6f

6
version.h

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

Loading…
Cancel
Save