Skip to content

Commit

Permalink
6.5.4 —16.07.2023
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 committed Jul 16, 2023
1 parent afcc554 commit 41ef213
Show file tree
Hide file tree
Showing 98 changed files with 568 additions and 540 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.17.4 | 6.5.4 — 16.07.2023

* Improved interective menu UX.

## 5.17.3 | 6.5.3 — 11.07.2023

* Replaced interactive menus overall within a custom `Show-Menu` function;
Expand Down
12 changes: 6 additions & 6 deletions sophia_script_versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Sophia_Script_Windows_10_PowerShell_5_1": "5.17.3",
"Sophia_Script_Windows_10_PowerShell_7": "5.17.3",
"Sophia_Script_Windows_10_LTSC2019": "5.7.3",
"Sophia_Script_Windows_10_LTSC2021": "5.17.3",
"Sophia_Script_Windows_11_PowerShell_5_1": "6.5.3",
"Sophia_Script_Windows_11_PowerShell_7": "6.5.3",
"Sophia_Script_Windows_10_PowerShell_5_1": "5.17.4",
"Sophia_Script_Windows_10_PowerShell_7": "5.17.4",
"Sophia_Script_Windows_10_LTSC2019": "5.7.4",
"Sophia_Script_Windows_10_LTSC2021": "5.17.4",
"Sophia_Script_Windows_11_PowerShell_5_1": "6.5.4",
"Sophia_Script_Windows_11_PowerShell_7": "6.5.4",
"Sophia_Script_Wrapper": "2.6.9"
}
6 changes: 3 additions & 3 deletions src/Sophia_Script_for_Windows_10/Functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.SYNOPSIS
The TAB completion for functions and their arguments
Version: v5.17.3
Date: 11.07.2023
Version: v5.17.4
Date: 16.07.2023
Copyright (c) 2014—2023 farag
Copyright (c) 2019—2023 farag & Inestic
Expand Down Expand Up @@ -50,7 +50,7 @@ function Sophia

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.17.3 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2023"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.17.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag & Inestic, 2014$([System.Char]0x2013)2023"

Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ TweakerWarning = Die Stabilität des Windows-Betriebs
bin = Im Ordner "bin" befinden sich keine Dateien. Bitte das Archiv erneut herunterladen.
RebootPending = Der PC wartet darauf, neu gestartet zu werden.
UnsupportedRelease = Neue Version gefunden.
KeyboardArrows = Bitte verwenden Sie die Pfeiltasten {0} und {1} auf Ihrer Tastatur, um Ihre Antwort auszuwählen
CustomizationWarning = Haben Sie alle Funktionen in der voreingestellten Datei {0} angepasst, bevor Sie Sophia Script ausführen?
WindowsComponentBroken = {0} defekt oder aus dem Betriebssystem entfernt.
UpdateDefender = Die Microsoft Defender-Definitionen sind veraltet. Führen Sie Windows Update aus und versuchen Sie es erneut.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ TweakerWarning = The Windows stability may have been
bin = There are no files in the bin folder. Please, re-download the archive.
RebootPending = The PC is waiting to be restarted.
UnsupportedRelease = A new version found.
KeyboardArrows = Please use the arrow keys {0} and {1} on your keyboard to select your answer
CustomizationWarning = Have you customized every function in the {0} preset file before running Sophia Script?
WindowsComponentBroken = {0} broken or removed from the OS.
UpdateDefender = Microsoft Defender definitions are out-of-date. Run Windows Update and try again.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ TweakerWarning = La estabilidad del sistema operativo
bin = No hay archivos en la carpeta bin. Por favor, vuelva a descargar el archivo.
RebootPending = El PC está esperando a ser reiniciado.
UnsupportedRelease = Una nueva versión encontrada.
KeyboardArrows = Utilice las flechas {0} y {1} de su teclado para seleccionar la respuesta
CustomizationWarning = ¿Ha personalizado todas las funciones del archivo predeterminado {0} antes de ejecutar Sophia Script?
WindowsComponentBroken = {0} dañado o eliminado del sistema operativo.
UpdateDefender = Las definiciones de Microsoft Defender no están actualizadas. Ejecute Windows Update y vuelva a intentarlo.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = Le script n'est compatible qu'avec Windows 64 bits.
UnsupportedOSBuild = Le script supporte les versions Windows 10 22H2.
UpdateWarning = Votre version de Windows 10 : {0}.{1}. Versions prises en charge: 19045.3208+. Exécutez Windows Update et réessayez.
UpdateWarning = Votre version de Windows 10: {0}.{1}. Versions prises en charge: 19045.3208+. Exécutez Windows Update et réessayez.
UnsupportedLanguageMode = La session PowerShell s'exécute dans un mode de langue limité.
LoggedInUserNotAdmin = L'utilisateur connecté n'a pas de droits d'administrateur.
UnsupportedPowerShell = Vous essayez d'exécuter le script via PowerShell {0}.{1}. Exécutez le script dans la version appropriée de PowerShell.
Expand All @@ -11,6 +11,7 @@ TweakerWarning = La stabilité de l'OS Windows peut a
bin = Il n'y a pas de fichiers dans le dossier bin. Veuillez retélécharger l'archive.
RebootPending = Le PC attend d'être redémarré.
UnsupportedRelease = Nouvelle version trouvée.
KeyboardArrows = Veuillez utiliser les touches fléchées {0} et {1} de votre clavier pour sélectionner votre réponse
CustomizationWarning = Avez-vous personnalisé chaque fonction du fichier de préréglage {0} avant d'exécuter Sophia Script?
WindowsComponentBroken = {0} cassé ou supprimé du système d'exploitation.
UpdateDefender = Les définitions de Microsoft Defender ne sont pas à jour. Exécutez Windows Update et réessayez.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ TweakerWarning = A Windows operációs rendszer stabi
bin = A bin mappában nincsenek fájlok. Kérjük, töltse le újra az archívumot.
RebootPending = A számítógép újraindításra vár.
UnsupportedRelease = Új verzió érhető el.
KeyboardArrows = Kérjük, használja a billentyűzet {0} és {1} nyílbillentyűit a válasz kiválasztásához
CustomizationWarning = Személyre szabott minden opciót a {0} preset fájlban, mielőtt futtatni kívánja a Sophia szkriptet?
WindowsComponentBroken = A {0} elromlott vagy eltávolították az operációs rendszerből.
UpdateDefender = A Microsoft Defender definíciói elavultak. Futtassa a Windows Update programot, és próbálja meg újra.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ TweakerWarning = La stabilità del sistema operativo
bin = Non ci sono file nella cartella bin. Per favore, scarica di nuovo l'archivio.
RebootPending = Il PC è in attesa di essere riavviato.
UnsupportedRelease = Nuova versione trovata.
KeyboardArrows = Per selezionare la risposta, utilizzare i tasti freccia "{0}" e "{1}" della tastiera
CustomizationWarning = Sono state personalizzate tutte le funzioni nel file di configurazione {0} prima di eseguire Sophia Script?
WindowsComponentBroken = {0} rimosso dal sistema.
UpdateDefender = Le definizioni di Microsoft Defender non sono aggiornate. Eseguire Windows Update e riprovare.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ TweakerWarning = Stabilność systemu Windows mogła
bin = W folderze bin nie ma żadnych plików. Proszę pobrać archiwum ponownie.
RebootPending = Komputer oczekuje na ponowne uruchomienie.
UnsupportedRelease = Znaleziono nową wersję.
KeyboardArrows = Użyj klawiszy strzałek {0} i {1} na klawiaturze, aby wybrać odpowiedź
CustomizationWarning = Czy dostosowałeś funkcje w predefiniowanym pliku {0} przed uruchomieniem Sophia Script?
WindowsComponentBroken = {0} jest uszkodzony lub usunięty z systemu operacyjnego.
UpdateDefender = Definicje programu Microsoft Defender są nieaktualne. Uruchom aktualizację systemu Windows i spróbuj ponownie.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ TweakerWarning = A estabilidade do sistema operaciona
bin = Não existem ficheiros na pasta bin. Por favor, volte a descarregar o arquivo.
RebootPending = O PC está esperando para ser reiniciado.
UnsupportedRelease = Nova versão encontrada.
KeyboardArrows = Use as teclas de seta {0} e {1} do teclado para selecionar sua resposta
CustomizationWarning = Você personalizou todas as funções no arquivo de predefinição {0} antes de executar o Sophia Script?
WindowsComponentBroken = {0} quebrado ou removido do sistema operativo.
UpdateDefender = As definições do Microsoft Defender estão desatualizadas. Execute o Windows Update e tente novamente.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ TweakerWarning = Стабильность Windows м
bin = В папке bin отсутствуют файлы. Пожалуйста, перекачайте архив.
RebootPending = Компьютер ожидает перезагрузки.
UnsupportedRelease = Обнаружена новая версия.
KeyboardArrows = Для выбора используйте на клавиатуре стрелки {0} и {1}
CustomizationWarning = Вы настроили все функции в пресет-файле {0} перед запуском Sophia Script?
WindowsComponentBroken = {0} сломан или удален из ОС.
UpdateDefender = Определения Microsoft Defender устарели. Запустите обновление Windows.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ConvertFrom-StringData -StringData @'
UnsupportedOSBitness = Komut dosyası yalnızca 64 bit Windows'u destekler.
UnsupportedOSBuild = Komut dosyası, Windows 10 22H2 sürümlerini destekler.
UnsupportedOSBuild = Komut dosyası Windows 10 22H2'u destekler.
UpdateWarning = Windows 10 yapınız: {0}.{1}. Desteklenen yapılar: 19045.3208+. Windows Update'i çalıştırın ve tekrar deneyin.
UnsupportedLanguageMode = Sınırlı bir dil modunda çalışan PowerShell oturumu.
LoggedInUserNotAdmin = Oturum açan kullanıcının yönetici hakları yok.
Expand All @@ -11,6 +11,7 @@ TweakerWarning = Windows işletim sistemi kararlılı
bin = bin klasöründe dosya yok. Lütfen arşivi yeniden indirin.
RebootPending = PC yeniden başlatılmayı bekliyor.
UnsupportedRelease = Yeni sürüm bulundu.
KeyboardArrows = Lütfen cevabınızı seçmek için klavyenizdeki {0} ve {1} ok tuşlarını kullanın
CustomizationWarning = Sophia Script'i çalıştırmadan önce {0} ön ayar dosyasındaki her işlevi özelleştirdiniz mi?
WindowsComponentBroken = {0} bozuk veya işletim sisteminden kaldırıldı.
UpdateDefender = Microsoft Defender tanımları güncel değil. Windows Update'i çalıştırın ve tekrar deneyin.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ TweakerWarning = Стабільність вашої
bin = У папці bin відсутні файли. Будь ласка, повторно завантажте архів.
RebootPending = Комп'ютер очікує на перезавантаження.
UnsupportedRelease = Виявлено нову версію.
KeyboardArrows = Для вибору відповіді на клавіатурі стрілки {0} і {1}
CustomizationWarning = Ви налаштували всі функції в пресет-файлі {0} перед запуском Sophia Script?
WindowsComponentBroken = {0} пошкоджено або видалено з ОС.
UpdateDefender = Визначення Microsoft Defender застаріли. Запустіть Windows Update і повторіть спробу.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ TweakerWarning = Windows的稳定性可能已被{0}
bin = bin文件夹中没有文件。请重新下载该档案。
RebootPending = 计算机正在等待重新启动。
UnsupportedRelease = 找到新版本。
KeyboardArrows = 请使用键盘上的方向键{0}和{1}选择您的答案
CustomizationWarning = 在运行Sophia Script之前,您是否已自定义{0}预设文件中的每个函数?
WindowsComponentBroken = {0} 损坏或从操作系统中删除。
UpdateDefender = Microsoft Defender的定义已经过期。运行Windows Update并再次尝试。
Expand Down
2 changes: 1 addition & 1 deletion src/Sophia_Script_for_Windows_10/Manifest/Sophia.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.17.3'
ModuleVersion = '5.17.4'
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014—2023 farag & Inestic. All rights reserved'
Expand Down
Loading

0 comments on commit 41ef213

Please sign in to comment.