Skip to content

Releases: mavrovde/TransPaste

TransPaste 1.4.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 14:33
b1cc478

What's Changed

✨ Features

  • Guided Setup Assistant: chained onboarding + Finish Setup item (v1.4.0) by @mavrovde in #18

Full Changelog: v1.3.2...v1.4.0


Installation

DMG (recommended): download TransPaste-<version>.dmg, open it, and drag TransPaste onto the Applications shortcut. Eject the disk image.

Zip: download and unzip TransPaste-<version>.zip, move TransPaste.app wherever you like. (.sha256 files are provided to verify either download.)

Then:

  1. The app is ad-hoc signed, so macOS Gatekeeper warns on first launch of a downloaded copy. Right-click → Open once, or clear the quarantine flag:
    xattr -d com.apple.quarantine /Applications/TransPaste.app
    
  2. Grant Accessibility and Input Monitoring permissions (the app guides you, or run ./automated_setup.sh from a source checkout).
  3. Pick your AI provider from the menu bar icon — if it needs an API key, the app offers to paste one right away. 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.

TransPaste 1.3.2

Choose a tag to compare

@github-actions github-actions released this 11 Aug 14:23
c7b7a07

What's Changed

🐛 Fixes

  • fix: automated_setup.sh targets the installed /Applications copy when present by @mavrovde in #16
  • Readable errors, guided key setup, automatic grant detection (v1.3.2) by @mavrovde in #17

Other Changes

  • docs: encode cosmetic-changes-are-PATCH semver convention and tag-recovery procedure by @mavrovde in #15

Full Changelog: v1.3.1...v1.3.2


Installation

DMG (recommended): download TransPaste-<version>.dmg, open it, and drag TransPaste onto the Applications shortcut. Eject the disk image.

Zip: download and unzip TransPaste-<version>.zip, move TransPaste.app wherever you like. (.sha256 files are provided to verify either download.)

Then:

  1. The app is ad-hoc signed, so macOS Gatekeeper warns on first launch of a downloaded copy. Right-click → Open once, or clear the quarantine flag:
    xattr -d com.apple.quarantine /Applications/TransPaste.app
    
  2. Grant Accessibility and Input Monitoring permissions (the app guides you, or run ./automated_setup.sh from a source checkout).
  3. Pick your AI provider from the menu bar icon — if it needs an API key, the app offers to paste one right away. 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.

TransPaste 1.3.1

Choose a tag to compare

@github-actions github-actions released this 11 Aug 13:48
579852a

What's Changed

✨ Features

Other Changes

  • docs: deep docs-sync fixes (12 findings) + stale dialog string by @mavrovde in #12
  • chore: re-version to 1.3.1 (patch release) by @mavrovde in #14

Full Changelog: v1.3.0...v1.3.1


Installation

DMG (recommended): download TransPaste-<version>.dmg, open it, and drag TransPaste onto the Applications shortcut. Eject the disk image.

Zip: download and unzip TransPaste-<version>.zip, move TransPaste.app wherever you like. (.sha256 files are provided to verify either download.)

Then:

  1. The app is ad-hoc signed, so macOS Gatekeeper warns on first launch of a downloaded copy. Right-click → Open once, or clear the quarantine flag:
    xattr -d com.apple.quarantine /Applications/TransPaste.app
    
  2. Grant Accessibility and Input Monitoring permissions (the app guides you, or run ./automated_setup.sh from a source checkout).
  3. Pick your AI provider from the menu bar icon — if it needs an API key, the app offers to paste one right away. 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.

TransPaste 1.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 13:25
07d1c45

What's Changed

✨ Features

Full Changelog: v1.2.0...v1.3.0


Installation

DMG (recommended): download TransPaste-<version>.dmg, open it, and drag TransPaste onto the Applications shortcut. Eject the disk image.

Zip: download and unzip TransPaste-<version>.zip, move TransPaste.app wherever you like. (.sha256 files are provided to verify either download.)

Then:

  1. The app is ad-hoc signed, so macOS Gatekeeper warns on first launch of a downloaded copy. Right-click → Open once, or clear the quarantine flag:
    xattr -d com.apple.quarantine /Applications/TransPaste.app
    
  2. Grant Accessibility and Input Monitoring permissions (the app guides you, or run ./automated_setup.sh from a source checkout).
  3. Pick your AI provider from the menu bar icon — if it needs an API key, the app offers to paste one right away. 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.

TransPaste 1.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 13:13
a71564e

What's Changed

✨ Features

  • Provider menu UX: one readiness-aware submenu, guided key setup by @mavrovde in #9

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

  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.

TransPaste 1.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 12:29
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.