Browse Source

Update CHANGELOG for version 6.0.4

Updated changelog for version 6.0.4 with new features, function updates, and removals.
pull/702/head
Dmitry Nefedov 3 months ago
committed by GitHub
parent
commit
c90dc5296c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 10
      CHANGELOG.md

10
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/), 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). 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 ## 6.0.3 | 7.0.3 — 30.12.2025
Fixed XAML markup in `Uninstall-UWPApps` function. Thanks to Gugenot Murm for bugreport. Fixed XAML markup in `Uninstall-UWPApps` function. Thanks to Gugenot Murm for bugreport.

Loading…
Cancel
Save