From 953a984353153a64bfe7bfeec9c92bd12bb4ac4f Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Fri, 5 Aug 2022 00:09:20 +0300 Subject: [PATCH] Version: 22000.795.48.1 --- CHANGELOG.md | 13 +++++++++++++ version.h | 10 +++++----- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8680e2e..ce0324d 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/version.h b/version.h index 47f52b3..7c000be 100644 --- a/version.h +++ b/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"