Browse Source

Version: 22000.708.46.1

pull/1138/head 22000.708.46.1_26058f3
Valentin Radu 4 years ago
parent
commit
26058f332d
  1. 18
      CHANGELOG.md
  2. 10
      version.h

18
CHANGELOG.md

@ -2,6 +2,24 @@ @@ -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

@ -1,7 +1,7 @@ @@ -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 @@ @@ -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…
Cancel
Save