From f130adf164967ef669c4a0ca59d6ec8716eb7b18 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Tue, 30 Dec 2025 19:28:12 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ff8fc1..4bef318f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,17 @@ 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.1 | 7.0.1 — 25.12.2025 +## 6.0.3 | 7.0.3 — 30.12.2025 + +Fixed XAML markup in `UninstallUWPApps` function. Thanks to Gugenot Murm for bugreport. + +## 6.0.2 | 7.0.2 — 29.12.2025 -With best wishes for a happy New Year from `Team Sophia` ![gif](https://forum.ru-board.com/board/s/deds.gif) +* Updated `Install-VCRedist` function to download 2022—2026 version of Visual C++ Redistributable package; +* Updated `Install-DotNetRuntimes`, having added support for installing .NET 10; +* Minor improvements. + +## 6.0.1 | 7.0.1 — 25.12.2025 * Improved `Install-Cursor` function * [Added](https://github.com/farag2/Sophia-Script-for-Windows/blob/master/.github/workflows/Cursors.yml) CI/CD config to download always up-to-date jepricreations' cursors via a DeviantArt API to the [Cursors folder](https://github.com/farag2/Sophia-Script-for-Windows/tree/master/Cursors).