Skip to content

Commit

Permalink
Version: 22000.556.42.32
Browse files Browse the repository at this point in the history
  • Loading branch information
valinet committed Mar 9, 2022
1 parent de2e1b5 commit 12c7d0f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub.

## 22000.493.42
## 22000.556.42

Tested on OS build 22000.493.
Tested on OS build 22000.556.

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.

Expand Down Expand Up @@ -162,7 +162,16 @@ Please make sure you are connected to the Internet while installing, the applica
* Fixed a bug that slightly moved the taskbar buttons to the right when dragging to rearrange one of them over the first or last item when using the centered Windows 10 taskbar (#1009)
* Fixed a bug that crashed the "Properties" window when accessing the "System tray" section in Windows 10 (#1013)
* Fixed a bug that prevented the Mica effect from working on File Explorer windows when the "Launch folder windows in a separate process" setting was used (#1021)
* Fixed a bug that made certain systems, under certain circumstances, to become stuck in "tablet mode"; symptoms included more spacing between taskbar icons, compact view permanently disabled in File Explorer, and/or item checkboxes permanently enabled in File Explorer (#1022). After installing this update, if you are still stuck with the tablet UI, open the Registry Editor, go to `HKEY_LOCAL_MACHINE\SOFTWARE\\Microsoft\\TabletTip\\ConvertibleSlateModeChanged` and delete the `ConvertibleSlateModeChanged` which most likely is stuck to value `1`.
* Fixed a bug that made certain systems, under certain circumstances, to become stuck in "tablet mode"; symptoms included more spacing between taskbar icons, compact view permanently disabled in File Explorer, and/or item checkboxes permanently enabled in File Explorer (#1022). After installing this update, if you are still stuck with the tablet UI, open the Registry Editor, go to `HKEY_CURRENT_USER\SOFTWARE\Microsoft\TabletTip\ConvertibleSlateModeChanged` and delete the `ConvertibleSlateModeChanged` value which most likely is stuck to `1`.

##### .32

* Built-in support for 22000.556
* Weather widget can now show on the left/top side of the taskbar
* Weather widget can display condition on 2 lines
* Reliability improvements for the centered Windows 10 taskbar which now also works along with other taskbar toolbars
* 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

## 22000.469.41

Expand Down
8 changes: 4 additions & 4 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define VER_MAJOR 22000
#define VER_MINOR 493
#define VER_MINOR 556
#define VER_BUILD_HI 42
#define VER_BUILD_LO 31
#define VER_BUILD_LO 32
#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.493.42.31"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.31"
#define VER_FILE_STRING VALUE "FileVersion", "22000.556.42.32"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.42.32"

0 comments on commit 12c7d0f

Please sign in to comment.