Changelog

What's new in Paste2SSH

v1.0: Signed, notarized, and ready

June 20, 2026

Paste2SSH is now signed with a Developer ID and notarized by Apple, so it installs and opens cleanly, with no "unidentified developer" or "can't be checked for malware" warnings. The gap since v0.4 was two weeks waiting on Apple Developer Program enrollment.

  • Works on more servers: uploads automatically fall back for hosts without modern SFTP (e.g. dropbear).
  • Large files no longer time out early over slow links.
  • Clearer error messages when SSH fails. Whether it's a changed host key, a full remote disk, too many keys offered, or a firewall/fail2ban block, each one tells you what to do next.
  • Sturdier remote cleanup: never blocks an upload, and works on servers without cron.
  • UI polish throughout.

v0.4: Upload anything, instantly

June 9, 2026

  • Drag & drop any file, not just screenshots, onto the window to upload it and copy its remote path. Drop several at once and get all their paths.
  • Instant uploads: the connection stays warm, so every upload after the first lands in a fraction of a second.
  • Launch at login (optional toggle in Settings).
  • Menu-bar status: the icon shows when Paste Mode is on and gives a quick pulse on each upload.

v0.3: Cleanup & Recents

June 7, 2026

  • Automatic remote cleanup: optionally delete old images on the server after 7 to 90 days, scoped only to your upload folder.
  • Recent Paths: every uploaded path is saved; click any to copy it again.
  • More host control: add and edit SSH connections in-app, and set a remote folder per host.

v0.2: The Mac app

June 6, 2026

  • A native macOS menu-bar + Dock app for the screenshot → remote-path workflow.
  • Turn on Paste Mode, take or copy a screenshot, and the remote path is on your clipboard, ready to paste.
  • Automatically picks up the hosts in your existing ~/.ssh/config.

v0.1: The command-line tool

May 20, 2026

  • Where it started: a small CLI that uploaded a copied image or screenshot to your SSH host over scp and printed back the remote path to paste into your terminal tools.