| Version | Change log |
| QOwnNotes 26.3.5 Build Mar 6, 2026 |
Disabled hanging indentation for wrapped Markdown list items by default in the note text edit (for #1581) Try to fix hanging-indented wrapped Markdown list items still occasionally showing no visible caret after clicking into continuation text in the note text edit (for #3480) Fixed caret blink artifacts in hanging-indented wrapped Markdown list items, where the caret could appear partially clipped or show a stray tick while typing (for #3480) Fixed caret visibility and blinking on the last wrapped visual line of hanging-indented Markdown list items, where the caret could disappear entirely while typing (for #3480) |
| QOwnNotes 26.3.4 Build Mar 6, 2026 |
Fixed hanging-indented wrapped Markdown list items still occasionally clipping the caret on click on Windows and Linux/X11, and fixed current-line highlight alignment drifting after nested list items in the note text edit (for #3480) Fixed cursor placement and text selection becoming offset in hanging-indented wrapped Markdown list items after keyboard navigation, which could also draw the current-line highlight on the wrong visual line (for #3480) Fixed clicking percent-encoded relative attachment links in the note preview opening a non-decoded path (for #3483) Added moving note subfolders to another folder via the note subfolder tree context menu, including optional migration of relative note links, media file links and attachment links for moved notes (for #2581) In the "Link to a URL or note" dialog, when note subfolders are enabled, the Note tab now shows sortable "Note", "Folder", and "Modified" columns, sorted by modification date descending by default, to make similarly named notes easier to distinguish (for #3482) Added more improvements to the note list search and filtering in note tree mode for #790) In note tree mode, searching in the note list now hides folders that don't match and don't contain matching notes in their subtree, while keeping parent folders visible for matching note names or note content, and expanding visible folders so matching results are uncollapsed (for #2868) In note tree mode, note and folder search now always searches across all folders instead of only the currently selected folder (for #2868) Fixed note tree mode not refreshing the note/folder tree after selecting a folder cleared the search text, so hidden items are now shown again (for #2868) |
| QOwnNotes 26.3.3 Build Mar 5, 2026 |
Added small inline Markdown image previews in the note text edit with a new setting (enabled by default), supporting local files, remote http(s) image URLs, base64 data:image/... images, and Nextcloud /core/preview image URLs (for #1254) Inline Markdown image previews are currently only shown when no visible text follows the image tag on the same editor line, to avoid caret positioning mismatches after the image tag Fixed caret blinking and visibility when the cursor is on hanging-indented wrapped lines in Markdown list items in the note text edit (for #3480) |
| QOwnNotes 26.3.2 Build Mar 3, 2026 |
Moved the setting for hanging indentation in wrapped Markdown list items to the Tabs and Indents panel in the settings dialog (for #1581) Try to fix hanging indentation in wrapped Markdown list items causing caret placement and drawing issues on mouse clicks on Windows (for #3480) Try to better fix the end of the last line of text being cut off on hanging-indented wrapped list items when the text almost fits the available width (for #3478) |
| QOwnNotes 26.3.0 Build Mar 2, 2026 |
Fixed hanging indentation for wrapped Markdown list lines not matching the indentation of non-wrapped list items in the note text edit (for #3476) Added more Russian, French, Korean translation (thank you, catmenmilota, jd-develop, venusgirl) |
| QOwnNotes 26.2.15 Buil Feb 27, 2026 | Fix Qt5 build error (for #3467) |
| QOwnNotes 26.2.13 Buil Feb 27, 2026 |
Fixed indented fenced code blocks (with tabs or spaces before the opening fence) showing raw CODEBLOCK placeholders instead of the actual code in the note preview (for #2671) Fixed a backtick-fenced code block nested inside a 4-space/tab indented code block causing highlight spans to be injected into verbatim content, making raw HTML like <span class="code-keyword">test1</span>=test2 appear in the preview (for #2671) Fixed a backtick-fenced code block nested inside a tilde-fenced code block causing raw HTML span tags (e.g. <span class="code-keyword">test1</span>=test2) to appear as visible literal text in the note preview (for #2671) Fixed angle-bracket content inside code blocks (also 4-Spaces fence) and inline code (e.g., <stdio.h>) being incorrectly converted to file links in the note preview (for #3084) This also fixes regex preview issues (for #2952) Fixed Markdown highlighter incorrectly formatting a tab-indented list subitem as a heading when followed by a lone - on the next line (for #3086) isParagraph() now treats tab-indented lines starting with - , + , or * as list items,so they are no longer considered paragraph text eligible for setext heading detection Added search filtering for scripts in the settings Scripting panel, matching name and details (for #3471) Fixed clicking a Nextcloud Deck link not opening the Nextcloud Deck dialog anymore (for #3357) The note editor's openUrl method now routes Nextcloud Deck card URLs (https://…/apps/deck/#/board/…/card/…) through UrlHandler instead of handing them off to QDesktopServices The note preview's anchor-click handler (onNotePreviewAnchorClicked) now also recognises Deck card URLs and routes them through UrlHandler so the dialog opens correctly from the preview pane as well The card ID is now parsed directly from the URL path instead of requiring a pre-configured board ID that exactly matches the clicked link, so the dialog opens regardless of which boar |
| QOwnNotes 26.2.12 Buil Feb 25, 2026 |
Fixed note filename changes from title updates incorrectly triggering the external modification dialog when checksum checks are enabled (for #3396) Improved detection of current note updates when the Nextcloud desktop client replaces files via temp file moves (for #3468) Added more French, Korean translation (thank you, jd-develop, venusgirl) |
| QOwnNotes 26.2.11 Buil Feb 25, 2026 |
Extended the Markdown LSP integration with formatting and code action support for rumdl (for #3467) The editor context menu now provides a Markdown LSP section with format document, format selection, and code actions The completions menu now includes a filter field that starts with the current word Fixed Setext heading highlighting not clearing when the underline line loses its heading marker (for #3469) |
| QOwnNotes 26.2.10 Buil Feb 24, 2026 |
Fixed Nextcloud desktop client sync changes to non-current note files not being picked up by QOwnNotes (for #3468) The Nextcloud client uses a temp-file + atomic rename strategy to update note files; the rename typically completes before the directoryChanged signal handler runs, so the temp file is already gone when QOwnNotes looks for it — the deferred re-index was therefore never triggered The notes directory watcher now always schedules a deferred re-index (1 second after the directory change event) so the final on-disk state of all note files is captured regardless of whether a temp file is visible at the time the event fires The note index rebuild also refreshes the note list when an existing note's content was updated on disk, not only when notes were added or removed |