Skip to content

Releases: wesele/Amiga

v0.3.11

21 Jun 23:13

Choose a tag to compare

v0.3.10

21 Jun 22:09

Choose a tag to compare

Full Changelog: v0.3.9...v0.3.10

v0.3.8

21 Jun 17:35

Choose a tag to compare

Full Changelog: v0.3.7...v0.3.8

v0.3.7

21 Jun 16:30

Choose a tag to compare

Full Changelog: v0.3.6...v0.3.7

v0.3.6

20 Jun 22:21

Choose a tag to compare

v0.3.6

版本 0.3.6 发布 (Android APK)。

---ENGLISH---

v0.3.6

Version 0.3.6 release (Android APK).

v0.3.5

20 Jun 06:03

Choose a tag to compare

v0.3.5

版本 0.3.5 发布 (Android APK)。

---ENGLISH---

v0.3.5

Version 0.3.5 release (Android APK).

v0.3.4

19 Jun 19:10

Choose a tag to compare

v0.3.4

版本 0.3.4 发布 (Android APK)。

---ENGLISH---

v0.3.4

Version 0.3.4 release (Android APK).

v0.3.3

19 Jun 18:27

Choose a tag to compare

v0.3.3

版本 0.3.3 发布 (Android APK)。

---ENGLISH---

v0.3.3

Version 0.3.3 release (Android APK).

v0.2.2

19 Jun 16:40

Choose a tag to compare

v0.2.2

版本 0.2.2 发布 (Android APK)。

---ENGLISH---

v0.2.2

Version 0.2.2 release (Android APK).

v0.2.1

18 Jun 22:06

Choose a tag to compare

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 ConfirmDialog component replacing all native confirm() 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.vue component (Android settings list item style)
  • All confirmation dialogs now use uniform Material Design styling