From e7a2488ed955505101a890ff29d489bd4ba8f180 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sun, 7 Apr 2024 23:47:06 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e6685a..cff13472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## 5.18.4 | 6.6.4 — 07.04.2024 + +* Fixed script not checking version correctly; +* Script-wide improved compiling .NET code compatibility when `%COMPUTERNAME%` is equal to `%USERNAME%`; +* Fixed `Cursors` function not extracting files from archives using `%SystemRoot%\System32\tar.exe` if `%COMPUTERNAME%` is equal to `%USERNAME%`; +* Fixed `Set-UserShellFolderLocation -Root` function not checking drives correctly what results in skipping the whole function; +* Minor changes. + +### Wrapper 2.7.0 + +* Updated colors for each theme and coded more correctly according to industry standards; +* Clean up code. + ## 5.18.3 | 6.6.3 — 01.04.2024 * Removed `RunAsDifferentUserContext`, `EditWithPhotosContext`, `ImagesEditContext` for Windows 10 as unnecessary ones.