TransPaste 1.2.0
What's Changed
✨ Features
Other Changes
- ci: ration CodeQL — paths filter + superseded-run cancellation by @mavrovde in #6
- docs: record runner-starvation lesson and release-pipeline facts in knowledge base by @mavrovde in #7
- ci: CodeQL no self-trigger + workflow_dispatch by @mavrovde in #8
- chore: bump version to 1.2.0 by @mavrovde in #10
Full Changelog: v1.1.0...v1.2.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.