From c90dc5296c3914f14fa7bfcb736af45f6efb88fb Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Tue, 6 Jan 2026 15:29:34 +0300 Subject: [PATCH] Update CHANGELOG for version 6.0.4 Updated changelog for version 6.0.4 with new features, function updates, and removals. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 345accab..b8c0edff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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). +## 6.0.4 | 7.0.4 — 05.01.2026 + +* Added `RecentlyAddedStartApps` and `MostUsedStartApps` for Windows 11 +* `StartRecommendedSection` function re-written. Please re-apply it +* Removed `DNSoverHTTPS` function for Windows 10 +* `Install-HEVC` function fixed +* Renamed `RecentlyAddedApps` into `RecentlyAddedStartApps` for Windows 10 +* Renamed `UninstallUWPApps` into `Uninstall-UWPApps` +* Updated Readme + ## 6.0.3 | 7.0.3 — 30.12.2025 Fixed XAML markup in `Uninstall-UWPApps` function. Thanks to Gugenot Murm for bugreport.