Skip to content

Commit

Permalink
Version: 22000.708.46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valinet committed May 26, 2022
1 parent b809e9e commit 26058f3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions version.h
Original file line number Diff line number Diff line change
@@ -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


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

0 comments on commit 26058f3

Please sign in to comment.