diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb2177..7951d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub. +## 22000.708.46 + +Tested on OS build 22000.708. + +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 + +* Built-in support for OS build 22000.708. +* Added configuration options for the new Windows Spotlight desktop background feature, including: + * Hide the "Learn about this picture" icon + * Choose which items from the Windows spotlight icon context menu to have replicated in the desktop context menu (legacy context menu only) + * Set a schedule for "Switch to next picture" + * Manipulate the feature from the Properties UI, bypassing the desktop icon +* The Properties UI hides sections that are not applicable to your current settings; for example, the "Weather" tab is not displayed if you've selected the Windows 11 taskbar, as none of the options in there apply when in this mode. + ## 22000.675.45 Tested on OS build 22000.675. diff --git a/version.h b/version.h index 5fd2d26..c8c07f5 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 -#define VER_MINOR 675 -#define VER_BUILD_HI 45 -#define VER_BUILD_LO 2 +#define VER_MINOR 708 +#define VER_BUILD_HI 46 +#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.675.45.2" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.675.45.2" +#define VER_FILE_STRING VALUE "FileVersion", "22000.708.46.1" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.708.46.1"