1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-28 01:10:55 +01:00

Version: 22000.708.46.1

This commit is contained in:
Valentin Radu 2022-05-26 11:54:42 +03:00
parent b809e9e8ed
commit 26058f332d
2 changed files with 23 additions and 5 deletions

View File

@ -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.

View File

@ -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"