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

Version: 22000.556.42.33

This commit is contained in:
Valentin Radu 2022-03-10 02:25:43 +02:00
parent 69a667c4c9
commit d054477de7
2 changed files with 12 additions and 3 deletions

View File

@ -173,6 +173,15 @@ Please make sure you are connected to the Internet while installing, the applica
* Fixed a bug that had the Windows 10 Start menu default to being left-aligned on Windows 10
* Fixed a bug that prevented the "Centered, with Start button" modes of the Windows 10 taskbar from working correctly when the taskbar was vertically aligned
##### .33
* Weather: Implemented manual zoom levels (#1033)
* Weather: Fixed a bug that had the widget display, at startup, a day/night icon relating to time at the last hour change, instead of the actual current time
* Weather: Fixed a bug that made the widget display a line at the top for some places
* Fixed a bug that could make the centered taskbar not layout correctly when showing/hiding either of the search, Cortana or task view buttons the first time after the application started
* Fixed a bug that prevented the centered taskbar from working when animations are turned off system-wide (for example, in usual remote sessions)
* Fixed a bug that prevented the taskbar from displaying correctly when the weather widget is set to display at left/top (#1041)
## 22000.469.41
Tested on OS build 22000.434.

View File

@ -1,7 +1,7 @@
#define VER_MAJOR 22000
#define VER_MINOR 556
#define VER_BUILD_HI 42
#define VER_BUILD_LO 32
#define VER_BUILD_LO 33
#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.32"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.42.32"
#define VER_FILE_STRING VALUE "FileVersion", "22000.556.42.33"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.42.33"