Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 14:43
· 14 commits to main since this release
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.