dependabot[bot]
1c1ad531cc
chore(deps): bump actions/cache from 5 to 6
...
Bumps [actions/cache](https://github.com/actions/cache ) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-29 08:42:53 +00:00
Chris Titus
0f39648de6
chore: Update generated dev docs ( #4763 )
2026-06-26 19:34:10 -04:00
Gabi
7f0d2183e3
fix import not working ( #4762 )
2026-06-26 18:33:38 -05:00
Sean (ANGRYxScotsman)
6ae24d071d
Fix doc gen ( #4743 )
...
* edit 1
* Update devdocs-generator.ps1
2026-06-23 12:08:21 -05:00
Ivan Lepekha
af900dab3a
feat(github): Create a discussion template for app suggestion ( #4741 )
...
* Create app suggestion discussion template
Add a discussion template for app suggestions with rules and input fields.
* Add application suggestion link to issue template
Added a link for suggesting applications to the issue template.
* Update app suggestion discussion template
* Add checkbox for WinGet application presence check
* Changed name of file, didn't change name of link XD
26.06.23
2026-06-22 18:22:59 -05:00
Chris Titus
31425a5520
chore: Update generated dev docs ( #4739 )
2026-06-22 14:47:09 -05:00
Gabi
47f06e34e3
Deleted lastrun.json ( #4714 )
...
* Update Invoke-WPFtweaksbutton.ps1
* Update main.ps1
* Update tweaks.json
* Update tweaks.json
* Update tweaks.json
2026-06-22 14:46:38 -05:00
Chris Titus
ae4c787545
chore: Update generated dev docs ( #4738 )
2026-06-22 14:35:13 -05:00
NotDecided
b2a258a45f
Add option to disable lock screen in tweaks.json ( #4721 )
2026-06-22 14:34:11 -05:00
Gabi
d7cc5981e0
allow uninstallation of edge trough install tab ( #4716 )
...
* unlock edge uninstall whenever the user trys to uninstall edge trough install tab
* Update Invoke-WPFUnInstall.ps1
2026-06-22 14:33:09 -05:00
Gabi
9bfba35788
Correct old infromation in CONTRIBUTING.md ( #4709 )
2026-06-22 14:30:23 -05:00
Gabi
51d7350e35
Fix Add-SelectedAppsMenuItem's spaces ( #4707 )
2026-06-22 14:28:39 -05:00
Gabi
652ea6368c
Removed useless logic from main.ps1 ( #4706 )
2026-06-22 14:27:16 -05:00
Gabi
57be85b566
Added lightshot and KeePassXC to applications.json ( #4702 )
...
* Added lightshot to applications.json
* Added keepassxc to applications.json
2026-06-22 14:26:24 -05:00
4hm3dn3d41
376156f072
Rework foss filtering ( #4696 )
...
* Replace FOSS highlight toggle with inline label
Remove the separate "Highlight FOSS" toggle and its theming logic, and instead append an inline "- FOSS" label to FOSS app entries. Changes: remove WPFToggleFOSSHighlight from app navigation and related event handlers, delete FOSSColor resource updates in theme code and button handler, simplify checkbox setup in Invoke-WPFUIElements by removing the special-case toggle logic, and update Initialize-InstallAppEntry to build a horizontal panel containing the app name plus a small green "- FOSS" TextBlock for FOSS items. This consolidates FOSS indication into the item UI and cleans up toggle/theme handling.
* Add inline FOSS label to app entries
Replace the separate StackPanel/TextBlock used for the FOSS indicator with an inline System.Windows.Documents.Run appended to the app name. The run is styled (green RGB(76,175,80) and FontSize=10) and the checkbox content assignment was moved outside the conditional so the appName (with optional FOSS run) is always used. Cleaned up related comments to reflect the FOSS label change.
* Add FOSS note type with green bullet
Added FOSS notes in the UI and FOSS labels with a green bullet instead of the text '#FOSS'
* Use larger circle glyph; remove italic text
Replaced the FOSS and list bullet glyphs with a larger circle for better visual consistency and removed the italic styling
* Update FOSS/bullet glyphs, colors and sizes
Updated FOSS/list bullet styling by switching glyphs from U+2B24 to U+25CF, increasing size (10→11.5), and adjusting bullet/text colors for better visibility and consistency across.
2026-06-22 14:23:09 -05:00
Chris Titus
cc40fdf42a
chore: Update generated dev docs ( #4737 )
2026-06-22 14:21:05 -05:00
Gabi
1b8a834d5d
Simplify WPFTweaksRevertStartMenu ( #4694 )
...
Co-authored-by: Chris Titus <contact@christitus.com >
2026-06-22 14:20:31 -05:00
Chris Titus
7ffb396786
chore: Update generated dev docs ( #4736 )
2026-06-22 14:17:57 -05:00
Diego
1d4fa15f7e
Add pnpm package manager ( #4681 )
2026-06-22 14:17:50 -05:00
Paweł Gwozdowski
aefbf1a847
standardize console message punctuation and capitalization ( #4680 )
2026-06-22 14:17:23 -05:00
Chris Titus
edca5207ec
chore: Update generated dev docs ( #4735 )
2026-06-22 14:17:10 -05:00
Paweł Gwozdowski
3307e88f2c
Update tweaks.json ( #4679 )
...
Co-authored-by: Chris Titus <contact@christitus.com >
2026-06-22 14:16:28 -05:00
Paweł Gwozdowski
36dc2e73ff
Update applications.json ( #4678 )
2026-06-22 14:14:51 -05:00
Paweł Gwozdowski
c5ed3a9773
fix typos in .github folder ( #4677 )
...
* .yaml
* Update feature_request.yaml
* Update compile-check.yaml
* Update close-old-issues.yaml
2026-06-22 14:14:10 -05:00
Paweł Gwozdowski
d268bb721b
correct "WinUtil" in docs ( #4676 )
...
* Update _index.md
* Update architecture.md
* Update faq.md
* Update KnownIssues.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update hugo.toml
2026-06-22 14:13:16 -05:00
Chris Titus
b9e324b01a
chore: Update generated dev docs ( #4734 )
2026-06-22 14:08:57 -05:00
Vyas Devgna
910c9f698c
feat: add advanced tweak to disable reserved storage ( #4664 )
...
Co-authored-by: Dev <dev@localhost>
2026-06-22 14:08:18 -05:00
Chris Titus
dbab51061d
chore: Update generated dev docs ( #4733 )
2026-06-22 14:03:36 -05:00
Gabi
8eadd527ad
Stop using temp varible ( #4645 )
...
* Update Invoke-WPFOOSU.ps1
* Update Invoke-WPFPanelAutologin.ps1
2026-06-22 14:03:00 -05:00
dependabot[bot]
7745364e66
Bump actions/checkout from 6 to 7 ( #4730 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-22 13:59:59 -05:00
Gabi
ac0982f9f5
Removed Get-ComputerInfo from main.ps1 ( #4634 )
2026-06-22 13:59:37 -05:00
Gabi
298542e4f7
Removed icons from release-drafter.yml ( #4590 )
2026-06-22 13:52:59 -05:00
Chris Titus
9d75eadf16
chore: Update generated dev docs ( #4732 )
2026-06-22 13:52:03 -05:00
Gabi
36f39091ec
Make WIndowsAI tweak more understandable in tweaks.json ( #4684 )
...
* Make WIndowsAI tweak more understandable in tweaks.json
* Update config/tweaks.json
why not
Co-authored-by: Breaking Changes <107767789+HopeItBuilds@users.noreply.github.com >
---------
Co-authored-by: Breaking Changes <107767789+HopeItBuilds@users.noreply.github.com >
2026-06-22 13:51:36 -05:00
Gabi
58a81b106c
Added back VoidTools Everything to applications.json ( #4693 )
2026-06-11 23:15:05 -05:00
Paweł Gwozdowski
a280ddb1fa
correct case of "WinUtil" in GUI / user-facing messages ( #4675 )
...
* WinUtil in .ps1
* WinUtil in GUI
* Update KnownIssues.md
2026-06-09 12:22:56 -05:00
Paweł Gwozdowski
01c0e999c1
Update CODE_OF_CONDUCT.md ( #4674 )
2026-06-09 12:21:34 -05:00
Paweł Gwozdowski
5efef2c0f3
Update SECURITY.md ( #4673 )
2026-06-09 12:21:05 -05:00
Chris Titus
ea1cff0724
Add 'Refactor' option to PR template
26.06.08
2026-06-08 10:19:47 -05:00
Chris Titus
09569162a1
chore: Update generated dev docs ( #4672 )
2026-06-08 10:10:56 -05:00
Neac0
bced250ae1
Fix Remove Home and Gallery ( #4654 )
...
Fixes the deletion of "Home" and "Gallery" in File Explorer. Now it correctly deletes both.
2026-06-08 10:10:19 -05:00
Chris Titus
80aa6af30a
chore: Update generated dev docs ( #4671 )
2026-06-08 10:05:32 -05:00
Vyas Devgna
5a233b3422
fix: add registry tracking to WPFTweaksRightClickMenu for drift detection ( #4636 )
...
* fix: correct false-positives and service tracking in drift detection
* Update Invoke-WPFtweaksbutton.ps1
* Update Invoke-WPFtweaksbutton.ps1
* Update Invoke-WPFtweaksbutton.ps1
---------
Co-authored-by: Dev <dev@localhost>
2026-06-08 10:04:20 -05:00
Gabi
01ef78915a
Remove -NoUi ( #4572 )
...
* Made -NoUi not exit the window
* Update start.ps1
* Update main.ps1
* Update main.ps1
* Update Set-WinUtilProgressbar.ps1
* Update Invoke-WPFImpex.ps1
* Update Invoke-WPFUIThread.ps1
* Update start.ps1
* Update Invoke-WPFUIThread.ps1
* Update main.ps1
* Update main.ps1
2026-06-08 10:02:35 -05:00
Chris Titus
7dfebba70f
chore: Update generated dev docs ( #4670 )
2026-06-08 10:01:26 -05:00
Gabi
0a018e0405
Update WPFTweaksRevertStartMenu ( #4615 )
...
* Update tweaks.json
* Update preset.json
* Update preset.json
* Update tweaks.json
* Update KnownIssues.md
---------
Co-authored-by: Chris Titus <contact@christitus.com >
2026-06-08 10:00:43 -05:00
Chris Titus
e50621a9dc
chore: Update generated dev docs ( #4669 )
2026-06-08 09:49:20 -05:00
Jarosław Drzewiecki de Ogańczyk
3ef100a083
Fixed bug merged in #4577 that breaks Taskbar Search Icon tweak ( #4649 )
...
Co-authored-by: gepardjaro <266757713+drzewjaro@users.noreply.github.com >
2026-06-08 09:48:41 -05:00
Chris Titus
eebb56ac5a
chore: Update generated dev docs ( #4668 )
2026-06-08 09:45:11 -05:00
Gabi
daf045390d
fix dev branch not working ( #4651 )
...
* fix dev branch not working
* Update start.ps1
2026-06-08 09:44:14 -05:00