TransPaste 1.1.0
What's Changed
🔧 CI & Tooling
- chore(deps): bump actions/checkout from 5 to 7 by @dependabot[bot] in #4
Other Changes
- TransPaste: code review fixes, working test suite, CI, and doc overhaul by @mavrovde in #1
- ci: CodeQL advanced setup with manual build by @mavrovde in #2
- Multi-provider translation: Gemini, OpenAI, Claude, Ollama + custom endpoints by @mavrovde in #3
- ci: automated release pipeline (tag → GitHub release with artifacts) by @mavrovde in #5
New Contributors
- @mavrovde made their first contribution in #1
- @dependabot[bot] made their first contribution in #4
Full Changelog: https://github.com/mavrovde/TransPaste/commits/v1.1.0
Installation
- Download
TransPaste-<version>.zipbelow and unzip it (verify with the.sha256file if you like). - The app is ad-hoc signed, so macOS Gatekeeper will warn on first launch of a downloaded copy. Either right-click → Open once, or clear the quarantine flag:
xattr -d com.apple.quarantine TransPaste.app - Grant Accessibility and Input Monitoring permissions (the app guides you, or run
./automated_setup.shfrom a source checkout). - Pick your AI provider and paste its API key from the menu bar icon. Local Ollama needs no key.
Upgrading? If this release changed the bundle ID or signing (check the notes above), re-grant permissions via System Settings or
automated_setup.sh.