Skip to content

Undefined v3.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 12:59
· 31 commits to main since this release
v3.2.0
5cc4b28

添加多平台客户端


📦 Bundles

  • Python: wheel + sdist
  • Desktop: Windows (.exe, .msi), Linux (.AppImage, .deb), macOS Intel/Apple Silicon (.dmg)
  • Android: universal .apk

🔐 Signing expectations

  • Windows/Linux artifacts are built directly from CI.
  • macOS signing/notarization can be added later via Apple secrets.
  • Android currently ships an installable APK on every release; wire signing secrets into the generated Android project to promote it to a signed release build.

📝 Detailed Changes

🚀 Features

  • feat: 优化webui界面,并添加较全平台的客户端(除iOS) (#48) (293a199)
  • feat: 引用回复、Python 解释器增强与 Responses API 支持 (#47) (0be20a1)

🐛 Bug Fixes

  • fix(ci): 修复 macOS/Android 构建并优化 CI 缓存策略 (5cc4b28)
  • fix: 修复 Android 构建缺少 lib target 及 macOS mapfile 兼容性 (1b31e3d)