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.