From 95cc6a7de4a00e846b8fe4c999ad5d7c8f2480ab Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Fri, 18 Apr 2025 17:24:10 +0300 Subject: [PATCH] =?UTF-8?q?6.8.5=20=E2=80=94=2018.04.2025?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chocolatey/sophia.nuspec | 2 +- sophia_script_versions.json | 14 +++++++------- .../Import-TabCompletion.ps1 | 6 +++--- .../Manifest/SophiaScript.psd1 | 2 +- .../Module/Sophia.psm1 | 4 ++-- src/Sophia_Script_for_Windows_10/Sophia.ps1 | 6 +++--- .../Import-TabCompletion.ps1 | 6 +++--- .../Manifest/SophiaScript.psd1 | 2 +- .../Module/Sophia.psm1 | 4 ++-- .../Sophia.ps1 | 6 +++--- .../Import-TabCompletion.ps1 | 6 +++--- .../Manifest/SophiaScript.psd1 | 2 +- .../Module/Sophia.psm1 | 4 ++-- .../Sophia.ps1 | 6 +++--- .../Import-TabCompletion.ps1 | 6 +++--- .../Manifest/SophiaScript.psd1 | 2 +- .../Module/Sophia.psm1 | 4 ++-- .../Sophia.ps1 | 6 +++--- .../Import-TabCompletion.ps1 | 6 +++--- .../Manifest/SophiaScript.psd1 | 2 +- .../Module/Sophia.psm1 | 4 ++-- src/Sophia_Script_for_Windows_11/Sophia.ps1 | 6 +++--- .../Import-TabCompletion.ps1 | 6 +++--- .../Manifest/SophiaScript.psd1 | 2 +- .../Module/Sophia.psm1 | 4 ++-- .../Sophia.ps1 | 6 +++--- .../Import-TabCompletion.ps1 | 6 +++--- .../Manifest/SophiaScript.psd1 | 2 +- .../Module/Sophia.psm1 | 4 ++-- .../Sophia.ps1 | 6 +++--- 30 files changed, 71 insertions(+), 71 deletions(-) diff --git a/chocolatey/sophia.nuspec b/chocolatey/sophia.nuspec index f1eda4b5..81baf311 100644 --- a/chocolatey/sophia.nuspec +++ b/chocolatey/sophia.nuspec @@ -3,7 +3,7 @@ sophia - 6.8.4.2 + 6.8.5 https://github.com/farag2/Sophia-Script-for-Windows/tree/master/chocolatey Team Sophia Sophia Script for Windows diff --git a/sophia_script_versions.json b/sophia_script_versions.json index 33242d51..624fefe8 100644 --- a/sophia_script_versions.json +++ b/sophia_script_versions.json @@ -1,10 +1,10 @@ { - "Sophia_Script_Windows_10_PowerShell_5_1": "5.20.4", - "Sophia_Script_Windows_10_PowerShell_7": "5.20.4", - "Sophia_Script_Windows_10_LTSC2019": "5.10.4", - "Sophia_Script_Windows_10_LTSC2021": "5.20.4", - "Sophia_Script_Windows_11_PowerShell_5_1": "6.8.4", - "Sophia_Script_Windows_11_LTSC2024": "6.8.4", - "Sophia_Script_Windows_11_PowerShell_7": "6.8.4", + "Sophia_Script_Windows_10_PowerShell_5_1": "5.20.5", + "Sophia_Script_Windows_10_PowerShell_7": "5.20.5", + "Sophia_Script_Windows_10_LTSC2019": "5.10.5", + "Sophia_Script_Windows_10_LTSC2021": "5.20.5", + "Sophia_Script_Windows_11_PowerShell_5_1": "6.8.5", + "Sophia_Script_Windows_11_LTSC2024": "6.8.5", + "Sophia_Script_Windows_11_PowerShell_7": "6.8.5", "Sophia_Script_Wrapper": "2.7.13" } diff --git a/src/Sophia_Script_for_Windows_10/Import-TabCompletion.ps1 b/src/Sophia_Script_for_Windows_10/Import-TabCompletion.ps1 index 4ec8e695..ac857bde 100644 --- a/src/Sophia_Script_for_Windows_10/Import-TabCompletion.ps1 +++ b/src/Sophia_Script_for_Windows_10/Import-TabCompletion.ps1 @@ -2,8 +2,8 @@ .SYNOPSIS Enable tab completion to invoke for functions if you do not know function name - Version: 5.20.4 - Date: 05.04.2025 + Version: 5.20.5 + Date: 18.04.2025 Copyright (c) 2014—2025 Team Sophia @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.5 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name SophiaScript -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_10/Manifest/SophiaScript.psd1 b/src/Sophia_Script_for_Windows_10/Manifest/SophiaScript.psd1 index 24c4635b..447e5fef 100644 --- a/src/Sophia_Script_for_Windows_10/Manifest/SophiaScript.psd1 +++ b/src/Sophia_Script_for_Windows_10/Manifest/SophiaScript.psd1 @@ -1,6 +1,6 @@ @{ RootModule = '..\Module\Sophia.psm1' - ModuleVersion = '5.20.4' + ModuleVersion = '5.20.5' GUID = '109cc881-c42b-45af-a74a-550781989d6a' Author = 'Team Sophia' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' diff --git a/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 index e7cd8dfb..ea94f6ae 100644 --- a/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 @@ -3,10 +3,10 @@ Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks .VERSION - 5.20.4 + 5.20.5 .DATE - 05.04.2025 + 18.04.2025 .AUTHOR Team Sophia diff --git a/src/Sophia_Script_for_Windows_10/Sophia.ps1 b/src/Sophia_Script_for_Windows_10/Sophia.ps1 index e20a8d1d..b8701f90 100644 --- a/src/Sophia_Script_for_Windows_10/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_10/Sophia.ps1 @@ -3,10 +3,10 @@ Default preset file for "Sophia Script for Windows 10" .VERSION - 5.20.4 + 5.20.5 .DATE - 05.04.2025 + 18.04.2025 .COPYRIGHT (c) 2014—2025 Team Sophia @@ -77,7 +77,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.5 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2019/Import-TabCompletion.ps1 b/src/Sophia_Script_for_Windows_10_LTSC_2019/Import-TabCompletion.ps1 index 2be012ff..8b6ed63b 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2019/Import-TabCompletion.ps1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2019/Import-TabCompletion.ps1 @@ -2,8 +2,8 @@ .SYNOPSIS Enable tab completion to invoke for functions if you do not know function name - Version: 5.10.4 - Date: 05.04.2025 + Version: 5.10.5 + Date: 18.04.2025 Copyright (c) 2014—2025 Team Sophia @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.10.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.10.5 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name SophiaScript -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/SophiaScript.psd1 b/src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/SophiaScript.psd1 index cadabba3..8fe0ca04 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/SophiaScript.psd1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/SophiaScript.psd1 @@ -1,6 +1,6 @@ @{ RootModule = '..\Module\Sophia.psm1' - ModuleVersion = '5.10.4' + ModuleVersion = '5.10.5' GUID = 'a36a65ca-70f9-43df-856c-3048fc5e7f01' Author = 'Team Sophia' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1 index 94da8188..c9f32c0f 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1 @@ -3,10 +3,10 @@ Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks .VERSION - 5.10.4 + 5.10.5 .DATE - 05.04.2025 + 18.04.2025 .AUTHOR Team Sophia diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1 b/src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1 index 5b5f424d..9b516a4d 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1 @@ -3,10 +3,10 @@ Default preset file for "Sophia Script for Windows 10 LTSC 2019" .VERSION - 5.10.4 + 5.10.5 .DATE - 05.04.2025 + 18.04.2025 .COPYRIGHT (c) 2014—2025 Team Sophia @@ -75,7 +75,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.10.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.10.5 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2021/Import-TabCompletion.ps1 b/src/Sophia_Script_for_Windows_10_LTSC_2021/Import-TabCompletion.ps1 index 8a9549ff..834cff2f 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2021/Import-TabCompletion.ps1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2021/Import-TabCompletion.ps1 @@ -2,8 +2,8 @@ .SYNOPSIS Enable tab completion to invoke for functions if you do not know function name - Version: 5.20.4 - Date: 05.04.2025 + Version: 5.20.5 + Date: 18.04.2025 Copyright (c) 2014—2025 Team Sophia @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.20.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.20.5 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name SophiaScript -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/SophiaScript.psd1 b/src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/SophiaScript.psd1 index 24c4635b..447e5fef 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/SophiaScript.psd1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/SophiaScript.psd1 @@ -1,6 +1,6 @@ @{ RootModule = '..\Module\Sophia.psm1' - ModuleVersion = '5.20.4' + ModuleVersion = '5.20.5' GUID = '109cc881-c42b-45af-a74a-550781989d6a' Author = 'Team Sophia' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1 index b9fe1c1f..490ca310 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1 @@ -3,10 +3,10 @@ Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks .VERSION - 5.20.4 + 5.20.5 .DATE - 05.04.2025 + 18.04.2025 .AUTHOR Team Sophia diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1 b/src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1 index 46ee7b27..69bcbabc 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1 @@ -3,10 +3,10 @@ Default preset file for "Sophia Script for Windows 10 LTSC 2021" .VERSION - 5.20.4 + 5.20.5 .DATE - 05.04.2025 + 18.04.2025 .COPYRIGHT (c) 2014—2025 Team Sophia @@ -75,7 +75,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.20.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.20.5 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( diff --git a/src/Sophia_Script_for_Windows_10_PowerShell_7/Import-TabCompletion.ps1 b/src/Sophia_Script_for_Windows_10_PowerShell_7/Import-TabCompletion.ps1 index 0167a568..8f5465d0 100644 --- a/src/Sophia_Script_for_Windows_10_PowerShell_7/Import-TabCompletion.ps1 +++ b/src/Sophia_Script_for_Windows_10_PowerShell_7/Import-TabCompletion.ps1 @@ -2,8 +2,8 @@ .SYNOPSIS Enable tab completion to invoke for functions if you do not know function name - Version: 5.20.4 - Date: 05.04.2025 + Version: 5.20.5 + Date: 18.04.2025 Copyright (c) 2014—2025 Team Sophia @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.4 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.5 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name SophiaScript -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_10_PowerShell_7/Manifest/SophiaScript.psd1 b/src/Sophia_Script_for_Windows_10_PowerShell_7/Manifest/SophiaScript.psd1 index f77965f7..153c2d31 100644 --- a/src/Sophia_Script_for_Windows_10_PowerShell_7/Manifest/SophiaScript.psd1 +++ b/src/Sophia_Script_for_Windows_10_PowerShell_7/Manifest/SophiaScript.psd1 @@ -1,6 +1,6 @@ @{ RootModule = '..\Module\Sophia.psm1' - ModuleVersion = '5.20.4' + ModuleVersion = '5.20.5' GUID = 'aa0b47a7-1770-4b5d-8c9f-cc6c505bcc7a' Author = 'Team Sophia' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' diff --git a/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 index aa826ae1..dc8849fb 100644 --- a/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 @@ -3,10 +3,10 @@ Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks .VERSION - 5.20.4 + 5.20.5 .DATE - 05.04.2025 + 18.04.2025 .AUTHOR Team Sophia diff --git a/src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1 b/src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1 index bdadcdec..e0da0b57 100644 --- a/src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1 @@ -3,10 +3,10 @@ Default preset file for "Sophia Script for Windows 10 (PowerShell 7)" .VERSION - 5.20.4 + 5.20.5 .DATE - 05.04.2025 + 18.04.2025 .COPYRIGHT (c) 2014—2025 Team Sophia @@ -77,7 +77,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.4 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.5 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( diff --git a/src/Sophia_Script_for_Windows_11/Import-TabCompletion.ps1 b/src/Sophia_Script_for_Windows_11/Import-TabCompletion.ps1 index 08cee32f..960d632c 100644 --- a/src/Sophia_Script_for_Windows_11/Import-TabCompletion.ps1 +++ b/src/Sophia_Script_for_Windows_11/Import-TabCompletion.ps1 @@ -2,8 +2,8 @@ .SYNOPSIS Enable tab completion to invoke for functions if you do not know function name - Version: 6.8.4 - Date: 05.04.2025 + Version: 6.8.5 + Date: 18.04.2025 Copyright (c) 2014—2025 Team Sophia @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.5 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name SophiaScript -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_11/Manifest/SophiaScript.psd1 b/src/Sophia_Script_for_Windows_11/Manifest/SophiaScript.psd1 index 14de73eb..a7075ddb 100644 --- a/src/Sophia_Script_for_Windows_11/Manifest/SophiaScript.psd1 +++ b/src/Sophia_Script_for_Windows_11/Manifest/SophiaScript.psd1 @@ -1,6 +1,6 @@ @{ RootModule = '..\Module\Sophia.psm1' - ModuleVersion = '6.8.4' + ModuleVersion = '6.8.5' GUID = '109cc881-c42b-45af-a74a-550781989d6a' Author = 'Team Sophia' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' diff --git a/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 index 0e3adcef..726538ee 100644 --- a/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 @@ -3,10 +3,10 @@ Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks .VERSION - 6.8.4 + 6.8.5 .DATE - 05.04.2025 + 18.04.2025 .AUTHOR Team Sophia diff --git a/src/Sophia_Script_for_Windows_11/Sophia.ps1 b/src/Sophia_Script_for_Windows_11/Sophia.ps1 index 1caaf92e..af821776 100644 --- a/src/Sophia_Script_for_Windows_11/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_11/Sophia.ps1 @@ -3,10 +3,10 @@ Default preset file for "Sophia Script for Windows 11" .VERSION - 6.8.4 + 6.8.5 .DATE - 05.04.2025 + 18.04.2025 .COPYRIGHT (c) 2014—2025 Team Sophia @@ -73,7 +73,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.5 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( diff --git a/src/Sophia_Script_for_Windows_11_LTSC_2024/Import-TabCompletion.ps1 b/src/Sophia_Script_for_Windows_11_LTSC_2024/Import-TabCompletion.ps1 index 05d5fc94..4ece3947 100644 --- a/src/Sophia_Script_for_Windows_11_LTSC_2024/Import-TabCompletion.ps1 +++ b/src/Sophia_Script_for_Windows_11_LTSC_2024/Import-TabCompletion.ps1 @@ -2,8 +2,8 @@ .SYNOPSIS Enable tab completion to invoke for functions if you do not know function name - Version: 6.8.4 - Date: 05.04.2025 + Version: 6.8.5 + Date: 18.04.2025 Copyright (c) 2014—2025 Team Sophia @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.5 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name SophiaScript -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_11_LTSC_2024/Manifest/SophiaScript.psd1 b/src/Sophia_Script_for_Windows_11_LTSC_2024/Manifest/SophiaScript.psd1 index 14de73eb..a7075ddb 100644 --- a/src/Sophia_Script_for_Windows_11_LTSC_2024/Manifest/SophiaScript.psd1 +++ b/src/Sophia_Script_for_Windows_11_LTSC_2024/Manifest/SophiaScript.psd1 @@ -1,6 +1,6 @@ @{ RootModule = '..\Module\Sophia.psm1' - ModuleVersion = '6.8.4' + ModuleVersion = '6.8.5' GUID = '109cc881-c42b-45af-a74a-550781989d6a' Author = 'Team Sophia' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' diff --git a/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 index 4ebefe90..0261f890 100644 --- a/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 @@ -3,10 +3,10 @@ Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks .VERSION - 6.8.4 + 6.8.5 .DATE - 05.04.2025 + 18.04.2025 .AUTHOR Team Sophia diff --git a/src/Sophia_Script_for_Windows_11_LTSC_2024/Sophia.ps1 b/src/Sophia_Script_for_Windows_11_LTSC_2024/Sophia.ps1 index f9fff404..30b1efdf 100644 --- a/src/Sophia_Script_for_Windows_11_LTSC_2024/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_11_LTSC_2024/Sophia.ps1 @@ -3,10 +3,10 @@ Default preset file for "Sophia Script for Windows 11 LTSC 2024" .VERSION - 6.8.4 + 6.8.5 .DATE - 05.04.2025 + 18.04.2025 .COPYRIGHT (c) 2014—2025 Team Sophia @@ -74,7 +74,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 LTSC 2024 v6.8.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 LTSC 2024 v6.8.5 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( diff --git a/src/Sophia_Script_for_Windows_11_PowerShell_7/Import-TabCompletion.ps1 b/src/Sophia_Script_for_Windows_11_PowerShell_7/Import-TabCompletion.ps1 index 5f14ad76..d57f8827 100644 --- a/src/Sophia_Script_for_Windows_11_PowerShell_7/Import-TabCompletion.ps1 +++ b/src/Sophia_Script_for_Windows_11_PowerShell_7/Import-TabCompletion.ps1 @@ -2,8 +2,8 @@ .SYNOPSIS Enable tab completion to invoke for functions if you do not know function name - Version: 6.8.4 - Date: 05.04.2025 + Version: 6.8.5 + Date: 18.04.2025 Copyright (c) 2014—2025 Team Sophia @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.5 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name SophiaScript -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_11_PowerShell_7/Manifest/SophiaScript.psd1 b/src/Sophia_Script_for_Windows_11_PowerShell_7/Manifest/SophiaScript.psd1 index ab25bc81..e87854c5 100644 --- a/src/Sophia_Script_for_Windows_11_PowerShell_7/Manifest/SophiaScript.psd1 +++ b/src/Sophia_Script_for_Windows_11_PowerShell_7/Manifest/SophiaScript.psd1 @@ -1,6 +1,6 @@ @{ RootModule = '..\Module\Sophia.psm1' - ModuleVersion = '6.8.4' + ModuleVersion = '6.8.5' GUID = '109cc881-c42b-45af-a74a-550781989d6a' Author = 'Team Sophia' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' diff --git a/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 index 6fbafb79..1c2a4e31 100644 --- a/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 @@ -3,10 +3,10 @@ Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks .VERSION - 6.8.4 + 6.8.5 .DATE - 05.04.2025 + 18.04.2025 .AUTHOR Team Sophia diff --git a/src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1 b/src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1 index efabf97c..06f127ea 100644 --- a/src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1 @@ -3,10 +3,10 @@ Default preset file for "Sophia Script for Windows 11 (PowerShell 7)" .VERSION - 6.8.4 + 6.8.5 .DATE - 05.04.2025 + 18.04.2025 .COPYRIGHT (c) 2014—2025 Team Sophia @@ -76,7 +76,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.4 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.5 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @(