Skip to content

Commit

Permalink
6.8.3 — 06.02.2025
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 committed Feb 6, 2025
1 parent 4f83113 commit 235985c
Show file tree
Hide file tree
Showing 28 changed files with 65 additions and 65 deletions.
16 changes: 8 additions & 8 deletions sophia_script_versions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"Sophia_Script_Windows_10_PowerShell_5_1": "5.20.2",
"Sophia_Script_Windows_10_PowerShell_7": "5.20.2",
"Sophia_Script_Windows_10_LTSC2019": "5.10.2",
"Sophia_Script_Windows_10_LTSC2021": "5.20.2",
"Sophia_Script_Windows_11_PowerShell_5_1": "6.8.2",
"Sophia_Script_Windows_11_LTSC2024": "6.8.2",
"Sophia_Script_Windows_11_PowerShell_7": "6.8.2",
"Sophia_Script_Wrapper": "2.7.9"
"Sophia_Script_Windows_10_PowerShell_5_1": "5.20.3",
"Sophia_Script_Windows_10_PowerShell_7": "5.20.3",
"Sophia_Script_Windows_10_LTSC2019": "5.10.3",
"Sophia_Script_Windows_10_LTSC2021": "5.20.3",
"Sophia_Script_Windows_11_PowerShell_5_1": "6.8.3",
"Sophia_Script_Windows_11_LTSC2024": "6.8.3",
"Sophia_Script_Windows_11_PowerShell_7": "6.8.3",
"Sophia_Script_Wrapper": "2.7.11"
}
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: 5.20.2
Date: 26.01.2025
Version: 5.20.3
Date: 06.02.2025
Copyright (c) 2014—2025 Team Sophia
Expand Down Expand Up @@ -49,7 +49,7 @@ function Sophia

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.2 | 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.3 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025"

Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force
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.20.2'
ModuleVersion = '5.20.3'
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Team Sophia'
Copyright = '(c) 2014—2025 Team Sophia. All rights reserved'
Expand Down
4 changes: 2 additions & 2 deletions src/Sophia_Script_for_Windows_10/Module/Sophia.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
5.20.3
.DATE
26.01.2025
06.02.2025
.AUTHOR
Team Sophia
Expand Down
6 changes: 3 additions & 3 deletions src/Sophia_Script_for_Windows_10/Sophia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Default preset file for "Sophia Script for Windows 10"
.VERSION
5.20.2
5.20.3
.DATE
26.01.2025
06.02.2025
.COPYRIGHT
(c) 2014—2025 Team Sophia
Expand Down Expand Up @@ -77,7 +77,7 @@ param

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.2 | 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.3 | 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 = @(
Expand Down
2 changes: 1 addition & 1 deletion src/Sophia_Script_for_Windows_10_LTSC_2019/Functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The TAB completion for functions and their arguments
Version: 5.10.2
Date: 26.01.2025
Date: 06.02.2025
Copyright (c) 2014—2025 Team Sophia
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
5.10.2
.DATE
26.01.2025
06.02.2025
.AUTHOR
Team Sophia
Expand Down
2 changes: 1 addition & 1 deletion src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
5.10.2
.DATE
26.01.2025
06.02.2025
.COPYRIGHT
(c) 2014—2025 Team Sophia
Expand Down
6 changes: 3 additions & 3 deletions src/Sophia_Script_for_Windows_10_LTSC_2021/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: 5.20.2
Date: 26.01.2025
Version: 5.20.3
Date: 06.02.2025
Copyright (c) 2014—2025 Team Sophia
Expand Down Expand Up @@ -49,7 +49,7 @@ function Sophia

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.20.2 | 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.3 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025"

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
@@ -1,6 +1,6 @@
@{
RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.20.2'
ModuleVersion = '5.20.3'
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Team Sophia'
Copyright = '(c) 2014—2025 Team Sophia. All rights reserved'
Expand Down
4 changes: 2 additions & 2 deletions src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
5.20.3
.DATE
26.01.2025
06.02.2025
.AUTHOR
Team Sophia
Expand Down
6 changes: 3 additions & 3 deletions src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Default preset file for "Sophia Script for Windows 10 LTSC 2021"
.VERSION
5.20.2
5.20.3
.DATE
26.01.2025
06.02.2025
.COPYRIGHT
(c) 2014—2025 Team Sophia
Expand Down Expand Up @@ -75,7 +75,7 @@ param

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.20.2 | 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.3 | 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 = @(
Expand Down
6 changes: 3 additions & 3 deletions src/Sophia_Script_for_Windows_10_PowerShell_7/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: 5.20.2
Date: 26.01.2025
Version: 5.20.3
Date: 06.02.2025
Copyright (c) 2014—2025 Team Sophia
Expand Down Expand Up @@ -49,7 +49,7 @@ function Sophia

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.2 (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.3 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025"

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
@@ -1,6 +1,6 @@
@{
RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.20.2'
ModuleVersion = '5.20.3'
GUID = 'aa0b47a7-1770-4b5d-8c9f-cc6c505bcc7a'
Author = 'Team Sophia'
Copyright = '(c) 2014—2025 Team Sophia. All rights reserved'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
5.20.3

.DATE
26.01.2025
06.02.2025

.AUTHOR
Team Sophia
Expand Down
6 changes: 3 additions & 3 deletions src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Default preset file for "Sophia Script for Windows 10 (PowerShell 7)"
.VERSION
5.20.2
5.20.3
.DATE
26.01.2025
06.02.2025
.COPYRIGHT
(c) 2014—2025 Team Sophia
Expand Down Expand Up @@ -77,7 +77,7 @@ param

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.2 (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.3 (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 = @(
Expand Down
6 changes: 3 additions & 3 deletions src/Sophia_Script_for_Windows_11/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: 6.8.2
Date: 26.01.2025
Version: 6.8.3
Date: 06.02.2025
Copyright (c) 2014—2025 Team Sophia
Expand Down Expand Up @@ -49,7 +49,7 @@ function Sophia

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.2 | 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.3 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025"

Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force
Expand Down
2 changes: 1 addition & 1 deletion src/Sophia_Script_for_Windows_11/Manifest/Sophia.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '6.8.2'
ModuleVersion = '6.8.3'
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Team Sophia'
Copyright = '(c) 2014—2025 Team Sophia. All rights reserved'
Expand Down
4 changes: 2 additions & 2 deletions src/Sophia_Script_for_Windows_11/Module/Sophia.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
6.8.3

.DATE
26.01.2025
06.02.2025

.AUTHOR
Team Sophia
Expand Down
6 changes: 3 additions & 3 deletions src/Sophia_Script_for_Windows_11/Sophia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Default preset file for "Sophia Script for Windows 11"
.VERSION
6.8.2
6.8.3
.DATE
26.01.2025
06.02.2025
.COPYRIGHT
(c) 2014—2025 Team Sophia
Expand Down Expand Up @@ -73,7 +73,7 @@ param

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.2 | 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.3 | 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 = @(
Expand Down
6 changes: 3 additions & 3 deletions src/Sophia_Script_for_Windows_11_LTSC_2024/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: 6.8.2
Date: 26.01.2025
Version: 6.8.3
Date: 06.02.2025
Copyright (c) 2014—2025 Team Sophia
Expand Down Expand Up @@ -49,7 +49,7 @@ function Sophia

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.2 | 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.3 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025"

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
@@ -1,6 +1,6 @@
@{
RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '6.8.2'
ModuleVersion = '6.8.3'
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Team Sophia'
Copyright = '(c) 2014—2025 Team Sophia. All rights reserved'
Expand Down
4 changes: 2 additions & 2 deletions src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
6.8.3

.DATE
26.01.2025
06.02.2025

.AUTHOR
Team Sophia
Expand Down
6 changes: 3 additions & 3 deletions src/Sophia_Script_for_Windows_11_LTSC_2024/Sophia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Default preset file for "Sophia Script for Windows 11 LTSC 2024"

.VERSION
6.8.2
6.8.3

.DATE
26.01.2025
06.02.2025

.COPYRIGHT
(c) 2014—2025 Team Sophia
Expand Down Expand Up @@ -74,7 +74,7 @@ param

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 LTSC 2024 v6.8.2 | 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.3 | 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 = @(
Expand Down
6 changes: 3 additions & 3 deletions src/Sophia_Script_for_Windows_11_PowerShell_7/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: 6.8.2
Date: 26.01.2025
Version: 6.8.3
Date: 06.02.2025

Copyright (c) 2014—2025 Team Sophia

Expand Down Expand Up @@ -49,7 +49,7 @@ function Sophia

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.2 | 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.3 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025"

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
@@ -1,6 +1,6 @@
@{
RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '6.8.2'
ModuleVersion = '6.8.3'
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Team Sophia'
Copyright = '(c) 2014—2025 Team Sophia. All rights reserved'
Expand Down
Loading

0 comments on commit 235985c

Please sign in to comment.