Q

QOwnNotes

Q
QOwnNotes Dev Tools v26.7.10

Release v26.7.10

26.7.10 Improved text selection in the QLiteHtml preview by avoiding redundant selection processing and full preview repaints, preserving selections while dragging across whitespace, and automatically scrolling beyond the viewport (for #3668) Released files QOwnNotes-x86_64.AppImage: Portable Linux AppImage build with Qt 6 QOwnNotes-x86_64.AppImage.sha256sum: SHA-256 checksum for the AppImage QOwn…

Q
QOwnNotes Dev Tools

Continuous build

Continuous prerelease build for commit b7f6615. This release is intended for continuous build artifacts only. It is marked as a prerelease and must not be used as the latest release. 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…

Q
QOwnNotes Dev Tools v26.7.9

Release v26.7.9

26.7.9 Added syntax highlighting for GNU R fenced code blocks in the note editor and preview (for #2845) Added the word: and w: note search operators for matching whole words without changing the existing substring and quoted-phrase search behavior (for #1756) See the searching documentation for more information about the new operators and how they interact with existing search syntax Released fil…

Q
QOwnNotes Dev Tools v26.7.8

Release v26.7.8

26.7.8 Fixed excessive system keychain (libsecret on Linux) access while typing: the LanguageTool checker no longer re-reads and decrypts its API key on every keystroke and scroll event (only when its settings actually change), and the Markdown note preview no longer re-decrypts the Nextcloud/ownCloud password on every debounced preview refresh unless the note actually contains an unresolved Nextc…

Q
QOwnNotes Dev Tools v26.7.7

Release v26.7.7

26.7.7 The active entry is now marked with a checkbox in the Note folder and Color modes settings lists, which can also be used to set the active item (for #3663) Added more Spanish, French, Korean translation (thank you, AlejandroMoc, jd-develop, VenusGirl) Released files QOwnNotes-x86_64.AppImage: Portable Linux AppImage build with Qt 6 QOwnNotes-x86_64.AppImage.sha256sum: SHA-256 checksum for t…

Q
QOwnNotes Dev Tools v26.7.6

Release v26.7.6

26.7.6 Nextcloud sync conflicted-copy notes like TODO (conflicted copy 2026-07-10 070952).md are now marked with a warning emoji in the note list so they are easier to spot (for #3662) Added a General settings option for the keychain access timeout, defaulting to 2 seconds, so QOwnNotes falls back to SimpleCrypt legacy encryption faster if the system keychain service is unavailable (for #3661) Rel…

Q
QOwnNotes Dev Tools v26.7.5

Release v26.7.5

26.7.5 Fixed generated note insertions while read-only mode is active, so QOwnNotes now asks to allow note editing before adding links, attachments, media, HTML as Markdown, data-url images, or autocomplete text (for #3659) Added more French, Korean translation (thank you, jd-develop, VenusGirl) Released files QOwnNotes-x86_64.AppImage: Portable Linux AppImage build with Qt 6 QOwnNotes-x86_64.AppI…

Q
QOwnNotes Dev Tools v26.7.4

Release v26.7.4

26.7.4 Fixed non-breaking spaces like U+00A0 and U+202F being converted to regular spaces when notes were edited and saved (for #2839) Fixed the status bar note path staying on the old filename after a note was renamed from its header/title until switching notes (for #3658) Fixed frontmatter entries followed by the closing --- delimiter being shown as Setext headings in the Navigation panel (for #…

Q
QOwnNotes Dev Tools v26.7.3

Release v26.7.3

26.7.3 New notes now use ATX headings by default for generated titles, and the General settings now include an option to use Setext headings instead (for #3655) Fixed the Preview panel font scaling on Windows with high display scale settings, so the preview no longer grows larger than the note editor at e.g. 300% desktop scaling (for #3653) Added emojis to the note title of the welcome notes to de…

Q
QOwnNotes Dev Tools v26.7.2

Release v26.7.2

26.7.2 Added support for an optional settings override file, derived from the active settings file name like QOwnNotes.override.conf, which is loaded once on startup and keeps debug builds and named sessions separated; the debug settings output now also shows the override path, how many settings were loaded from it, and how many existing settings were overwritten (for #3654) The security token for…

Q
QOwnNotes Dev Tools v26.7.1

Release v26.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…

Q
QOwnNotes Dev Tools v26.7.0

Release v26.7.0

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, so the application no longer minimizes back to the menu bar during quit or session shutdown and blocks shutting down the Mac (for #3651) Released files QOwnNotes-x86_64.AppImage: Por…

Q
QOwnNotes Dev Tools v26.6.11

Release v26.6.11

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 the OBS release container osc workaround so it no longer corrupts existing Python import importlib statements, and made the OBS release scripts stop immediately when checkout fails Relea…

Q
QOwnNotes Dev Tools v26.6.10

Release v26.6.10

26.6.10 Added libsecret to the Linux build dependencies so qtkeychain can use the Secret Service backend instead of falling back to KWallet on non-KDE desktops (for #3650) The Insert checkbox list item action now automatically uses the existing Create checkbox list behavior when multiple lines are selected, so selected lines are converted consistently with the dedicated list action (for #3610) Rel…

Q
QOwnNotes Dev Tools v26.6.9

Release v26.6.9

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 used by the note bookmark menu, so QOwnNotes no longer logs a startup warning for that icon (for #3649) Improved secret storage fallback handling by keeping legacy SimpleCrypt encrypt…

Q
QOwnNotes Dev Tools v26.6.8

Release v26.6.8

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 and Adwaita Dark editor color schemes (for #3299) Added optional editor settings Show whitespace markers and Show line ending markers (for #3253) There was a new release of the QOwnNo…

Q
QOwnNotes Dev Tools v26.6.7

Release v26.6.7

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 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: S…

Q
QOwnNotes Dev Tools v26.6.6

Release v26.6.6

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 current application session (for #3638) There was a new release of the QOwnNotes Web Companion browser extension 2026.6.0 The extension build tooling was updated to Quasar App Vite 3…

Q
QOwnNotes Dev Tools v26.6.5

Release v26.6.5

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 line when a note is stored (for #3255) Added more French, Korean, Spanish translation (thank you, jd-develop, VenusGirl, AlejandroMoc, AnSpanishTranslator) Released files QOwnNotes-x8…

Q
QOwnNotes Dev Tools v26.6.4

Release v26.6.4

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 the backlink inputs did not change, and by computing backlink-relative note paths without touching every note file on disk (for #3587) Fixed a crash when closing QOwnNotes while Languag…

Q
QOwnNotes Dev Tools v26.6.3

Release v26.6.3

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 #3632) 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:…