* Compile Winutil
* first draft for Progress bar in GUI
* small optimizations to the loading bar
* Optimize the Winget Installation Function to make it more maintainable
* Apply loading bar to Tweaks
* Update colors
* Add docs
* Fix value range for the taskbar item
* Remove winutil.ps1 from PR
* Documention and fix an oversight in the uninstall logic
* Reduce even more repeaded code
---------
Co-authored-by: Marterich <Marterich@users.noreply.github.com>
- Change process code to Start-Process -PassThru, finally removing the need for a new process object
- Add code if ISO generation is not successful to display an error message in the system language from the Windows APIs
* Added Try-Catch blocks for remaining removal tasks
* Delete winutil.ps1 from tracking list
* Revert "Delete winutil.ps1 from tracking list"
This reverts commit 97044425ea.
* Change Main loop from 'ForEach' to 'For' inside 'Install-WinUtilProgramWinget' Private Function (#2271)
* Fix Off By One Error by Replaceing Wrong Comparison Operator from '-le' (Less or Equal) to '-lt' (Less Than) in For Loop of 'Install-WinUtilProgramWinget' Private Function
* A Fix for 'createchangelog.yml' & Rename File 'updates.md' to 'changelog.md'
* Fix GitHub CLI Not Working
* Increase the limit for Release List to 1000000
* Add '--exclude-drafts' & '--exclude-pre-releases' to GitHub CLI Release List Command
* Rewrite Bash Script found in a step of 'Update changelog.md on Release' GitHub Workflow
* Change the Content Generation a bit in 'Update changelog.md on Release' GitHub Workflow
* Reorder the Content Generation in 'Update changelog.md on Release' GitHub Workflow
* Update Regex for 'Update changelog.md on Release' Worflow
* Change the Release Event Types to 'Published, Edited, Created, Deleted' to ensure the Changelog is Up-To-Date
- Change Choco id
- Update Description (to description from Githup Repo)
- Update Link to list the actual Github Page where the Updates are being published
* A Fix for 'close-discussion.yml' Workflow
* Update Regex for 'Close Discussion on PR Merge' Worflow
* Finish last step in 'Close Discussion on PR Merge' Workflow
* Remove & Merge the Steps in 'Close Discussion on PR Merge' Workflow
* Re-Add Missing Environment Variable
* Update Regex for 'Close Discussion on PR Merge' Worflow
* index, known issues & contribute
* revamp some existing stuff
* rework on existing stuff
* rework existing stuff + add new stuff
* remove unused folder & imgs
* undo winutil
* replace faulty formatted line with tip
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
* hotfix for tip
* fix grammer issues
* fix grammer issues
Corrected various grammatical errors in the documentation files. This includes fixing typos, adjusting punctuation, and improving sentence structure for better readability.
---------
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>