mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-13 18:50:46 +01:00
Version: 22000.795.48.1
This commit is contained in:
parent
7c1cb3d560
commit
953a984353
13
CHANGELOG.md
13
CHANGELOG.md
@ -2,6 +2,19 @@
|
||||
|
||||
This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub.
|
||||
|
||||
## 22000.795.48
|
||||
|
||||
Tested on OS build 22000.795.
|
||||
|
||||
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
|
||||
|
||||
* 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).
|
||||
|
||||
## 22000.778.47
|
||||
|
||||
Tested on OS build 22000.778.
|
||||
|
10
version.h
10
version.h
@ -1,7 +1,7 @@
|
||||
#define VER_MAJOR 22000
|
||||
#define VER_MINOR 778
|
||||
#define VER_BUILD_HI 47
|
||||
#define VER_BUILD_LO 2
|
||||
#define VER_MINOR 795
|
||||
#define VER_BUILD_HI 48
|
||||
#define VER_BUILD_LO 1
|
||||
#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.778.47.2"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.778.47.2"
|
||||
#define VER_FILE_STRING VALUE "FileVersion", "22000.795.48.1"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.795.48.1"
|
||||
|
Loading…
Reference in New Issue
Block a user