Skip to content

4.1.1

Choose a tag to compare

@alagrede alagrede released this 07 Jul 18:31
· 13 commits to master since this release

✨ New

πŸ” Find in note (Cmd/Ctrl+F)

The new editor now has a built-in search panel: press Cmd/Ctrl+F to search inside the open note, with match highlighting, match case / regexp / whole-word options, and find & replace. Press Escape to close the panel.

πŸ– Highlight shortcut (Cmd/Ctrl+K)

Select text and press Cmd/Ctrl+K to wrap it in ==marker== and highlight it β€” alongside the existing Bold/Italic/Underline shortcuts.

⌨️ Keyboard help is back

The keyboard shortcuts dialog returns to the footer, refreshed to match the current editor (removed obsolete entries, documents the new Cmd+K marker shortcut).

πŸ› Fixes

  • Crash when closing the app with a locked note active: closing while a locked (not yet unlocked) note was open crashed the save-on-exit flow and prevented the app from quitting. Locked notes are now left untouched on exit, and Save / Save As / Export / Duplicate are also guarded so they can no longer write stale content over an encrypted note.
  • Text shifting during search: highlighting a match inside a link, @note mention, ==marker== or inline code no longer makes the rest of the line shift by a few pixels.