1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-24 07:30:22 +01:00

Version: 22000.795.48.2

This commit is contained in:
Valentin Radu 2022-08-05 15:33:49 +03:00
parent 9ec44832dd
commit 092edc10be
2 changed files with 7 additions and 3 deletions

View File

@ -15,6 +15,10 @@ Please make sure you are connected to the Internet while installing, the applica
* Weather: Fixed a bug that could hang the widget and lead to an infinite loop with the program using an entire CPU core when the computer resumed from sleep or hibernation.
* Weather: Fixed a bug that had the widget display the error page when the computer lost network connectivity; instead, now the widget continues to display the cached data from the previous refresh (if any).
##### 2
* Weather: Fixed a bug that could hang explorer and the weather widget host process under certain circumstances, for example, when explorer restarted.
## 22000.778.47
Tested on OS build 22000.778.

View File

@ -1,7 +1,7 @@
#define VER_MAJOR 22000
#define VER_MINOR 795
#define VER_BUILD_HI 48
#define VER_BUILD_LO 1
#define VER_BUILD_LO 2
#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.795.48.1"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.795.48.1"
#define VER_FILE_STRING VALUE "FileVersion", "22000.795.48.2"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.795.48.2"