diff --git a/CHANGELOG.md b/CHANGELOG.md index da4bed4..4a639e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ Tested on build 22000.318 and 22000.346 (currently in Windows Insider beta and r * Fixed a memory leak in "Settings Manager" * Removed verbose output from "Settings Manager" * Corrected import from `dxgi.dll` +* Fixed typo in configuration UI (#346) (.1) ## 22000.318.36 diff --git a/ExplorerPatcher/ExplorerPatcher.rc b/ExplorerPatcher/ExplorerPatcher.rc index 91e5855..f9951cb 100644 --- a/ExplorerPatcher/ExplorerPatcher.rc +++ b/ExplorerPatcher/ExplorerPatcher.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 22000,318,37,0 - PRODUCTVERSION 22000,318,37,0 + FILEVERSION 22000,318,37,1 + PRODUCTVERSION 22000,318,37,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -69,12 +69,12 @@ BEGIN BEGIN VALUE "CompanyName", "VALINET Solutions SRL" VALUE "FileDescription", "ExplorerPatcher" - VALUE "FileVersion", "22000.318.37.0" + VALUE "FileVersion", "22000.318.37.1" 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.318.37.0" + VALUE "ProductVersion", "22000.318.37.1" END END BLOCK "VarFileInfo" diff --git a/ExplorerPatcher/settings.reg b/ExplorerPatcher/settings.reg index e87baa5..69a2a98 100644 --- a/ExplorerPatcher/settings.reg +++ b/ExplorerPatcher/settings.reg @@ -341,7 +341,7 @@ [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher] ;i Do not hook Start menu from main Explorer process (permanently disabled) * "HookStartMenu"=dword:00000001 -;c 12 Supplimentary delay at logon * +;c 12 Supplementary delay at logon * ;x 0 None (default) ;x 300 300 ms ;x 600 600 ms