0.9.15 (2026-04-25)
Features
- add DeepSeek V4 model family (#502) (0fd800f), closes #500
- make key 'g' cycle top/bottom (#454) (2ccb9bc)
Bug Fixes
- MoE min_vram regression — all experts must be in memory (#497) (b8f37fd)
- resolve a build warning for an unused variable (#331) (1e68d80)
What's Changed
- fix: MoE min_vram regression — all experts must be in memory by @AlexsJones in #497
- test: add CLI integration smoke tests by @NIDNASSER-Abdelmajid in #448
- chore(deps): bump docker/build-push-action from 7.0.0 to 7.1.0 by @dependabot[bot] in #469
- fix: resolve a build warning for an unused variable by @gregkh in #331
- Move python packaging to the main repo by @JEHoctor in #444
- feat: add DeepSeek V4 model family by @AlexsJones in #502
- chore(ci): update softprops/action-gh-release to v3.0.0 (Node.js 24) by @JEHoctor in #503
- chore: tidy up tracked image files by @JEHoctor in #505
- feat: make key 'g' cycle top/bottom by @ninjamar in #454
- refactor: use dirs crate for platform-correct config and cache paths by @mertsatilmaz in #437
- chore(main): release 0.9.15 by @AlexsJones in #498
New Contributors
- @NIDNASSER-Abdelmajid made their first contribution in #448
- @JEHoctor made their first contribution in #444
- @ninjamar made their first contribution in #454
Full Changelog: v0.9.14...v0.9.15