winget install --id pbek.QOwnNotes
About QOwnNotes
QOwnNotes is the open source notepad with markdown support and todo list manager
What's new in 26.5.14
26.5.14 - Fixed changed shortcuts not being saved from the Shortcuts settings page after the recent lazy-loading performance change; shortcut storage now reads the built shortcut tree directly again instead of relying on cached widget maps, settings are now stored from dialog acceptance so the OK button cannot bypass shortcut persistence, and edited shortcut values are captured directly from the shortcut widgets and stored in portable format (for #3619) - Allow Ctrl+Space in read-only mode to ask whether note editing should be enabled again when there is no URL to open at the current cursor position Released files - QOwnNotes-x86_64.AppImage: Portable Linux AppImage build with Qt 6 - QOwnNotes-x86_64.AppImage.sha256sum: SHA-256 checksum for the AppImage - QOwnNotes-amd64.snap: Linux Snap build with Qt 6 - QOwnNotes-amd64.snap.sha256sum: SHA-256 checksum for the Qt 6 Snap package - QOwnNotes-Qt5-amd64.snap: Linux Snap build with Qt 5 for older environments - QOwnNotes-Qt5-amd64.snap.sha256sum: SHA-256 checksum for the Qt 5 Snap package - QOwnNotes.zip: Windows ZIP package built with Qt 6 - QOwnNotes.zip.sha256: SHA-256 checksum for the Qt 6 Windows ZIP package - QOwnNotes.zip.sha256sum: Alternative SHA-256 checksum file for the Qt 6 Windows ZIP package - QOwnNotes.dmg: macOS disk image built with Qt 6 - QOwnNotesQt5.dmg: macOS disk image built with Qt 5 for older systems
Version history
| Version | Updated | Notes |
|---|---|---|
| 26.5.14 | 26.5.14 - Fixed changed shortcuts not being saved from the Shortcuts settings page after the recent lazy-loading performance change; shortcut storage now reads the built shortcut tree directly again instead of relying on... | |
| 26.5.13 | Unknown | 26.5.13 - Improved autosaving encrypted notes by running the expensive Botan encryption step in a worker thread, keeping typing responsive while encrypted notes are saved and avoiding overwriting newer edits made during... |
| 26.5.12 | Unknown | 26.5.12 - Added a native Diff selected notes note-list context menu action using a new External tools option in General settings for the external diff tool path, so the external diff tool can be configured and used direc... |
| 26.5.11 | Unknown | 26.5.11 - Fixed a startup SQL warning when creating a new note folder by migrating tag dark colors without using the final tag schema before all database migration steps have run (for #3612) - Fixed creating tags after i... |
| 26.5.10 | Unknown | 26.5.10 - Added a fetchUrlTitleHook(url) scripting hook for the link dialog, allowing scripts to provide a webpage title before QOwnNotes tries to fetch it itself; the new hook is documented on the Scripting hooks docume... |
| 26.5.9 | Unknown | 26.5.9 - Fixed Ctrl+Space no longer opening URLs at the current cursor position in the note editor when Markdown completions were available, and kept URL opening available in read-only note mode because it does not edit... |
| 26.5.8 | Unknown | 26.5.8 - Fixed the script repository dialog not opening when triggered from the script settings page via the Add script button drop-down menu; the action was connected using old-style SIGNAL/SLOT macros to a method not d... |
| 26.5.7 | Unknown | 26.5.7 - Note text edit List operations now work on the current line when no text is selected, so they can be used directly from the cursor position (for #3603) - Fixed the Todo settings cloud connection selector initial... |
| 26.5.6 | Unknown | 26.5.6 - Note folder Subfolder visibility selections now keep parent folders selected with a partial check state when some or all subfolders are unchecked individually, while checking a parent still selects its subfolder... |
| 26.5.5 | Unknown | 26.5.5 - Security tokens generated by generateRandomString() now use the operating system random source via QRandomGenerator::system() on Qt 5.10+ and no longer fall back to qrand() on older Qt versions (for #3601) - Ref... |
| 26.5.4 | Unknown | 26.5.4 - Fixed a startup crash when the Markdown LSP server initialized while qtkeychain secret migration was running a nested event loop during main window setup; Markdown LSP startup is now delayed until the status bar... |
| 26.5.2 | Unknown | 26.5.2 - Pressing Ctrl+R in the note text edit now automatically turns off read-only mode before opening the replace panel (for #3596) - Fixed dark mode detection on GNOME/Wayland where Qt's colorScheme() incorrectly rep... |
| 26.5.1 | Unknown | 26.5.1 - Added a Reload button to the Note Bookmarks dialog to re-check bookmarks from disk without having to close and reopen the dialog (for #3589) - The Store note bookmark sub-menu in Note / Navigation is now grayed... |
| 26.5.0 | Unknown | 26.5.0 - Added Note Bookmarks sub-menus to the Note / Navigation menu (for #3589) - New Store note bookmark sub-menu with slots 1–9 (Ctrl+Shift+1–Ctrl+Shift+9) - New Go to note bookmark sub-menu with slots 1–9 (Ctrl+1–Ct... |
| 26.4.25 | Unknown | 26.4.25 - Updated Toggle checkbox(es) in the note text edit context menu so it now only toggles existing checkbox list items and no longer turns plain selected lines or regular list items into checkbox list items (for #3... |
| 26.4.24 | Unknown | 26.4.24 - Fixed a URI percent-encoding mismatch that prevented Markdown LSP diagnostics from being applied when a note filename contains spaces; the incoming LSP URI (e.g. Top%20heading.md) is now decoded with QUrl::from... |
| 26.4.23 | Unknown | 26.4.23 - Fixed shortcuts not being saved or restored in the Shortcuts settings; storeShortcutSettings now iterates the actual menu actions (mirroring how initShortcuts reads them) and looks up the corresponding widgets... |
| 26.4.22 | Unknown | 26.4.22 - The Shortcuts settings action name tree now shows the full menu hierarchy, with submenus rendered as nested tree nodes so all levels of the menu structure are visible (for #3583) - Added a new Note text edit su... |
| 26.4.21 | Unknown | 26.4.21 - Added a new Markdown operations submenu to the note text edit context menu with actions to increase or decrease the heading depth of selected ATX and setext Markdown headings (for #672) - The note link dialog n... |
| 26.4.20 | Unknown | 26.4.20 - Added the linked note's tags to the note link dialog list, so notes can be distinguished more easily before inserting a link (for #1679) - Added cross-platform system color scheme detection for Qt 6.5+ builds a... |