Browse Source

Bumped version, update CHANGELOG

pull/163/head
Valentin Radu 4 years ago
parent
commit
fa13354597
  1. 10
      CHANGELOG.md
  2. 8
      ExplorerPatcher/ExplorerPatcher.rc

10
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. 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. Tested on build: 22000.258.
@ -18,6 +18,14 @@ Tested on build: 22000.258.
* Solved memory leaks * Solved memory leaks
* Option to disable immersive context menus (#96) * Option to disable immersive context menus (#96)
* General bug fixes * 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 ## 22000.258.26.3

8
ExplorerPatcher/ExplorerPatcher.rc

@ -51,8 +51,8 @@ END
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 22000,258,30,0 FILEVERSION 22000,258,30,3
PRODUCTVERSION 22000,258,30,0 PRODUCTVERSION 22000,258,30,3
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -69,12 +69,12 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "VALINET Solutions SRL" VALUE "CompanyName", "VALINET Solutions SRL"
VALUE "FileDescription", "ExplorerPatcher" VALUE "FileDescription", "ExplorerPatcher"
VALUE "FileVersion", "22000.258.30.0" VALUE "FileVersion", "22000.258.30.3"
VALUE "InternalName", "ExplorerPatcher.dll" VALUE "InternalName", "ExplorerPatcher.dll"
VALUE "LegalCopyright", "Copyright (C) 2006-2021 VALINET Solutions SRL. All rights reserved." VALUE "LegalCopyright", "Copyright (C) 2006-2021 VALINET Solutions SRL. All rights reserved."
VALUE "OriginalFilename", "ExplorerPatcher.dll" VALUE "OriginalFilename", "ExplorerPatcher.dll"
VALUE "ProductName", "ExplorerPatcher" VALUE "ProductName", "ExplorerPatcher"
VALUE "ProductVersion", "22000.258.30.0" VALUE "ProductVersion", "22000.258.30.3"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"

Loading…
Cancel
Save