Releases: wesele/Amiga
Releases · wesele/Amiga
v0.3.11
Full Changelog: v0.3.10...v0.3.11
v0.3.10
Full Changelog: v0.3.9...v0.3.10
v0.3.8
Full Changelog: v0.3.7...v0.3.8
v0.3.7
Full Changelog: v0.3.6...v0.3.7
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.2.2
v0.2.1
v0.2.1
新功能
- 个人中心界面重设计:我的模块全面改为安卓系统设置风格(Material Design 3)
- 主页:账户卡片 + 学习统计 + 分类设置项
- 设置页:分组卡片式布局,支持对话框交互
- 模型配置:简化设计,移除可选模型预置
- 统一确认对话框:新增
ConfirmDialog组件,替换所有原生confirm()调用
修复
- 模型配置页面 Base URL 和模型名称输入框无法正确显示的问题
- 提示词编辑器和模型配置页面的导航返回按钮无法正确回到上一页的问题
- 提示词管理页面移除不必要的"新增"功能
- 模型配置页面移除重复的"主模型/备用模型"标识文字
- 修复中文文件 UTF-8 BOM 损坏问题
技术改进
- 新增可复用
SettingsItem.vue组件(安卓设置列表项风格) - 所有对话确认框统一使用 Material Design 风格
---ENGLISH---
v0.2.1
New Features
- Profile Module Redesign: Full Android Settings-style UI (Material Design 3)
- Main page: account card + learning stats + categorized settings
- Settings page: grouped card layout with dialog interactions
- Model config: simplified, removed model presets
- Unified Confirm Dialog: New
ConfirmDialogcomponent replacing all nativeconfirm()calls
Fixes
- Fixed Base URL and model name input fields not displaying correctly
- Fixed back button navigation on prompt editor and model config pages
- Removed "Add New" functionality from prompt manager
- Removed redundant model type label text from model config page
- Fixed UTF-8 BOM corruption in Chinese text files
Technical Improvements
- New reusable
SettingsItem.vuecomponent (Android settings list item style) - All confirmation dialogs now use uniform Material Design styling