Skip to content

TransPaste 1.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 12:29
· 14 commits to main since this release
53cd67f

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

Full Changelog: https://github.com/mavrovde/TransPaste/commits/v1.1.0


Installation

  1. Download TransPaste-<version>.zip below and unzip it (verify with the .sha256 file if you like).
  2. 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
    
  3. Grant Accessibility and Input Monitoring permissions (the app guides you, or run ./automated_setup.sh from a source checkout).
  4. 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.