Releases: MapleAllen/Aura-Translation
Releases · MapleAllen/Aura-Translation
Release list
v0.3.1
Aura Translation 0.3.1 removes source-app paste-back from the product surface and backend while preserving macOS Aura mode and explicit copy workflows.
Highlights:
- Removed the 回填 / paste-back result action from the translation popup
- Removed paste-back backend commands, source-window capture, Windows Ctrl+V injection, macOS Cmd+V injection, and macOS Accessibility permission prompt flow
- Simplified system capabilities to Aura mode support only
- Removed paste-back-specific platform dependencies and Windows input API features
- Updated macOS, UI shell, daemon, and release-gate documentation for the copy-only result action
Validation:
- npm ci
- npm run check
- npm test (49 tests)
- cargo test --manifest-path ./src-tauri/Cargo.toml (57 tests)
- npm run tauri build
Assets:
- macOS aarch64 .app zip
- SHA256SUMS.txt
Note:
- A Windows cross-target cargo check was attempted from macOS. It reached the Tauri Windows resource build step but could not complete because this host does not provide llvm-rc. The Windows paste-back code path itself has been removed from source.
v0.3.0
Aura Translation 0.3.0 adds native macOS Aura mode, source-app paste-back, and a backend-driven capability model across Windows and macOS.
Highlights:
- Native macOS clipboard-triggered Aura mode via NSPasteboard polling
- Native macOS paste-back via Accessibility-gated app focus and Cmd+V injection
- Structured backend capability reporting for Aura mode and paste-back
- Verified Windows and macOS behavior on the same shared main SHA
- Updated docs and release metadata for cross-platform parity
Aura Translation v0.2.3
范围
- 这是面向 macOS 适配验证的预发布版本,不替代现有 Windows 正式试用版发布门槛。
- macOS 打包当前发布为
.app压缩包,Windows 现有发布流程保持不变。
修复
- 将 macOS 默认快捷键统一为
Cmd+Shift+J,并在运行时迁移旧默认值CmdOrCtrl+T与Alt+Shift+T。 - 修复 macOS 首次启动或未完成设置时无法直接看到设置页的问题,启动时会自动唤起 Settings。
- macOS 构建现在只要求生成
.app,避免在当前受限环境下被 DMG 打包失败阻塞。
验证
npm cinpm run checknpm testcargo test --manifest-path src-tauri/Cargo.tomlnpm run tauri build
macOS 构建产物
Aura-Translation_0.2.3_macos_aarch64.zipSHA256SUMS.txt
Aura Translation v0.2.1
修复
- 修复设置页右上角关闭按钮无响应的问题。
- 为设置窗口补充 Tauri
core:window:allow-close权限,匹配实际window.close()调用。 - 增加窗口 capability 回归测试,防止后续发布误删关闭权限。
验证
npm run checknpm testnpm run tauri build
Windows 构建产物
- 推荐安装包:
Aura Translation_0.2.1_x64-setup.exe - MSI 安装包:
Aura Translation_0.2.1_x64_en-US.msi - 便携可执行文件:
aura-translation.exe
Aura Translation v0.2.0
Highlights
- Operator Console UI redesign with denser, less decorative translation and settings workflows
- Translation popup now prioritizes result reading, with compact status and metadata presentation
- Settings, history, notifications, and profile management were simplified into a more tool-like workspace
- Idle memory footprint was reduced by lazy window creation and closing the settings WebView when unused
Validation
- Windows Trial Gate passed on branch
codex/operator-console-ui - Local verification passed:
npm test,npm run check,cargo test --manifest-path .\src-tauri\Cargo.toml,npm run tauri build, installer acceptance, and resource measurement - Idle max working set after optimization: 14.95 MB
Aura Translation v0.1.0
Aura Translation v0.1.0
First Windows trial release for Aura Translation.
Release basis
- Target:
mainat391b53c54568a93e2fb2078f567d5943ea04b680 - GitHub Actions Windows Trial Gate: passed
- Run: https://github.com/MapleAllen/Aura-Translation/actions/runs/26563483758
- Required gates passed: dependency install, Svelte check, Rust tests, UI tests, release bundle build, install acceptance, resource measurement
- CI install acceptance: passed
- CI resource measurement: passed, max working set 12.57 MB
Provider and manual validation
- DeepSeek live provider smoke: passed locally with non-empty translation output
- Windows installed-build manual acceptance items 1-9: passed locally
- Ollama provider smoke: intentionally skipped for this release by maintainer request
Notes
- Windows installers are attached as NSIS
.exeand MSI.msibundles. - Plaintext local API key storage remains visible to users through the Settings warning and is accepted for this trial release.
- Ollama support remains present, but it was not part of the final smoke gate for this release.