From 3a29bffc12b8d6b0863c46adee0dcd6bafb34ec6 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Thu, 28 Nov 2024 15:19:17 +0300 Subject: [PATCH] Updated Readmes --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Download_Latest_Sophia.ps1 | 2 +- README.md | 8 ++++++-- docs/README_de-de.md | 8 ++++++-- docs/README_ru-ru.md | 8 ++++++-- docs/README_uk-ua.md | 8 ++++++-- 6 files changed, 49 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86aa5f401..cb915f3d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,30 @@ 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.19.3 | 6.7.3 — 28.11.2024 + +* Code refactoring; +* Added a fast command to download and expand latest Sophia Script version, depending on which Windows or PowerShell versions are used to + +```powershell +iwr sl.sophia.team -useb | iex +``` + +alongside with the current command to download the latest release build + +```powershell +iwr script.sophia.team -useb | iex +``` + +* Removed `CopilotButton` and `MappedDrivesAppElevatedAccess` functions as unnecessary ones; +* Added `TaskbarCombine` to combine taskbar buttons and `ImagesEditContext` to hide the `Edit` item from the images context menu functions for `Windows 10`; +* Minor changes; +* Fixed typos. + +### Wrapper 2.7.5 + +The imported .ps1 file must be in Sophia Script folder. + ## 5.19.2 | 6.7.2 — 29.10.2024 * [Recorded](https://github.com/farag2/Sophia-Script-for-Windows?tab=readme-ov-file#how-to-use) a visual teaching videos how to run `Sophia Script` for `Windows 10` & `Windows 11`; diff --git a/Download_Latest_Sophia.ps1 b/Download_Latest_Sophia.ps1 index 39e65200a..b0b5b4ba7 100644 --- a/Download_Latest_Sophia.ps1 +++ b/Download_Latest_Sophia.ps1 @@ -1,6 +1,6 @@ <# .SYNOPSIS - Download the latest Sophia Script version, depending on what Windows or PowerShell versions are used to + Download the latest Sophia Script version from the last commit available, depending on what Windows or PowerShell versions are used to .SYNOPSIS For example, if you start script on Windows 11 via PowerShell 5.1 you will start downloading Sophia Script for Windows 11 PowerShell 5.1 diff --git a/README.md b/README.md index 6a80d13a9..379a6b47c 100644 --- a/README.md +++ b/README.md @@ -64,13 +64,17 @@ Made with