4.1.1
β¨ 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,
@notemention,==marker==or inline code no longer makes the rest of the line shift by a few pixels.