From b001842a614839a5bd818731aaf3ed95f2165ddd Mon Sep 17 00:00:00 2001 From: "Mr.k" Date: Mon, 7 Oct 2024 16:57:08 +0300 Subject: [PATCH 01/11] Add @CodingWonders to the About page for his contribution and determination to make WinUtil (and MicroWin) the best software it can be! --- scripts/main.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.ps1 b/scripts/main.ps1 index 873aab4d..af853a7e 100644 --- a/scripts/main.ps1 +++ b/scripts/main.ps1 @@ -591,7 +591,7 @@ $sync["AboutMenuItem"].Add_Click({ $authorInfo = @" Author : @christitustech Runspace : @DeveloperDurp -MicroWin : @KonTy +MicroWin : @KonTy, @CodingWonders GitHub : ChrisTitusTech/winutil Version : $($sync.version) "@ From cb21a39f6221f6151335c98c1682df54af1cfc21 Mon Sep 17 00:00:00 2001 From: "Mr.k" Date: Mon, 7 Oct 2024 16:58:54 +0300 Subject: [PATCH 02/11] Remove the 'LogoSize' Parameter for About page - Make every sponsor in the sponsors list a link to ChrisTitusTech's Sponsors web link --- scripts/main.ps1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/main.ps1 b/scripts/main.ps1 index af853a7e..1457e43d 100644 --- a/scripts/main.ps1 +++ b/scripts/main.ps1 @@ -596,7 +596,7 @@ GitHub : ChrisTitusTech/wi Version : $($sync.version) "@ - Show-CustomDialog -Message $authorInfo -LogoSize $LogoSize + Show-CustomDialog -Message $authorInfo }) $sync["SponsorMenuItem"].Add_Click({ @@ -612,7 +612,9 @@ $sync["SponsorMenuItem"].Add_Click({ $sponsors = Invoke-WinUtilSponsors # Append the sponsors to the authorInfo - $sponsors | ForEach-Object { $authorInfo += "$_`n" } + foreach ($sponsor in $sponsors) { + $authorInfo += "$sponsor`n" + } } catch { $authorInfo += "An error occurred while fetching or processing the sponsors: $_`n" } From ce5ebca87a1ec7cf8fb4e748fd42e49af405515d Mon Sep 17 00:00:00 2001 From: "Mr.k" Date: Mon, 7 Oct 2024 17:01:42 +0300 Subject: [PATCH 03/11] Change Theme Option name from 'ConfigTabButtonFontSize' to 'ConfigUpdateButtonFontSize' - Lower its value from 16 to 14 --- config/themes.json | 2 +- xaml/inputXML.xaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/themes.json b/config/themes.json index 18f55b56..5335a4b3 100644 --- a/config/themes.json +++ b/config/themes.json @@ -27,7 +27,7 @@ "ButtonFontFamily": "Arial", "ButtonWidth": "200", "ButtonHeight": "25", - "ConfigTabButtonFontSize": "16", + "ConfigUpdateButtonFontSize": "14", "SearchBarWidth": "200", "SearchBarHeight": "26", "SearchBarTextBoxFontSize": "12", diff --git a/xaml/inputXML.xaml b/xaml/inputXML.xaml index d2baa016..d10d12f9 100644 --- a/xaml/inputXML.xaml +++ b/xaml/inputXML.xaml @@ -1004,19 +1004,19 @@ -