Skip to content

tnotes 1.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Sep 10:21
· 38 commits to main since this release

Added

  • ctrl+c quits, alongside ctrl+q.
  • A mouse selection is copied to the clipboard when the button is released, like in a terminal; copy/cut confirm in the status bar.

Fixed

  • Clipboard on Wayland: copies went to the X11 selection via XWayland and never reached the Wayland clipboard; arboard now uses the wayland-data-control backend.
  • Context-menu cut on a mouse selection did nothing (the copy step cleared the selection before the delete).
  • With emacs keys, a mouse selection left the editor in edtui's Visual/Normal mode where no key did anything. The editor now stays in Insert; Backspace/Delete remove the selection, typing replaces it, any other key drops it.
  • Sidebar text no longer touches the separator line: one blank column is kept before it.

Full changelog: v1.1.1...v1.2.0