v0.8.18
eythaann/Seelen-UIv0.8.18Jun 21, 2026by EricLBuehler
AI Summary
Adds logging for skipped quantization, introduces UQFF-specific CLI subcommands, and hardens remote media fetching.
Key Highlights
- Better logging for skipped quantization
- Add uqff-specific subcommands
- Harden remote media fetching
New Features
- UQFF-specific CLI subcommands
- Improved logging for quantization
- Enhanced remote media fetching security
Full Release Notes
## What's Changed * feat(quant): better logging for when quantization is skipped by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2260 * feat(cli): add uqff-specific subcommands by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2261 * fix(server): harden remote media fetching by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2263 **Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.8.17...v0.8.18