Skip to content

Releases: qownnotes/qownnotes-tui

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 18:53
8bd930d

Added

  • Shell completion generation, with Bash, Fish, and Zsh scripts installed by
    the Nix package.
  • Clickable relative, legacy note://, and wiki-style note links in the viewer,
    including heading navigation for relative Markdown links.
  • Back and forward note navigation with Alt-Left and Alt-Right, preserving
    each history entry's viewer and editor position.
  • Multiline text selection in the viewer and editor with Shift and the arrow
    keys, plus clipboard cut, copy, and paste with Ctrl-X, Ctrl-C, and Ctrl-V.
  • Mouse drag selection in the viewer and editor, including wrapped and scrolled text.
  • A visible viewer cursor with arrow-key navigation and Shift-Arrow selection.
  • Reverse pane focus cycling with Shift-Tab.
  • Esc navigation from the viewer back to the note list.
  • Checkbox-list highlighting in the note viewer and editor.
  • Setext-style heading highlighting in the note viewer and editor.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 14:43
aa4a6ff

Added

  • Editing the selected note directly from the note list with e.
  • Incremental, case-insensitive search across note names and note text with /.
  • Esc clearing a retained note search after leaving search input or editing a note.
  • Page and note-boundary cursor navigation while editing notes.
  • Timestamped note creation with n or Ctrl-n, matching QOwnNotes' default
    date/time heading format.
  • Automatic filename updates from note headings on save, including sanitization,
    leading-emoji removal, and numeric collision suffixes.
  • Confirmed note deletion with platform-trash support and permanent removal as
    a fallback when trashing is unavailable.
  • Configurable UI and Markdown colors through theme.toml, with defaults that
    follow the terminal's ANSI color palette.
  • A Home Manager module for installing the application and generating
    theme.toml declaratively.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 20:32
7c86e2f

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 18:51
03613a2