From 4213eabd79bce9c3e78fba5e09d8e748982f1e72 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Tue, 31 Jan 2023 00:52:20 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3976bd..938bd094 100644 --- a/CHANGELOG.md +++ b/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;