diff --git a/CHANGELOG.md b/CHANGELOG.md index 52bafe1..ab291b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub. -## 22000.258.30.0 +## 22000.258.30.3 Tested on build: 22000.258. @@ -18,6 +18,14 @@ Tested on build: 22000.258. * Solved memory leaks * Option to disable immersive context menus (#96) * General bug fixes +* Window switcher is now disabled by default (.1) +* Corrected typo in settings (.2) +* Added option to set tray clock to display seconds (.3) +* Added option to set the right click menu of the network system tray icon to launch either (.3): + * Network settings in the Settings app + * Network and Sharing Center in the Control Panel + * Network Connections in the Control Panel +* Added preliminary support for advanced mitigations for correct rendering when using the classic theme (.3) ## 22000.258.26.3 diff --git a/ExplorerPatcher/ExplorerPatcher.rc b/ExplorerPatcher/ExplorerPatcher.rc index e41767c..9bcb3c2 100644 --- a/ExplorerPatcher/ExplorerPatcher.rc +++ b/ExplorerPatcher/ExplorerPatcher.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 22000,258,30,0 - PRODUCTVERSION 22000,258,30,0 + FILEVERSION 22000,258,30,3 + PRODUCTVERSION 22000,258,30,3 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -69,12 +69,12 @@ BEGIN BEGIN VALUE "CompanyName", "VALINET Solutions SRL" VALUE "FileDescription", "ExplorerPatcher" - VALUE "FileVersion", "22000.258.30.0" + VALUE "FileVersion", "22000.258.30.3" VALUE "InternalName", "ExplorerPatcher.dll" VALUE "LegalCopyright", "Copyright (C) 2006-2021 VALINET Solutions SRL. All rights reserved." VALUE "OriginalFilename", "ExplorerPatcher.dll" VALUE "ProductName", "ExplorerPatcher" - VALUE "ProductVersion", "22000.258.30.0" + VALUE "ProductVersion", "22000.258.30.3" END END BLOCK "VarFileInfo"