You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 5.17.8 | 6.5.8 — 08.12.2023
9
+
10
+
* The `InitialActions` function simplified;
11
+
* Fixed bug in `TempTask` when `$env:SystemDrive\Recovery` folder wasn't removed;
12
+
* Thanks to `linchel23`.
13
+
* Added `CopilotButton` function for `Windows 10` to hide ot show Copilot button on the taskbar as Windows starts supporting it with the latest available build;
14
+
* Added `WindowsLatestUpdate` function for `Windows 10` to let user get Windows updates as soon as they're available for your device as Windows starts supporting it with the latest available build;
15
+
* Removed `HEVC` function for `Windows 11` as unnecessary one as `Windows 11` already has `Microsoft.HEVCVideoExtension` package pre-installed;
16
+
* Fixed typos;
17
+
* Minor changes.
18
+
8
19
## 5.17.7 | 6.5.7 — 20.10.2023
9
20
10
21
* Added `UserFolders` function to hide or show user folders in `This PC`;
0 commit comments