* Downgrade 'actions/stale' GitHub Action to 'v8' from 'v9.0.0'
This will resolve the issue related to reserving the cache state found in 'v9.0.0' of this GitHub Action, which will make the Workflow process all Issues on every run.. which won't consume a lot of runtime resources by any means, as it's quite an optimized action.
* Increase the 'operations-per-run' from 100 to 150
This will ensure that the GitHub Action 'actions/stale' will not hit the limit of 200 items (an item either a PR or an Issue)
* Make 'ConvertTo-Icon' Private Function Parameter more stricter
* Fix 'Invoke-WPFShortcut' Public Function Icon Support for the created shortcuts
* Replace Tabs with Spaces to follow the conventions
* Add new optional parameter to 'ConvertTo-Icon' and Improve the documentation for the function
* Update the Description for 'ConvertTo-Icon' Function
* Update some Documentation Wording in 'ConvertTo-Icon' Function
* Change behavior of one case from throwing an exception to doing an early return
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
* Update Examples for 'ConvertTo-Icon' Functions & Add a new Example, as well as some other changes
Besides the updated documentation for 'ConvertTo-Icon' Function, the icon file path has changed from '$env:TEMP\cttlogo.ico' into '$env:LOCALAPPDATA\winutil\cttlogo.ico', and add edge-case of Folder not being found for the Icon File in 'ConvertTo-Icon' Code.
---------
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
* Redirect dev to latest Fulll Release if can't catch prerelease
* Fix logic and URL to select the latest release (#2)
* Compile Winutil
* fix redirect to latest release
---------
Co-authored-by: Marterich <Marterich@users.noreply.github.com>
* Set Powershell Window Title
* moved setting Window Name
* remove setting Windowname
Window Name gets overwritten
---------
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>
Co-authored-by: Marterich <Marterich@users.noreply.github.com>
* remove launching issues from ReadME
* Add Launch Issues to Known Issues
* Relayout some stuff
* removed redundancy
* trying to resolve conflicts
* trying to reimplement a part
* removed trailing whitespaces
* fix
---------
Co-authored-by: Chris Titus <contact@christitus.com>
* Update Documentation for 'Get-TabXaml' Function
* Add More checks for Passed Parameters for 'Get-TabXaml' Function & A One Line change
* Make 'Get-TabXaml' Function do Proper Indentation to the Generated XML String & Add more Theming Options
* Re-formatting for a few lines in 'Get-TabXaml' Function
* Improve UI a bit
* Fix Buttons for Config Tab
* Add optional 'ButtonWidth' Field to Config Json Files that use 'Button' Type
* Simple Code Formatting in 'inputXML.xaml' File
* Make naming More Clear to the Developers
Rename the name of an element from 'CheckboxFilterClear' to 'SearchBarClearButton' and renamed style from 'ClearButtonStyle' to 'SearchBarClearButtonStyle'
* Rename 'FontFamilyHeading' to 'HeaderFontFamily' to match conventions & Make new Theming Property called 'SearchBarClearButtonFontSize'
* Remove Un-necessary 'ToString' Convertion in 'Get-TabXaml' Function
* Make naming More Clear to the Developers again
Rename the name of an element from 'CheckboxFilter' to 'SearchBar'.. although after some realization.. the naming might make sense at first,
because it filters only the checkboxes.. but CheckBoxFilter is less "Intutive" when saying it compared to "SearchBar".. _This's my own opinion, and it can reverted easily with git if needed._
* Remove Un-necessary Attributes in 'Get-TabXaml' Private Function
* Improve UI a bit
* Improve UI a bit
* Re-order some tweaks & Update their Content Fields to be more descriptive
* Remove the changing 'Off' & 'On' TextBlock next to Toggle Button/Checkbox
Removed it as it only takes up space in the right side of the Toggle Button/Checkbox, as well as making it difficult to correctly align it when change from/to 'On' & 'Off' Text,
* Some changes to the Generated Toggle Button/Checkbox in 'Get-TabXaml' Private Function
Increase the Side Margins of Toggle Button/Checkbox, as well as Change its side to be on the Left hand-side of the Label, rather then the Right hand-side.
* remove launching issues from ReadME
* Add Launch Issues to Known Issues
* Relayout some stuff
---------
Co-authored-by: Chris Titus <contact@christitus.com>
Provides more 'head-room' for the 'stale' Actions to process all available Issues,
as well as PRs.. because they're processed no matter what, and I can't force this action not to.. as far as I know.
* Remove All Trailing Whitespace Characters in '.ps1' Files
* Remove All Trailing Whitespace Characters in '.json' Files
* Remove All Trailing Whitespace Characters in '.yaml' Files
* Remove All Trailing Whitespace Characters in Different Files
* Remove Even More Trailing Whitespace Characters