Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 18 May 00:17
· 27 commits to main since this release

winget-tui v0.11.0

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

  • [Repo Assist] chore: add rust-version, repository, homepage, and readme to Cargo.toml by @github-actions[bot] in #173
  • [Repo Assist] docs: add CHANGELOG.md covering v0.1.0 through v0.10.0 by @github-actions[bot] in #179
  • [Repo Assist] perf: replace O(N2) linear scan in dedupe_packages with O(N) HashMap by @github-actions[bot] in #155
  • [Repo Assist] test: add prefer_package and dedupe_packages edge-case tests (231→241) by @github-actions[bot] in #170
  • [Repo Assist] chore: cargo update + fix missing s keybinding in help overlay by @github-actions[bot] in #159
  • [Repo Assist] test: add coverage for handle_normal_mode key bindings by @github-actions[bot] in #156
  • [Repo Assist] fix: sync table viewport after apply_filter when list shrinks (1 test, 231→232) by @github-actions[bot] in #182
  • [Repo Assist] feat: navigate filtered list with arrow keys without leaving filter mode by @github-actions[bot] in #153
  • [Repo Assist] feat(config): add default_sort config option by @github-actions[bot] in #167
  • [Repo Assist] test: add 6 unit tests for sort-desc, UnpinnedOnly filter, and version edge cases (231→237) by @github-actions[bot] in #172
  • [Repo Assist] test: add 5 unit tests for OperationComplete and Error message handling (231→236) by @github-actions[bot] in #174
  • [Repo Assist] test: add 10 unit tests for switch_view state reset and scrollbar_jump by @github-actions[bot] in #175
  • [Repo Assist] test: add coverage for ensure_selection_visible branches and csv_escape by @github-actions[bot] in #152
  • [Repo Assist] test: add coverage for ARP/MSIX local stubs and detail-cache invalidation by @github-actions[bot] in #165
  • [Repo Assist] test: add 11 unit tests for word_wrap in ui.rs by @github-actions[bot] in #166
  • [Repo Assist] feat(ui): make help overlay scrollable by @github-actions[bot] in #176
  • [Repo Assist] perf: skip idle renders when no event, message, or load is in flight by @github-actions[bot] in #181
  • ci: bump gittools/actions from 4.4.2 to 4.5.0 by @dependabot[bot] in #164
  • ci: bump github/gh-aw-actions from ba90f2186d7ad780ec640f364005fa24e797b360 to abea67e08ee83539ea33aaae67bf0cddaa0b03b5 by @dependabot[bot] in #162
  • ci: bump actions/github-script from 373c709c69115d41ff229c7e5df9f8788daa9553 to 3a2844b7e9c422d3c10d287c895573f7108da1b3 by @dependabot[bot] in #163

New Contributors

Full Changelog: v0.10.0...v0.11.0