1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-01-31 03:53:44 +01:00

Version: 22000.708.46.2

This commit is contained in:
Valentin Radu 2022-05-27 21:53:57 +03:00
parent cf4700af6f
commit a713d3964e
2 changed files with 11 additions and 3 deletions

View File

@ -19,6 +19,10 @@ Please make sure you are connected to the Internet while installing, the applica
* 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.
##### 2
* sws: Fixed a bug that created unnecessary paint events when a window was flashing and the switcher is not shown
## 22000.675.45
@ -37,6 +41,10 @@ Please make sure you are connected to the Internet while installing, the applica
* libvalinet: Fixed a memory leak in `toast.h`
* sws: Fixed a bug that caused the switcher to display non-responsive (hung) immersive (UWP) windows twice in the list
##### 3
* sws: Fixed a bug that created unnecessary paint events when a window was flashing and the switcher is not shown
## 22000.613.44
Tested on OS build 22000.613.

View File

@ -1,7 +1,7 @@
#define VER_MAJOR 22000
#define VER_MINOR 708
#define VER_BUILD_HI 46
#define VER_BUILD_LO 1
#define VER_BUILD_LO 2
#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.708.46.1"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.708.46.1"
#define VER_FILE_STRING VALUE "FileVersion", "22000.708.46.2"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.708.46.2"