v1.0.5
medusajs/medusav1.0.5May 15, 2025by muxi1998
AI Summary
Fixes a crash in the settings view caused by screen rotation and corrects the alignment of LLM preference default values. Also resolves an issue where CPU LLM displayed an EOT ID.
Key Highlights
- Fixed screen rotation causing settings view break
- Aligned LLM config preference defaults
- Fixed CPU LLM EOT ID display
New Features
- Screen rotation handling
- LLM preference default alignment
- CPU LLM EOT ID 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