0.9.12 (2026-04-22)
Features
- add --tool-use filter flag to fit command (#465) (0ffd8cd)
- add Filter Popup (F key) with range filters, sort direction, and fit (#458) (d182cc3)
Security & Trust
- Windows binaries are now code-signed with Authenticode via SignPath Foundation (#489) (0ae17de) — eliminates SmartScreen warnings and provides tamper verification for all Windows releases
Bug Fixes
- ci: pass crates.io token via env, not argv (#487) (7be5edb)
- fall back to 127.0.0.1 when localhost Ollama detection fails (fixes #57) (#319) (126f81a)
- parse GPU name from rocm-smi output correctly (#479) (fca1984)
- providers: prevent argument injection in hf and docker subprocess calls (#329) (319c0fe)
- synchronize Cargo.lock and update release workflow to keep it in sync (#477) (9a99e69), closes #476
- tui: bind auto-spawned dashboard to loopback by default (#330) (6513a69)
- tui: fix filter popup Esc-revert, cursor alignment, and code cleanup (5591b90)
- tui: use theme background for popups and wrap GGUF source URLs (#407) (eb5c9bf), closes #344
What's Changed
- fix: fall back to 127.0.0.1 when localhost Ollama detection fails by @octo-patch in #319
- fix(tui): use theme background for popups and wrap GGUF source URLs by @octo-patch in #407
- chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 by @dependabot[bot] in #470
- fix: synchronize Cargo.lock for releases by @AlexsJones in #477
- feat: add --tool-use filter flag to fit command by @RhoMancer in #465
- feat: Advanced Config modal and Filter Popup for TUI by @three-foxes-in-a-trenchcoat in #458
- fix: parse GPU name from rocm-smi output correctly by @RhoMancer in #479
- fix(tui): bind auto-spawned dashboard to loopback by default by @gregkh in #330
- fix(providers): prevent argument injection in hf and docker subproces… by @gregkh in #329
- Add zh-CN localization plus web planning and hardware simulation by @LeeFJ0606 in #486
- Tmpfile fixes by @gregkh in #488
- fix(ci): pass crates.io token via env, not argv by @gregkh in #487
- Add SignPath code signing for Windows releases by @AlexsJones in #489
- chore(main): release 0.9.12 by @AlexsJones in #472
New Contributors
- @LeeFJ0606 made their first contribution in #486
Full Changelog: v0.9.11...v0.9.12