Releases: qownnotes/qownnotes-tui
Releases · qownnotes/qownnotes-tui
Release list
v0.4.0
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-LeftandAlt-Right, preserving
each history entry's viewer and editor position. - Multiline text selection in the viewer and editor with
Shiftand the arrow
keys, plus clipboard cut, copy, and paste withCtrl-X,Ctrl-C, andCtrl-V. - Mouse drag selection in the viewer and editor, including wrapped and scrolled text.
- A visible viewer cursor with arrow-key navigation and
Shift-Arrowselection. - Reverse pane focus cycling with
Shift-Tab. Escnavigation 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
Added
- Editing the selected note directly from the note list with
e. - Incremental, case-insensitive search across note names and note text with
/. Escclearing 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
norCtrl-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.tomldeclaratively.
v0.2.0
v0.1.0
Full Changelog: https://github.com/qownnotes/qownnotes-tui/commits/v0.1.0