Dmitry Nefedov
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
14 additions and
0 deletions
-
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. |
|
|
|