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 @@ @@ -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. @@ -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

8
ExplorerPatcher/ExplorerPatcher.rc

@ -51,8 +51,8 @@ END @@ -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 @@ -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"

Loading…
Cancel
Save