v1.0.5
mtkresearch/BreezeAppv1.0.5May 15, 2025by muxi1998
AI Summary
Maintenance release fixing screen rotation issues and improving LLM configuration consistency.
Key Highlights
- Fixed screen rotation causing setting view break
- Aligned LLM config preference default value to AppConstants
- Fixed CPU LLM showing eot_id in conversation
- Fixed missing import
New Features
- Screen rotation handling for settings view
- LLM configuration consistency with AppConstants
- CPU LLM conversation display fix
Full Release Notes
## What's Changed * fix: screen rotate causing setting view break; align llm config preference default value to AppConstants; CPU LLM showing eot_id in conversation by @muxi1998 in https://github.com/mtkresearch/BreezeApp/pull/79 * fix: missing import by @muxi1998 in https://github.com/mtkresearch/BreezeApp/pull/80 **Full Changelog**: https://github.com/mtkresearch/BreezeApp/compare/v1.0.4...v1.0.5