mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2025-01-19 01:04:08 +01:00
Version: 22000.708.46.4
This commit is contained in:
parent
dbdc1b80f8
commit
c1f9f49f37
@ -28,6 +28,14 @@ Please make sure you are connected to the Internet while installing, the applica
|
||||
|
||||
* Added option to hide the "Show desktop" button, but still retain its functionality, when using the Windows 10 taskbar
|
||||
* Fixed a bug in Windows 10 where the Start menu was displayed centered by default
|
||||
|
||||
##### 4
|
||||
|
||||
* Weather: Show "Reload" link when data fails to load (thanks Varun A. for the suggestion)
|
||||
* sws: Draw placeholder thumbnail when a proper thumbnail cannot be obtained (for example, due to a window having an invalid width or height)
|
||||
* sws: Fixed a bug that could prevent the switcher from identifying when the desktop is in the foreground
|
||||
* sws: Fixed a regression that could prevent the switcher from properly detecting foreground window changes
|
||||
* sws: Fixed a bug that made very small windows have a rectangle area too small for properly working with in the switcher
|
||||
|
||||
## 22000.675.45
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#define VER_MAJOR 22000
|
||||
#define VER_MINOR 708
|
||||
#define VER_BUILD_HI 46
|
||||
#define VER_BUILD_LO 3
|
||||
#define VER_BUILD_LO 4
|
||||
#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.708.46.3"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.708.46.3"
|
||||
#define VER_FILE_STRING VALUE "FileVersion", "22000.708.46.4"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.708.46.4"
|
||||
|
Loading…
x
Reference in New Issue
Block a user