Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 authored Oct 22, 2023
1 parent 228e9cb commit 0aa986b
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 5.17.7 | 6.5.7 — 20.10.2023

* Added `UserFolders` function to hide or show user folders in `This PC`. Applicable for `Windows 10` only
* Added `UserFolders` function to hide or show user folders in `This PC`;
* Applicable for `Windows 10` only;
* `UserFolders -ThreeDObjects Show -Desktop Show -Documents Show -Downloads Show -Music Show -Pictures Show -Videos Show`;
* Closed #535.
* Added `CopilotButton` function to hide or show Copilot on the taskbar. Applicable for `Windows 11` only;
* Added `CopilotButton` function to hide or show Copilot on the taskbar.
* Applicable for `Windows 11` only;

`
```powershell
CopilotButton -Hide
CopilotButton -Show
`
```

* Added `TaskbarCombine` function to configure the icons on icons behaviour on the taskbar. Applicable for `Windows 11` only;
* Added `TaskbarCombine` function to configure the icons on icons behaviour on the taskbar;
* Applicable for `Windows 11` only;

`
```powershell
CopilotButton -Always
CopilotButton -Full
CopilotButton -Never
`
```

* Added `ComssOneDNS` argument for `DNSoverHTTPS` function to enable DNS-over-HTTPS via Comss.one DNS server. Applicable for Russia only
* Added `ComssOneDNS` argument for `DNSoverHTTPS` function to enable DNS-over-HTTPS via Comss.one DNS server;
* Applicable for Russia only
* <https://www.comss.ru/page.php?id=7315>

### Wrapper 2.6.11
Expand Down

0 comments on commit 0aa986b

Please sign in to comment.