From 09596baaf69742d56c6a14b141c0ed582c59ea34 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sun, 21 Feb 2021 16:54:49 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3007fe68..f912149f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,32 @@ 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.5 - 20.02.2021 + +## Windows 10 2004 (20H1)/20H2 (2009) | LTSC + +Diff from v5.4.0.1 +[5.4.0.1...5.5](https://github.com/farag2/Windows-10-Sophia-Script/compare/5.4.0.1...5.5) + +* At last we created the video how to use Sophia Script! + * [![YT](https://img.youtube.com/vi/f529ucAipI8/1.jpg)](https://youtu.be/f529ucAipI8) +* The `PinControlPanel`, `PinDevicesPrinters`, `PinCommandPrompt`, and `UnpinAllStartTiles` functions were rewritten into one, `PinToStart` + * Now it's possible to pin Control Panel, Device and Printers, and PowerShell shortcuts without using the `syspin` app — just pure PowerShell! syspin was removed. + * You can choose what to pin + + ```powershell + PinToStart -Tiles ControlPanel, DevicesPrinters, PowerShell + ``` + + or unpin all tiles + + ```powershell + PinToStart -UnpinAll + ``` + * Thanks to [iNNOKENTIY21](https://forum.ru-board.com/profile.cgi?action=show&member=iNNOKENTIY21) for the tips. +* Updated descriptions; +* Fixed typos. + ## 5.4.0.1 - 06.02.2021 ## Windows 10 2004 (20H1)/20H2 (2009)