Skip to content

Commit bedf885

Browse files
committed
2 parents 85c80e3 + a6ef020 commit bedf885

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 5.18.3 | 6.6.3 — 01.04.2024
9+
10+
* Removed `RunAsDifferentUserContext`, `EditWithPhotosContext`, `ImagesEditContext` for Windows 10 as unnecessary ones.
11+
* Fixed `UserFolders` function;
12+
* Fixes #561.
13+
* Removed `NET7x64` argument from `InstallDotNetRuntimes` function as .NET 7 will have EOF status in May;
14+
* Fixed and improved `Cursors` function;
15+
* Now it's possible to create any scheduled task even computer name is equal to user name (what's prohibited in Windows);
16+
* Removes warning that Task Scheduler is removed or broken;
17+
* Fixes #561.
18+
* Minor changes.
19+
20+
Thanks to @lowl1f3 for bug reporting.
21+
22+
### Wrapper 2.6.20
23+
24+
* Code refactoring
25+
* Proper variable naming, removed experimental code, removed extras, added regions.
26+
827
## 5.18.2 | 6.6.2 — 06.03.2024
928

1029
* Initial checks simplified;

0 commit comments

Comments
 (0)