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:
parent
b809e9e8ed
commit
26058f332d
18
CHANGELOG.md
18
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.
|
||||
|
10
version.h
10
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"
|
||||
|
Loading…
Reference in New Issue
Block a user