From c195120d9da6101be8f4d048735e0fe20bb2e830 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sun, 13 Mar 2022 22:55:59 +0200 Subject: [PATCH] Version: 22000.556.42.35 --- CHANGELOG.md | 6 ++++++ version.h | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45c56cd..85a25d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -187,6 +187,12 @@ Please make sure you are connected to the Internet while installing, the applica * Weather: Fixed a bug that prevented resizing other taskbar toolbars (#1043) * Weather: Fixed bugs regarding left/top positioning option (#1041) +##### .35 + +* Option to allow version downgrades when updating the application after switching the servicing channels (#1051) +* ExplorerPatcher no longer sets the `MinWidth` registry entry automatically - this was used to mitigate an issue with `explorer.exe` where taskbar button labels were becoming too large. If you are affected by having this registry entry set, open the Registry Editor, go to `HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics` and remove the `MinWidth` entry (which is probably set to `38`). The same procedure can be used in order to have this option set up in the registry. For more information, see #664. +* Setup will disable the `UndockingDisabled` registry entry at `HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Shell\Update\Packages` when servicing the application. Using `UndockingDisabled` with ExplorerPatcher is not necessary and can actually cause issues (for example, see #704). + ## 22000.469.41 Tested on OS build 22000.434. diff --git a/version.h b/version.h index 9e6550a..ccb9c30 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 #define VER_MINOR 556 #define VER_BUILD_HI 42 -#define VER_BUILD_LO 34 +#define VER_BUILD_LO 35 #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.556.42.34" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.42.34" +#define VER_FILE_STRING VALUE "FileVersion", "22000.556.42.35" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.42.35"