Skip to content

v1.22.0 - Interactive Package Search Scope Selector

Choose a tag to compare

@Gronsten Gronsten released this 11 Mar 03:01
· 4 commits to main since this release
d5b37a1

What's New

  • Package Search: Interactive scope selector — Replaced the Read-Host prompt "Search (I)nstalled or (G)lobally available packages?" with a color-highlighted horizontal selector. Use ◄► arrows to toggle between options or press I/G as a single keystroke (no Enter required). The last-used scope is remembered across sessions in config.json.

Config Changes

  • Added packageManager.lastSearchScope (string: "installed" or "global") — Persists the last-selected package search scope; defaults to "installed"
  • Config version: config.14 → config.15
  • upgrade-prod.ps1 will automatically add the new field on next upgrade