v1.0.4
tokio-rs/axumv1.0.4May 14, 2025by muxi1998
AI Summary
This release focuses on enhancing the user interface and error handling for Text-to-Speech (TTS) and messaging, introduces a new LLM model configuration page, and updates documentation.
Key Highlights
- Enhance TTS Triggering UI with failure handling and progress feedback
- Improve message UI and feedback logic with enhanced error handling
- Add LLM model config setting page for users
- Upgrade model switching logic
New Features
- Enhance TTS Triggering UI with failure handling and progress feedback
- Improve message UI and feedback logic with enhanced error handling
- Add LLM model config setting page
- Upgrade model switching
- Modify NPU LLM inference API for runtime config
Full Release Notes
## What's Changed * Enhance UI for TTS Triggering: Failure Handling and Progress Feedback by @muxi1998 in https://github.com/mtkresearch/BreezeApp/pull/72 * feat: improve message UI and feedback logic with enhanced error handling by @muxi1998 in https://github.com/mtkresearch/BreezeApp/pull/73 * Update contributing guidelines and README for improved clarity and st… by @muxi1998 in https://github.com/mtkresearch/BreezeApp/pull/74 * feat: add LLM model config setting page for user by @muxi1998 in https://github.com/mtkresearch/BreezeApp/pull/75 * Upgrade model switching by @muxi1998 in https://github.com/mtkresearch/BreezeApp/pull/76 * set cpu model as default in sharePreference when download finished and app onStart by @muxi1998 in https://github.com/mtkresearch/BreezeApp/pull/77 * Modify NPU LLM inference API for runtime config by @muxi1998 in https://github.com/mtkresearch/BreezeApp/pull/78 **Full Changelog**: https://github.com/mtkresearch/BreezeApp/compare/v0.9.1...v1.0.4