Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 03:58

Added

  • Copy on select: an opt-in Settings → Terminal → Clipboard toggle (config
    key copy_on_select) that copies a mouse selection — drag, double-click
    word, or triple-click line, over terminal output or the prompt's command
    editor — to the clipboard the moment the gesture ends, no ⌘C needed. Off
    by default so a stray selection never overwrites the clipboard. (#34)

Fixed

  • The held-⌘ tab-number badges no longer stick on after the window loses key
    status mid-hold (⌘-Tab, Spotlight, a click into another app). The ⌘ release
    goes to whatever app is key by then, so the window never saw it; the badges
    — and any pending reveal — are now dismissed on the activation flip itself.