Commit Graph

561 Commits

Author SHA1 Message Date
CodingWonders
b1e995fcaf
Added MicroWin documentation (#2349)
* Add MicroWin documentation

* Change style of headers of option types

* Fixed typo of EdgeWebView2
2024-07-13 15:47:36 -05:00
Chris Titus
e798ec9126
Update README.md 2024-07-13 11:37:47 -05:00
Chris Titus
c4daafbe79
Update README.md 2024-07-13 11:35:29 -05:00
Chris Titus
1f0ee72834
Update README.md 2024-07-13 11:34:21 -05:00
Chris Titus
950bd59e2f
Update README.md 2024-07-13 11:32:22 -05:00
Chris Titus
05267d8a37
Update README.md 2024-07-13 11:07:37 -05:00
MyDrift
37089aeb5c
Documentation & ReadMe Cleanup (#2310)
* cleanup readme & create docs

* add icons

* Change Title to include Logo

* fix title

* title fix 2.0

* revert title

* Update .docs/Overview.md

Co-authored-by: Mr.k <mineshtine28546271@gmail.com>

* added link to latest release at download count

* moved files from wiki folder

* fix path

* fix2

* fix3

* add compatibility with new docs site

* fix link

* remove documentation

* fix known issues

---------

Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
Co-authored-by: Chris Titus <contact@christitus.com>
2024-07-13 11:03:09 -05:00
Real-MullaC
bdb60b0b44
Discussions close on PR merge (#2336) 2024-07-13 11:00:37 -05:00
Real-MullaC
84242db2db
Adds Community Discord to ReadMe file (#2343) 2024-07-13 11:00:00 -05:00
Real-MullaC
2844b0df54
Adds all files for winutil docs (#2342)
* Adds all files for winutil docs

* Adds and changes content

* Adds more content

* Added even more content to the docs

* Create screen-install.png

* Adds KnownIssues File

* Delete createchangelog.yml

* Fixes spelling
2024-07-13 10:59:35 -05:00
ChrisTitusTech
b2e3487989 Compile Winutil 2024-07-13 15:58:30 +00:00
Real-MullaC
01837b028a
Create createchangelog.yml (#2346) 2024-07-13 10:58:07 -05:00
ChrisTitusTech
af1743066f Compile Winutil 2024-07-08 23:32:29 +00:00
Joan Solana Raduà
d261f42ae4
Made changes (#2303) 2024-07-08 18:32:03 -05:00
ChrisTitusTech
02f335f4f3 Compile Winutil 2024-07-08 23:31:38 +00:00
Meenbeese
3cb9a4f0ea
Rework JDK packages with Corretto LTS ones (#2305) 2024-07-08 18:31:14 -05:00
MyDrift
d5c68029fe
fix mb to md (#2304) 2024-07-08 18:29:41 -05:00
ChrisTitusTech
5375675347 Compile Winutil 2024-07-08 20:57:32 +00:00
Joan Solana Raduà
8ed7732cbf
Change category (#2302) 2024-07-08 15:57:03 -05:00
ChrisTitusTech
fb932d7e10 Compile Winutil 2024-07-08 20:56:40 +00:00
Chris Titus
78f2aa5979 Merge branch 'main' of https://github.com/ChrisTitusTech/winutil 2024-07-08 15:56:05 -05:00
Chris Titus
5176e3d4ff remove check for unit test. 2024-07-08 15:55:54 -05:00
ChrisTitusTech
b4aff6f7d3 Compile Winutil 2024-07-08 20:50:15 +00:00
Chris Titus
ae240af11f checking for null unit test on Original Value 2024-07-08 15:49:49 -05:00
Chris Titus
cedc752be5 fix missing bracket 2024-07-08 15:43:01 -05:00
Chris Titus
a1f534e6b5 fix unit test fail 2024-07-08 15:39:53 -05:00
Martin Wiethan
cb1aed3bdd
Add download counter (#2300)
* Compile Winutil

* Update README.md

Add download Counter for the latest release

---------

Co-authored-by: Marterich <Marterich@users.noreply.github.com>
2024-07-08 15:34:12 -05:00
Real-MullaC
9e155c94d0
Adds PR template (#2299)
* Compile Winutil

* Update winutil.ps1

* Compile Winutil

* Addition of PULL_REQUEST_TEMPLATE.mb

* Update winutil.ps1

* Update winutil.ps1

* Update winutil.ps1

* Update PULL_REQUEST_TEMPLATE.mb

* Update PULL_REQUEST_TEMPLATE.mb

* Update PULL_REQUEST_TEMPLATE.mb

---------

Co-authored-by: Real-MullaC <Real-MullaC@users.noreply.github.com>
2024-07-08 15:33:27 -05:00
ChrisTitusTech
700a785092 Compile Winutil 2024-07-08 20:31:10 +00:00
MyDrift
80c7f6045f
add app: modern flyouts (#2293) 2024-07-08 15:30:45 -05:00
dhruvmistry2000
3466ea222d
Update applications.json (#2290)
WingetUI name changes if it makes sense
2024-07-08 15:30:33 -05:00
Mr.k
448d27f064
Fix Typo in 'Invoke-WinUtilTaskbarSearch' Private Function (#2275) 2024-07-08 15:30:19 -05:00
Mr.k
90f9c16446
Add new 'Disable Powershell 7 Telemetry' Tweak (#2273)
* Add new 'Disable Powershell 7 Telemetry' Tweak

* Add 'Disable Powershell 7 Telemetry' Tweak into the Standard Tweaks Preset
2024-07-08 15:29:53 -05:00
ChrisTitusTech
0a821f6e21 Compile Winutil 2024-07-08 20:29:23 +00:00
Mr.k
aaaf5f7f85
Fix 'Close Old Issues' Workflow (#2272)
* 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)
2024-07-08 15:28:57 -05:00
Mr.k
d7c2e2cf2a
Change Main loop from 'ForEach' to 'For' inside 'Install-WinUtilProgramWinget' Private Function (#2271) 2024-07-08 15:28:22 -05:00
ChrisTitusTech
9f3ad1b998 Compile Winutil 2024-07-08 20:22:53 +00:00
MyDrift
88612b4225
fix ultimate performance plan (#2267)
- rewrote script

changed enabled to enable
changed disabled to disable
2024-07-08 15:22:26 -05:00
ChrisTitusTech
5c14d44afa Compile Winutil 2024-07-08 20:22:14 +00:00
MyDrift
d62d41347a
Fix & Rename Nilesoft Shell (#2261)
* rename & fix Nilesoft Shell

* remove description in name
2024-07-08 15:21:47 -05:00
ChrisTitusTech
6aaeb09e73 Compile Winutil 2024-07-08 20:15:04 +00:00
CodingWonders
96d80c486b
Update Invoke-WPFMicrowin.ps1 (#2251)
Distinguish tasks better
2024-07-08 15:14:40 -05:00
ChrisTitusTech
47dbbfb4ff Compile Winutil 2024-07-08 20:14:32 +00:00
Mr.k
ce7d14b227
Fix Icon Support for Shortcut Creation (#2242)
* 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>
2024-07-08 15:14:10 -05:00
ChrisTitusTech
79afb8c1bd Compile Winutil 2024-07-08 20:12:49 +00:00
Kiran B
65f76c2a77
Add "Shotcut" in applications (#2238) 2024-07-08 15:12:20 -05:00
MyDrift
cf9cb52cdb
fix code snipped formatting in .MDs (#2235) 2024-07-08 15:11:57 -05:00
btstromberg
7dcd0ed67e
Added get installed check for classic start menu tweak (#2231)
Co-authored-by: Chris Titus <contact@christitus.com>
2024-07-08 15:11:39 -05:00
ChrisTitusTech
49b7224a6f Compile Winutil 2024-07-08 20:06:41 +00:00
Ikko Eltociear Ashimine
f04c87f5a3
Update main.ps1 (#2229)
fuction -> function
2024-07-08 15:06:12 -05:00