Skip to content

Commit

Permalink
Version: 22000.493.42.28
Browse files Browse the repository at this point in the history
  • Loading branch information
valinet committed Mar 3, 2022
1 parent faaddb9 commit 5278f80
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Please make sure you are connected to the Internet while installing, the applica
* Implemented 2 features that help in replacing the functionality of the quick launch toolbar with pinned taskbar items. Read more about it [here](https://github.com/valinet/ExplorerPatcher/discussions/819) (.7).
* Implemented option to have the Start menu open on a specific monitor (#821) (.8)
* Options to center Windows 10 taskbar (.26)
* Option to hide app list (.26)
* Option to hide the app list in the Windows 10 Start menu (.26)
* Option to center Windows 10 Start menu (.27)

#### Feature enhancements
Expand All @@ -38,7 +38,7 @@ Please make sure you are connected to the Internet while installing, the applica
* Added option to enable rounded corners on the Windows 10 Start menu (#937) (.22)
* Support for full screen Windows 10 Start menu (.23)
* Support for "Show more tiles" option in the Windows 10 Start menu (#933) (.24)
* Implemented floating/docked rounded corners Windows 10 Start menu (.25)
* Implemented floating/docked rounded corners in the Windows 10 Start menu (.25)

#### Fixes

Expand All @@ -65,6 +65,10 @@ Please make sure you are connected to the Internet while installing, the applica
* Fixed a bug that prevented the Windows 10 Start menu from working in full screen mode (.23)
* Fixed a bug that presented the weather widget with a wrong height when using the taskbar vertically (.26)
* Fixed a bug that prevented the taskbar from displaying UWP icons when using the Windows 10 Start menu on newer Windows builds (#973) (.27)
* Fixed a bug in the Windows 10 Start menu that prevented the menu from displaying when not using rounded corners (.28)
* Fixed a bug in the Windows 10 Start menu that prevented the menu from updating its position when the settings changed (.28)
* Fixed a bug in the Start menu that prevented the app from receiving settings change notifications when some registry keys were not available on the system (.28)
* Fixed a crash at startup in `explorer.exe` (in module `sndvolsso.dll`) on OS build 22567+ (.28)

## 22000.469.41

Expand Down
6 changes: 3 additions & 3 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_BUILD_HI 42
#define VER_BUILD_LO 27
#define VER_BUILD_LO 28
#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.27"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.27"
#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.28"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.28"

0 comments on commit 5278f80

Please sign in to comment.