From 9e8afa1a3ef277c3568bc4ef7982d45b88c3c2d9 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sat, 17 Apr 2021 12:05:19 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5626a9..871e761e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ Diff from v5.10 * Closed #158; * Remove the unnecessary `AppMode` function in LTSC version; * Sophia Script Wrapper' version bumped to 1.1: UI updated; - ![Image](https://i.imgur.com/chjWR8R.png) + ![Image](https://i.imgur.com/GBN3UDM.png) * Minor changes. :feelsgood: ## 5.10 — 09.04.2021 @@ -36,8 +36,8 @@ Diff from v5.9 [5.9...5.10](https://github.com/farag2/Windows-10-Sophia-Script/compare/5.9...5.10) * Calling the specific function was completely rewritten! :rocket: - * Now you're able to use the Tab completion for functions and their arguments by typing its' first letters - ![Image](https://i.imgur.com/eMsn1aY.gif) + * Added the Tab functions autocompletion by typing its' first letters + ![Image](./img/Autocomplete.gif) * The code from moved to the `Functions.ps1` file; * If you want to call the specific function you need to [dot source](https://docs.microsoft.com/ru-ru/powershell/module/microsoft.powershell.core/about/about_operators#dot-sourcing-operator-) the `Functions.ps1` first