0.9.31 (2026-06-09)
Features
- lmstudio: Add LMSTUDIO_API_KEY support for authenticated instances (0dc2712)
- lmstudio: Add LMSTUDIO_API_KEY support for authenticated instances (302cb53)
- speed up provider navigation when holding shift (gh-571) (f0d4783)
- speed up provider navigation when holding shift (gh-571) (7d74d7d)
- upgrade MiniMax default model to M3 (d45a546)
- upgrade MiniMax default model to M3 (7407d10)
Bug Fixes
- add Gemma 4 QAT models and fallback HF search (e40d3b8)
- add Gemma 4 QAT models and fallback HF search (9b4582f), closes #613
- lmstudio: empty string guard, README docs, and unit test for LMSTUDIO_API_KEY (46f70b7)
- replace unsafe env mutation in tests with pure logic tests (33047d8)
- tui: handle search input cursor and overflow (66f4c88)
- tui: handle search input cursor and overflow (8596005)
- tui: handle unicode download directory input (b34d164)
- tui: handle unicode download directory input (da120f8)
- tui: ignore modified key input in search (6c0b697)
- tui: ignore modified key input in search (8de0a1b)
- use GGUF metadata for param counts in GGUF-only repos (3f9b22b)
- use GGUF metadata for parameter counts in GGUF-only repos (ff28cdd), closes #622
- wrap env::set_var/remove_var in unsafe blocks for Rust 2024 edition (55b7979)
What's Changed
- feat: speed up provider navigation when holding shift (gh-571) by @oytech in #586
- feat: upgrade MiniMax default model to M3 by @octo-patch in #605
- chore(deps): bump docker/build-push-action from 7.1.0 to 7.2.0 by @dependabot[bot] in #598
- fix(tui): handle search input cursor and overflow by @CN-Scars in #608
- fix(tui): handle unicode download directory input by @CN-Scars in #610
- fix(tui): ignore modified key input in search by @CN-Scars in #612
- fix: add Gemma 4 QAT models and fallback HF search by @AlexsJones in #620
- feat(lmstudio): Add LMSTUDIO_API_KEY support for authenticated instances by @kiwivda in #607
- fix: use GGUF metadata for param counts in GGUF-only repos by @AlexsJones in #623
- chore(main): release 0.9.31 by @AlexsJones in #604
New Contributors
Full Changelog: v0.9.30...v0.9.31