Browse Source

Update CHANGELOG.md

pull/450/head
Dmitry Nefedov 1 year ago
committed by GitHub
parent
commit
4213eabd79
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      CHANGELOG.md

13
CHANGELOG.md

@ -5,6 +5,19 @@ 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.15.0 | 6.3.0 — 30.01.2023
* Added new function to prevent Microsoft Edge desktop shortcut creation upon its' update;
* By default it prevents for all Microsofot Edge channels (with checks if any of them is installed): `PreventEdgeShortcutCreation -Channels Stable, Beta, Dev, Canary`.
* The `IPv6Component` function gets new argument `-PreferIPv4overIPv6` to `Enable the Internet Protocol Version 6 (TCP/IPv6) component for all network connections if your ISP supports it. Prefer IPv4 over IPv6`;
* Closes #440.
* Improved scheduled tasks functions: now it checks if tasks were already created for another user;
* Fixed rare bug for `SetUserShellFolderLocation` function when Microsoft Terminal deblicates PC drivers in the menu;
* Minor changes.
* `Wrapper` updated up to `2.6.0`;
* Now fully compatitable with the latest script version.
## 5.14.7 | 6.2.7 — 08.01.2023
* Improved Microsoft Defender startup checks;

Loading…
Cancel
Save