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.7.1
26.7.1 - Added a new checkbox "Don't use leading emojis in note filename" in the General settings (enabled by default): when a note title starts with an emoji, the emoji is stripped from the generated filename so filenames stay compatible with other tools (for #2190) - Added a new checkbox "Show leading emoji from note title as icon in the note list" in the Panels settings (enabled by default): when a note title starts with an emoji, the emoji is rendered as the icon for that note in the note list and note tree, replacing the standard document icon (for #2190) - The note text search now supports searching for note titles with spaces by using quoted name filters like n:"note title" (for #1890) 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.7.1 | 26.7.1 - Added a new checkbox "Don't use leading emojis in note filename" in the General settings (enabled by default): when a note title starts with an emoji, the emoji is stripped from the generated filename so filenam... | |
| 26.7.0 | Unknown | 26.7.0 - Fixed leaving Vim mode insert mode with the Escape key on KDE Plasma 6.7 when the alternate-character keyboard overlay is enabled (for #3647) - Fixed quitting QOwnNotes on macOS when the menu bar item is enabled... |
| 26.6.11 | Unknown | 26.6.11 - Fixed the Qt 5 Ubuntu Launchpad release container by pinning it to Ubuntu 24.04, because newer Ubuntu CDBS packages no longer ship the qmake/makefile classes required by the Qt 5 source package build - Fixed th... |
| 26.6.9 | Unknown | 26.6.9 - Cleaned up remaining Qt 6 build warning noise in the application and test builds, including generated KWallet proxy and fortify warning output (for #3648) - Fixed the missing internal bookmarks.svg icon resource... |
| 26.6.8 | Unknown | 26.6.8 - Added Expand all and Collapse all context menu actions to heading items in the Headings panel, remembering the in-memory expansion state per note until the application is closed (for #2784) - Added Adwaita Light... |
| 26.6.7 | Unknown | 26.6.7 - Added the Send clipboard as text action to the tray menu when web application support is enabled, and to the task manager / launcher context menu (for #3371) Released files - QOwnNotes-x86_64.AppImage: Portable... |
| 26.6.6 | Unknown | 26.6.6 - Fixed the Security token dialog for the QOwnNotes Web Companion browser extension to keep generated or edited tokens only when pressing OK, so closing the dialog with Cancel no longer changes the token for the c... |
| 26.6.5 | Unknown | 26.6.5 - Added editor and Markdown preview syntax highlighting for fenced code blocks tagged as console or shell-session (for #3094) - Added an optional editor setting to ensure that the note text ends with an empty last... |
| 26.6.4 | Unknown | 26.6.4 - Added an optional editor setting to show character, word and line counts in the status bar (for #536) - Try to fix typing lag with Notes on a network share by avoiding repeated backlink scans while typing when t... |
| 26.6.3 | Unknown | 26.6.3 - Added a compact web application connection status indicator to the main window status bar when web application support is enabled; right-clicking it now shows a context menu with a Connected systems submenu (for... |
| 26.6.2 | Unknown | 26.6.2 - Fixed custom shortcuts for actions that appear in multiple menus, such as Find text in notes, being treated as their default shortcut in the Shortcuts settings page; shortcut initialization now processes each ac... |
| 26.6.1 | Unknown | 26.6.1 - Fixed settings search highlight not being visible for checkboxes, radio buttons, group boxes, and push buttons when Windows OS dark mode is active but QOwnNotes uses a light palette; the highlighted widget text... |
| 26.5.17 | Unknown | 26.5.17 - Added a command line option --decrypt-note <file> to print the decrypted text of an encrypted note file to stdout, with --decrypt-note-password <password> for providing the password directly instead of being pr... |
| 26.5.16 | Unknown | 26.5.16 - Fixed a memory leak when switching between notes, especially noticeable with large encrypted notes, by reusing the scripting current-note API object instead of allocating a new one on every note change, releasi... |
| 26.5.15 | Unknown | 26.5.15 - Added a warning comment before the encrypted text markers in encrypted notes to inform users that the content between the BEGIN ENCRYPTED TEXT and END ENCRYPTED TEXT markers must not be edited manually; the war... |
| 26.5.14 | Unknown | 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... |