v0.2.3
What's Changed
- fix: collapse nested if (clippy collapsible_if warning)
- fix: remove unnecessary .to_string() (clippy unnecessary_to_owned warning)
- refactor: simplify apply_filter — remove always-true source filter branch
- refactor: open_url returns bool, remove duplicate URL check in handler
- chore: closed 22 duplicate Repo Assist issues
winget-tui v0.2.3
A terminal UI for Windows Package Manager (winget).
📦 Downloads
| File | Platform |
|---|---|
winget-tui-x64.exe |
Windows x64 |
winget-tui-arm64.exe |
Windows ARM64 |
Usage
Download the executable for your platform and run it. No installation required.
What's Changed
- security: fix command injection in open_url via malicious homepage URL by @shanselman in #31
- security: sanitize terminal control characters from winget output by @shanselman in #32
- security: fix CI script injection and pin third-party actions by @shanselman in #33
New Contributors
- @shanselman made their first contribution in #31
Full Changelog: v0.2.2...v0.2.3