Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 22 Jul 03:16

Fixed

  • Terminal-native paste of large text no longer submits — a paste via ctrl+shift+v / ctrl+v /
    right-click (which the terminal delivers as a key stream, not a paste event) is now detected even
    when the characters trickle a couple milliseconds apart, so it coalesces into a single paste
    instead of leaking through one key at a time and letting an embedded newline fire the message.
    (alt+v, which reads the clipboard directly, already worked.)