1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-15 03:27:35 +01:00

Version: 22000.493.42.15

This commit is contained in:
Valentin Radu 2022-02-17 23:47:08 +02:00
parent b7a1ced429
commit 4162c28855
2 changed files with 6 additions and 3 deletions

View File

@ -23,6 +23,7 @@ Tested on OS build 22000.493.
* The weather widget supports setting window corner preference (rounded/not rounded) (.8)
* Option to clear weather widget local data (.10, .11)
* Installer sets a Start menu shortcut for the "Properties" window (.11)
* Support for high contrast themes in the "Properties" window and in the weather widget (#885) (.15)
#### Fixes
@ -38,6 +39,8 @@ Tested on OS build 22000.493.
* Fixed a bug that prevented correct operation on builds without built-in symbols (#783) (.5)
* Fixed several race conditions that could lead to incorrect operation of the weather widget (for example, `explorer.exe` crashing when disabling or enabling the widget) (.6)
* The weather widget positions and sizes itself with respect to the text size accessibility setting as well ([#734](https://github.com/valinet/ExplorerPatcher/discussions/734#discussioncomment-2190218)) (.14)
* Fixed a bug that could lead to a crash when `explorer.exe` starts (#879) (.15)
* Fixed a bug that could prevent the weather widget from launching under certain conditions (.15)
## 22000.469.41

View File

@ -1,7 +1,7 @@
#define VER_MAJOR 22000
#define VER_MINOR 493
#define VER_BUILD_HI 42
#define VER_BUILD_LO 14
#define VER_BUILD_LO 15
#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.493.42.14"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.14"
#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.15"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.15"