<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><atom:link href="https://api.qownnotes.org/rss/app-releases" rel="self" type="application/rss+xml"/><title>QOwnNotes release versions</title><description>New releases of QOwnNotes</description><link>https://www.qownnotes.org</link><language>en-gb</language><lastBuildDate>Mon, 09 Mar 2026 20:32:20 +0000</lastBuildDate><generator>PHP DOMDocument</generator><item><title>New release of QOwnNotes: v26.3.5</title><link>https://www.qownnotes.org/changelog.html#_26-3-5</link><guid isPermaLink="false">qon-app-release-1180</guid><description><![CDATA[<ul>
<li>Disabled hanging indentation for wrapped Markdown list items by default in the
note text edit (for <a href="https://github.com/pbek/QOwnNotes/issues/1581">#1581</a>)</li>
<li>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 <a href="https://github.com/pbek/QOwnNotes/issues/3480">#3480</a>)</li>
<li>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 <a href="https://github.com/pbek/QOwnNotes/issues/3480">#3480</a>)</li>
<li>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 <a href="https://github.com/pbek/QOwnNotes/issues/3480">#3480</a>)</li>
</ul>
]]></description><pubDate>Fri, 06 Mar 2026 20:23:48 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.4</title><link>https://www.qownnotes.org/changelog.html#_26-3-4</link><guid isPermaLink="false">qon-app-release-1179</guid><description><![CDATA[<ul>
<li>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 <a href="https://github.com/pbek/QOwnNotes/issues/3480">#3480</a>)</li>
<li>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 <a href="https://github.com/pbek/QOwnNotes/issues/3480">#3480</a>)</li>
<li>Fixed clicking percent-encoded relative attachment links in the note preview opening
a non-decoded path (for <a href="https://github.com/pbek/QOwnNotes/issues/3483">#3483</a>)</li>
<li>Added <strong>moving note subfolders to another folder</strong> via the note subfolder tree context menu,
including optional migration of relative note links, media file links and attachment links
for moved notes (for <a href="https://github.com/pbek/QOwnNotes/issues/2581">#2581</a>)</li>
<li>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 <a href="https://github.com/pbek/QOwnNotes/issues/3482">#3482</a>)</li>
<li>Added more improvements to the note list search and filtering in note tree mode
for <a href="https://github.com/pbek/QOwnNotes/issues/790">#790</a>)

<ul>
<li>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 <a href="https://github.com/pbek/QOwnNotes/issues/2868">#2868</a>)</li>
<li>In note tree mode, note and folder search now always searches across all
folders instead of only the currently selected folder
(for <a href="https://github.com/pbek/QOwnNotes/issues/2868">#2868</a>)</li>
<li>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 <a href="https://github.com/pbek/QOwnNotes/issues/2868">#2868</a>)</li>
</ul></li>
</ul>
]]></description><pubDate>Thu, 05 Mar 2026 21:05:31 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.3</title><link>https://www.qownnotes.org/changelog.html#_26-3-3</link><guid isPermaLink="false">qon-app-release-1178</guid><description><![CDATA[<ul>
<li>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 <code>data:image/...</code> images, and Nextcloud <code>/core/preview</code> image URLs
(for <a href="https://github.com/pbek/QOwnNotes/issues/1254">#1254</a>)

<ul>
<li>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</li>
</ul></li>
<li>Fixed caret blinking and visibility when the cursor is on hanging-indented
wrapped lines in Markdown list items in the note text edit
(for <a href="https://github.com/pbek/QOwnNotes/issues/3480">#3480</a>)</li>
</ul>
]]></description><pubDate>Wed, 04 Mar 2026 22:06:23 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.2</title><link>https://www.qownnotes.org/changelog.html#_26-3-2</link><guid isPermaLink="false">qon-app-release-1177</guid><description><![CDATA[<ul>
<li>Moved the setting for hanging indentation in wrapped Markdown list items to the
Tabs and Indents panel in the settings dialog (for <a href="https://github.com/pbek/QOwnNotes/issues/1581">#1581</a>)</li>
<li>Try to fix hanging indentation in wrapped Markdown list items causing caret placement
and drawing issues on mouse clicks on Windows (for <a href="https://github.com/pbek/QOwnNotes/issues/3480">#3480</a>)</li>
<li>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 <a href="https://github.com/pbek/QOwnNotes/issues/3478">#3478</a>)</li>
</ul>
]]></description><pubDate>Tue, 03 Mar 2026 20:27:10 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.1</title><link>https://www.qownnotes.org/changelog.html#_26-3-1</link><guid isPermaLink="false">qon-app-release-1176</guid><description><![CDATA[<ul>
<li>Added a setting to toggle hanging indentation for wrapped Markdown list items
in the note text edit (for <a href="https://github.com/pbek/QOwnNotes/issues/1581">#1581</a>)</li>
<li>Fixed text selection start positions in wrapped Markdown list items with
hanging indentation in the note text edit (for <a href="https://github.com/pbek/QOwnNotes/issues/3477">#3477</a>)</li>
<li>Fixed wrapped list item continuation lines with hanging indentation sometimes
clipping the last characters of a line (for <a href="https://github.com/pbek/QOwnNotes/issues/3478">#3478</a>)</li>
<li>Fixed QLiteHtml preview selection drawing occasionally leaving vertical highlight
stripes when dragging a selection (for <a href="https://github.com/pbek/QOwnNotes/issues/3466">#3466</a>)</li>
</ul>
]]></description><pubDate>Mon, 02 Mar 2026 20:03:00 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.0</title><link>https://www.qownnotes.org/changelog.html#_26-3-0</link><guid isPermaLink="false">qon-app-release-1175</guid><description><![CDATA[<ul>
<li>Fixed hanging indentation for wrapped Markdown list lines not matching the
indentation of non-wrapped list items in the note text edit
(for <a href="https://github.com/pbek/QOwnNotes/issues/3476">#3476</a>)</li>
<li>Added more Russian, French, Korean translation (thank you, catmenmilota, jd-develop, venusgirl)</li>
</ul>
]]></description><pubDate>Sun, 01 Mar 2026 18:27:05 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.2.15</title><link>https://www.qownnotes.org/changelog.html#_26-2-15</link><guid isPermaLink="false">qon-app-release-1174</guid><description><![CDATA[<ul>
<li>Fix Qt5 build error (for <a href="https://github.com/pbek/QOwnNotes/issues/3467">#3467</a>)</li>
</ul>
]]></description><pubDate>Fri, 27 Feb 2026 21:38:44 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.2.13</title><link>https://www.qownnotes.org/changelog.html#_26-2-13</link><guid isPermaLink="false">qon-app-release-1173</guid><description><![CDATA[<ul>
<li>Fixed indented fenced code blocks (with tabs or spaces before the opening fence) showing
raw <code>CODEBLOCK</code> placeholders instead of the actual code in the note preview
(for <a href="https://github.com/pbek/QOwnNotes/issues/2671">#2671</a>)</li>
<li>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
<code>&lt;span class="code-keyword"&gt;test1&lt;/span&gt;=test2</code> appear in the preview
(for <a href="https://github.com/pbek/QOwnNotes/issues/2671">#2671</a>)</li>
<li>Fixed a backtick-fenced code block nested inside a tilde-fenced code block causing raw
HTML span tags (e.g. <code>&lt;span class="code-keyword"&gt;test1&lt;/span&gt;=test2</code>) to appear as
visible literal text in the note preview (for <a href="https://github.com/pbek/QOwnNotes/issues/2671">#2671</a>)</li>
<li>Fixed angle-bracket content inside code blocks (also 4-Spaces fence) and inline code
(e.g., <code>&lt;stdio.h&gt;</code>) being incorrectly converted to file links in the note preview
(for <a href="https://github.com/pbek/QOwnNotes/issues/3084">#3084</a>)

<ul>
<li>This also fixes regex preview issues (for <a href="https://github.com/pbek/QOwnNotes/issues/2952">#2952</a>)</li>
</ul></li>
<li>Fixed Markdown highlighter incorrectly formatting a tab-indented list subitem as a heading when
followed by a lone <code>-</code> on the next line (for <a href="https://github.com/pbek/QOwnNotes/issues/3086">#3086</a>)

<ul>
<li><code>isParagraph()</code> now treats tab-indented lines starting with <code>-</code>, <code>+</code>, or <code>*</code> as list items,
so they are no longer considered paragraph text eligible for setext heading detection</li>
</ul></li>
<li>Added search filtering for scripts in the settings Scripting panel, matching name and details
(for <a href="https://github.com/pbek/QOwnNotes/issues/3471">#3471</a>)</li>
<li>Fixed clicking a Nextcloud Deck link not opening the Nextcloud Deck dialog anymore
(for <a href="https://github.com/pbek/QOwnNotes/issues/3357">#3357</a>)

<ul>
<li>The note editor's <code>openUrl</code> method now routes Nextcloud Deck card URLs (<code>https://…/apps/deck/#/board/…/card/…</code>)
through <code>UrlHandler</code> instead of handing them off to <code>QDesktopServices</code></li>
<li>The note preview's anchor-click handler (<code>onNotePreviewAnchorClicked</code>) now also recognises Deck card URLs
and routes them through <code>UrlHandler</code> so the dialog opens correctly from the preview pane as well</li>
<li>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 board the card belongs to</li>
<li>Removed the <code>isEnabled()</code> gate from the link-click handler so the Nextcloud Deck dialog opens even when
the Deck integration is not fully configured for card creation</li>
<li>Fixed Ctrl+clicking a Deck link in the note editor not opening the Nextcloud Deck dialog;
the ignored-click URL regexp for Deck card links was causing <code>openLinkAtCursorPosition()</code>
to swallow the click before it could reach <code>openUrl()</code></li>
</ul></li>
<li>Added strikeout support to the QLiteHtml preview widget so that <code>~~strikeout~~</code> text
is rendered with a line-through decoration in the note preview
(for <a href="https://github.com/pbek/QOwnNotes/issues/3466">#3466</a>)

<ul>
<li>QLiteHtml's built-in CSS has no rule for <code>&lt;del&gt;</code> or <code>&lt;s&gt;</code> elements, so the CSS
<code>del, s, del *, s * { text-decoration: line-through; }</code> is now injected into the HTML
head before passing it to the widget</li>
<li>Descendant elements such as links (<code>&lt;a&gt;</code>) inside <code>~~strikeout~~</code> are also struck out;
the <code>del *</code> selector is required because <code>text-decoration</code> is not an inherited CSS
property and the preview stylesheet's <code>a { text-decoration: none; }</code> would otherwise win</li>
</ul></li>
<li>Improved multi-note selection preview styling in the QLiteHtml preview widget for dark mode
(for <a href="https://github.com/pbek/QOwnNotes/issues/3466">#3466</a>)

<ul>
<li>Colors are now derived from the active editor schema instead of hardcoded light/dark fallback
values, so the preview correctly respects any user-configured theme</li>
<li>Body background, foreground, and link colors all follow the schema's <code>NoState</code> and <code>Link</code> states</li>
<li>The alternating row background and muted date text are computed by blending the schema
background toward the foreground, keeping contrast consistent across all themes</li>
</ul></li>
</ul>
]]></description><pubDate>Thu, 26 Feb 2026 21:17:09 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.2.12</title><link>https://www.qownnotes.org/changelog.html#_26-2-12</link><guid isPermaLink="false">qon-app-release-1172</guid><description><![CDATA[<ul>
<li>Fixed note filename changes from title updates incorrectly triggering the external modification
dialog when checksum checks are enabled (for <a href="https://github.com/pbek/QOwnNotes/issues/3396">#3396</a>)</li>
<li>Improved detection of current note updates when the Nextcloud desktop client replaces files via
temp file moves (for <a href="https://github.com/pbek/QOwnNotes/issues/3468">#3468</a>)</li>
<li>Added more French, Korean translation (thank you, jd-develop, venusgirl)</li>
</ul>
]]></description><pubDate>Wed, 25 Feb 2026 20:45:18 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.2.11</title><link>https://www.qownnotes.org/changelog.html#_26-2-11</link><guid isPermaLink="false">qon-app-release-1171</guid><description><![CDATA[<ul>
<li>Extended the Markdown LSP integration with formatting and code action support for rumdl
(for <a href="https://github.com/pbek/QOwnNotes/issues/3467">#3467</a>)

<ul>
<li>The editor context menu now provides a Markdown LSP section with format document, format selection,
and code actions</li>
<li>The completions menu now includes a filter field that starts with the current word</li>
</ul></li>
<li>Fixed Setext heading highlighting not clearing when the underline line loses its heading marker
(for <a href="https://github.com/pbek/QOwnNotes/issues/3469">#3469</a>)</li>
</ul>
]]></description><pubDate>Tue, 24 Feb 2026 21:56:29 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.2.10</title><link>https://www.qownnotes.org/changelog.html#_26-2-10</link><guid isPermaLink="false">qon-app-release-1170</guid><description><![CDATA[<ul>
<li>Fixed Nextcloud desktop client sync changes to non-current note files not being picked up by QOwnNotes
(for <a href="https://github.com/pbek/QOwnNotes/issues/3468">#3468</a>)

<ul>
<li>The Nextcloud client uses a temp-file + atomic rename strategy to update note files; the rename
typically completes before the <code>directoryChanged</code> signal handler runs, so the temp file is already
gone when QOwnNotes looks for it — the deferred re-index was therefore never triggered</li>
<li>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</li>
<li>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</li>
</ul></li>
</ul>
]]></description><pubDate>Mon, 23 Feb 2026 20:40:00 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.2.9</title><link>https://www.qownnotes.org/changelog.html#_26-2-9</link><guid isPermaLink="false">qon-app-release-1169</guid><description><![CDATA[<ul>
<li>Added experimental Markdown LSP support with settings for server command/arguments
(for <a href="https://github.com/pbek/QOwnNotes/issues/3467">#3467</a>)

<ul>
<li>The integration is experimental and currently provides completions via the autocomplete action</li>
<li>LSP info logs are no longer shown as warnings; only error-like stderr output is surfaced</li>
<li>Diagnostics published by the LSP server are now displayed as wave underlines in the editor;
severity is reflected by color: red for errors, orange for warnings, blue for information,
and green for hints</li>
<li>Hovering over a diagnostic underline shows a tooltip with the diagnostic message</li>
<li>Diagnostics are cleared automatically when switching to a different note</li>
</ul></li>
<li>Fixed a vertical stripe flickering artifact in the QLiteHtml preview when dragging to select text
(for <a href="https://github.com/pbek/QOwnNotes/issues/3466">#3466</a>)

<ul>
<li>Degenerate zero- or negative-width selection highlight rects are now suppressed; these were
generated when the cursor was at or near the start of a text element, causing a 1-pixel-wide
highlight to be painted over the full height of the preview during mouse-drag selection</li>
<li>Mouse-move repaints now use a single full-viewport update instead of multiple partial dirty-rect
updates, preventing intermediate frame artifacts during rapid selection drags</li>
</ul></li>
<li>Improved text selection contrast in the QLiteHtml preview, especially in dark mode
(for <a href="https://github.com/pbek/QOwnNotes/issues/3466">#3466</a>)

<ul>
<li>Selected text now uses the palette highlight text color (<code>QPalette::HighlightedText</code>) instead of
the original CSS text color, ensuring readable contrast over the selection highlight background</li>
</ul></li>
</ul>
]]></description><pubDate>Sun, 22 Feb 2026 18:21:39 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.2.8</title><link>https://www.qownnotes.org/changelog.html#_26-2-8</link><guid isPermaLink="false">qon-app-release-1168</guid><description><![CDATA[<ul>
<li>Added a setting <code>Allow empty note files</code> in the Panels settings to allow or disallow empty note files
(for <a href="https://github.com/pbek/QOwnNotes/issues/3456">#3456</a>)</li>
<li>The QLiteHtml preview panel now uses system default scrollbars instead of custom styled scrollbars
(for <a href="https://github.com/pbek/QOwnNotes/issues/3466">#3466</a>)</li>
<li>Fixed extra top/right padding in the QLiteHtml preview panel layout
(for <a href="https://github.com/pbek/QOwnNotes/issues/3466">#3466</a>)</li>
<li>Fixed QLiteHtml preview text selection to allow click-drag and shift-click selection
(for <a href="https://github.com/pbek/QOwnNotes/issues/3466">#3466</a>)</li>
<li>Added more Spanish, Korean, French translation (thank you, alejandromoc, venusgirl, jd-develop)</li>
</ul>
]]></description><pubDate>Fri, 20 Feb 2026 20:52:07 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.2.7</title><link>https://www.qownnotes.org/changelog.html#_26-2-7</link><guid isPermaLink="false">qon-app-release-1167</guid><description><![CDATA[<ul>
<li>The note list tooltip now shows the note file created date
(for <a href="https://github.com/pbek/QOwnNotes/issues/841">#841</a>)</li>
<li>Added a search dialog to the QLiteHtml preview
(for <a href="https://github.com/pbek/QOwnNotes/issues/3466">#3466</a>)

<ul>
<li>The search dialog supports plain text, whole words, and regular expression search modes</li>
<li>Keyboard shortcuts: Ctrl+F to open, F3 for next/previous, Escape to close</li>
</ul></li>
<li>The QLiteHtml preview now uses the editor background color from the color schema
(for <a href="https://github.com/pbek/QOwnNotes/issues/3466">#3466</a>)</li>
<li>The font size in the QLiteHtml preview is now aligned with the note text edit font size
(for <a href="https://github.com/pbek/QOwnNotes/issues/3466">#3466</a>)

<ul>
<li>Fixed an issue where fonts stored with pixel size would result in a smaller font size in the preview</li>
<li>The preview now properly uses the configured font size</li>
</ul></li>
<li>Added support for copying selected text with <code>Ctrl + C</code> in the QLiteHtml preview
(for <a href="https://github.com/pbek/QOwnNotes/issues/3466">#3466</a>)

<ul>
<li>Both plain text and HTML (rich text) formats are copied to the clipboard</li>
<li>The copied HTML includes all formatting (colors, fonts, bold, italic, etc.) as inline styles</li>
</ul></li>
<li>Improved text selection in the QLiteHtml preview (but it's still clunky)
(for <a href="https://github.com/pbek/QOwnNotes/issues/3466">#3466</a>)

<ul>
<li>Selection now only selects the specific text you click and drag over</li>
<li>Fixed an issue where entire paragraphs or blocks would be selected instead of precise text</li>
</ul></li>
</ul>
]]></description><pubDate>Thu, 19 Feb 2026 19:34:46 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.2.6</title><link>https://www.qownnotes.org/changelog.html#_26-2-6</link><guid isPermaLink="false">qon-app-release-1166</guid><description><![CDATA[<ul>
<li>Improved QLiteHtml preview task list rendering and export
(for <a href="https://github.com/pbek/QOwnNotes/issues/3466">#3466</a>)

<ul>
<li>Task list checkbox spacing now matches the regular preview</li>
<li>Task list items no longer wrap checkbox text in paragraph tags</li>
<li>Added "Export generated raw HTML" to the QLiteHtml preview context menu</li>
<li>Task list checkboxes in QLiteHtml now use the same clickable styling as the regular preview</li>
<li>Restored Markdown underscore emphasis handling for <code>_italic_</code> and <code>__strong__</code></li>
</ul></li>
</ul>
]]></description><pubDate>Tue, 17 Feb 2026 21:48:03 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.2.5</title><link>https://www.qownnotes.org/changelog.html#_26-2-5</link><guid isPermaLink="false">qon-app-release-1165</guid><description><![CDATA[<ul>
<li>Moving the QToolBar widgets in the UI now triggers the storing of the current workspace
(for <a href="https://github.com/pbek/QOwnNotes/issues/3465">#3465</a>)</li>
<li>Improved the QLiteHtml library integration and build process
(for <a href="https://github.com/pbek/QOwnNotes/issues/3466">#3466</a>)

<ul>
<li>The QLiteHtml debug information is now also shown in the debug settings</li>
<li>Fixed various build issues in the QLiteHtml library for modern compilers</li>
<li>The QLiteHtml library is now built as a static library when enabled</li>
<li>Task list checkboxes are now clickable in the QLiteHtml preview</li>
<li>Clicking a checkbox will toggle its state in the markdown text</li>
</ul></li>
</ul>
]]></description><pubDate>Mon, 16 Feb 2026 21:14:19 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.2.4</title><link>https://www.qownnotes.org/changelog.html#_26-2-4</link><guid isPermaLink="false">qon-app-release-1164</guid><description><![CDATA[<ul>
<li>Added a "Copy note filename" menu action to copy the filename of the current note to the clipboard
(for <a href="https://github.com/pbek/QOwnNotes/issues/3462">#3462</a>)

<ul>
<li>This action is available in the note list context menu and in the status bar path label context menu</li>
<li>It copies just the filename (e.g., <code>MyNote.md</code>) instead of the full path</li>
</ul></li>
<li>Added support for additional note link formats in the note relation graph and backlinks panel
(for <a href="https://github.com/pbek/QOwnNotes/issues/3266">#3266</a>)

<ul>
<li>Links using hyphens instead of underscores in <code>note://</code> protocol are now recognized</li>
<li>Example: <code>&lt;note://Link-test2&gt;</code> now matches notes named "Link test2.md"</li>
<li>Previously only <code>&lt;note://Link_test2&gt;</code> was supported</li>
<li>Links with non-URL-encoded filenames with spaces are now recognized</li>
<li>Example: <code>&lt;Link test2.md&gt;</code> now works in addition to <code>&lt;Link%20test2.md&gt;</code></li>
<li>Both markdown link syntax <code>[text](link)</code> and angle bracket syntax <code>&lt;link&gt;</code> are supported</li>
<li>Backlinks for those new links will display readable names in the navigation panel</li>
</ul></li>
<li>Also fix hiding of the <em>Command snippets</em> in the settings dialog
(for <a href="https://github.com/pbek/QOwnNotes/issues/3314">#3314</a>)</li>
<li>Fixed an issue where enabling a panel in the Windows menu would not store the state
immediately, causing the panel to be hidden again after an app restart
(for <a href="https://github.com/pbek/QOwnNotes/issues/3463">#3463</a>)</li>
<li>The AUR build is now done with cmake, aspell, libgit and system botan for improved build time
and improved git and spellchecking support (for <a href="https://github.com/pbek/QOwnNotes/issues/3461">#3461</a>)</li>
</ul>
]]></description><pubDate>Thu, 12 Feb 2026 19:46:43 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.2.3</title><link>https://www.qownnotes.org/changelog.html#_26-2-3</link><guid isPermaLink="false">qon-app-release-1163</guid><description><![CDATA[<ul>
<li>Added new menu actions in the Navigation menu to navigate between headings in the Navigation panel
(for <a href="https://github.com/pbek/QOwnNotes/issues/3378">#3378</a>)

<ul>
<li><strong>Previous heading</strong> (<code>Ctrl+Shift+Page Up</code>) - navigate to the previous heading</li>
<li><strong>Next heading</strong> (<code>Ctrl+Shift+Page Down</code>) - navigate to the next heading</li>
<li>These shortcuts allow quick navigation through note headings without using the mouse</li>
</ul></li>
<li>Improved visual appearance of disabled panels in the settings dialog
(for <a href="https://github.com/pbek/QOwnNotes/issues/3314">#3314</a>)

<ul>
<li>Informational labels in the Nextcloud support panel now use muted colors when the panel is disabled</li>
<li>Informational labels in the Browser extension / command snippets panel now use muted colors when the panel is disabled</li>
<li>This makes it clearer which settings sections are active or inactive, especially in dark mode</li>
</ul></li>
</ul>
]]></description><pubDate>Wed, 11 Feb 2026 20:54:20 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.2.2</title><link>https://www.qownnotes.org/changelog.html#_26-2-2</link><guid isPermaLink="false">qon-app-release-1162</guid><description><![CDATA[<ul>
<li>Improved the refactoring of heading links when renaming headings in the Navigation panel
(for <a href="https://github.com/pbek/QOwnNotes/issues/3459">#3459</a>)

<ul>
<li>Fixed an issue where heading backlink updates would incorrectly replace links to other notes with the same heading name</li>
<li>The backlink update now correctly matches the full link path, only updating links that point to the current note</li>
<li>Both URL-encoded and unencoded paths in links are now properly handled (e.g., <code>My%20Note.md</code> and <code>My Note.md</code>)</li>
<li>This prevents accidentally breaking links to other notes when renaming headings</li>
<li>Table of contents links within the same note (e.g., <code>[Section](#old-heading)</code>) are now also updated when renaming headings</li>
<li>This is useful for notes with TOC sections that link to headings within the note</li>
<li>Same-note links are properly detected and updated alongside backlinks from other notes</li>
</ul></li>
<li>Added more Korean, Spanish translation (thank you, venusgirl, alejandromoc)</li>
</ul>
]]></description><pubDate>Tue, 10 Feb 2026 19:22:30 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.2.1</title><link>https://www.qownnotes.org/changelog.html#_26-2-1</link><guid isPermaLink="false">qon-app-release-1161</guid><description><![CDATA[<ul>
<li>Added ability to rename headings directly in the Navigation panel
(for <a href="https://github.com/pbek/QOwnNotes/issues/3459">#3459</a>)

<ul>
<li>You can now double-click, press <code>F2</code>, or right-click and select "Rename heading"
on any heading in the "Headings" tab of the Navigation panel to rename it</li>
<li>The heading text in your note will update automatically while preserving the heading level</li>
<li>When you rename a heading, QOwnNotes will scan all notes that link to the current note and prompt you to update any links that reference the old heading</li>
<li>This ensures that note links with heading fragments (e.g., <code>[Link](note.md#old-heading)</code>) remain valid after renaming</li>
<li>This provides a quick way to reorganize your note structure without manually editing the text or breaking backlinks</li>
</ul></li>
<li>Added more French translation (thank you, baptistou)</li>
</ul>
]]></description><pubDate>Mon, 09 Feb 2026 21:04:26 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.2.0</title><link>https://www.qownnotes.org/changelog.html#_26-2-0</link><guid isPermaLink="false">qon-app-release-1160</guid><description><![CDATA[<ul>
<li>Empty note files are now allowed again and will only result in a warning in the log
(for <a href="https://github.com/pbek/QOwnNotes/issues/3456">#3456</a>)</li>
<li>Added more Korean, French, Spanish translation (thank you, venusgirl, jd-develop, alejandromoc)</li>
</ul>
]]></description><pubDate>Sun, 01 Feb 2026 18:15:18 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.1.15</title><link>https://www.qownnotes.org/changelog.html#_26-1-15</link><guid isPermaLink="false">qon-app-release-1159</guid><description><![CDATA[<ul>
<li>Fixed a regression where pressing <code>Ctrl + Space</code> to format a markdown table would show
"An url was opened at the current cursor position" but no table formatting would happen
(for <a href="https://github.com/pbek/QOwnNotes/issues/3454">#3454</a>)

<ul>
<li>Table formatting with <code>Ctrl + Space</code> now works correctly again</li>
<li>The issue was caused by the fix for double-opening links in 26.1.14</li>
</ul></li>
<li>Fixed an issue where <code>Ctrl + Shift + Click</code> on note links would not open notes in a new tab
(for <a href="https://github.com/pbek/QOwnNotes/issues/3447">#3447</a>)

<ul>
<li>When clicking a note link with <code>Ctrl + Shift</code>, the note now opens in a new tab as expected</li>
<li>Previously, if the note was already open in a tab, it would just switch to that existing tab
instead of creating a new one</li>
</ul></li>
</ul>
]]></description><pubDate>Fri, 30 Jan 2026 20:35:39 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.1.14</title><link>https://www.qownnotes.org/changelog.html#_26-1-14</link><guid isPermaLink="false">qon-app-release-1158</guid><description><![CDATA[<ul>
<li>Fixed a regression where <code>Ctrl + Click</code> on links in the note editor caused them
to be opened twice (for <a href="https://github.com/pbek/QOwnNotes/issues/3447">#3447</a>)

<ul>
<li>Links are now opened only once when clicked with <code>Ctrl</code></li>
</ul></li>
<li>Added bookmark markers (1-9) next to line numbers in the note editor
(for <a href="https://github.com/pbek/QOwnNotes/issues/3453">#3453</a>)

<ul>
<li>When you store a note bookmark (Ctrl+1 through Ctrl+9), the bookmark slot number
is now displayed in red next to the line number in the editor</li>
<li>Bookmark markers are only shown for the current note</li>
<li>The "Show line numbers" setting needs to be enabled in the editor settings</li>
</ul></li>
<li>Fixed table border colors in dark mode preview to be white instead of black
(for <a href="https://github.com/pbek/QOwnNotes/issues/3442">#3442</a>)

<ul>
<li>Table borders are now properly visible in dark mode</li>
<li>Border colors automatically adapt based on the dark mode setting</li>
</ul></li>
</ul>
]]></description><pubDate>Wed, 28 Jan 2026 20:10:15 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.1.13</title><link>https://www.qownnotes.org/changelog.html#_26-1-13</link><guid isPermaLink="false">qon-app-release-1157</guid><description><![CDATA[<ul>
<li>Fixed an issue where the last image was still shown after deleting all images in the
stored images dialog (for <a href="https://github.com/pbek/QOwnNotes/issues/3449">#3449</a>)

<ul>
<li>The image preview is now properly cleared when all images are deleted</li>
<li>The image preview is also cleared when switching to a view mode with no images</li>
</ul></li>
<li>Fixed the same issue in the stored attachments dialog where file info remained visible
after deleting all attachments or switching to an empty view</li>
<li>Fixed the image dialog to properly clear the preview when the file path is cleared</li>
<li>Fixed the attachment dialog to properly hide info and download button when the file
path is cleared</li>
<li>Added context menu entries to insert table columns and rows when the cursor is in a
Markdown table (for <a href="https://github.com/pbek/QOwnNotes/issues/3450">#3450</a>)

<ul>
<li><strong>Add table column left</strong> - Inserts a new column to the left of the cursor position</li>
<li><strong>Add table column right</strong> - Inserts a new column to the right of the cursor position</li>
<li><strong>Add table row above</strong> - Inserts a new row above the cursor position</li>
<li><strong>Add table row below</strong> - Inserts a new row below the cursor position</li>
<li>The table is automatically formatted after insertion</li>
</ul></li>
</ul>
]]></description><pubDate>Tue, 27 Jan 2026 19:48:28 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.1.12</title><link>https://www.qownnotes.org/changelog.html#_26-1-12</link><guid isPermaLink="false">qon-app-release-1156</guid><description><![CDATA[<ul>
<li>Fixed an issue where images could be pasted into the note editor when in read-only mode
(for <a href="https://github.com/pbek/QOwnNotes/issues/3448">#3448</a>)

<ul>
<li>Image pasting is now properly prevented when note editing is disabled</li>
</ul></li>
<li>Added more French translation (thank you, jd-develop)</li>
</ul>
]]></description><pubDate>Mon, 26 Jan 2026 21:56:24 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.1.11</title><link>https://www.qownnotes.org/changelog.html#_26-1-11</link><guid isPermaLink="false">qon-app-release-1155</guid><description><![CDATA[<ul>
<li>Added support for opening note links in a new tab using <code>Ctrl + Shift + Click</code>
in the note editor (for <a href="https://github.com/pbek/QOwnNotes/issues/3447">#3447</a>)

<ul>
<li>Use <code>Ctrl + Click</code> to open a note link in the current tab (existing behavior)</li>
<li>Use <code>Ctrl + Shift + Click</code> to open a note link in a new tab</li>
<li>This works for all note link formats: <code>note://</code>, <code>noteid://</code>, and file links</li>
</ul></li>
<li>Added support for opening note links in a new tab from the preview pane using
<code>Ctrl + Click</code> (for <a href="https://github.com/pbek/QOwnNotes/issues/3447">#3447</a>)

<ul>
<li>Without <code>Ctrl</code>, clicking a link in the preview opens it in the current tab</li>
<li>With <code>Ctrl</code>, clicking a link in the preview opens it in a new tab</li>
</ul></li>
</ul>
]]></description><pubDate>Fri, 23 Jan 2026 18:14:09 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.1.10</title><link>https://www.qownnotes.org/changelog.html#_26-1-10</link><guid isPermaLink="false">qon-app-release-1154</guid><description><![CDATA[<ul>
<li>Removed <code>icuuc.dll</code> from the Windows deployment and via update script as it can
cause issues if the other ICU DLLs are not installed (for <a href="https://github.com/pbek/QOwnNotes/issues/3445">#3445</a>)</li>
<li>The translations for the most common languages used in QOwnNotes, that are
currently not very actively maintained, were updated by Claude 4.5 Sonnet

<ul>
<li>Updated European Portuguese translation (337 strings)</li>
<li>Updated Brazilian Portuguese translation (214 strings)</li>
<li>Updated Italian translation (155 strings)</li>
<li>Updated German translation (152 strings)</li>
<li>Updated Russian translation (120 strings)</li>
<li>Updated Chinese Traditional translation (48 strings)</li>
<li>Updated Polish translation (42 strings)</li>
<li>Updated Chinese Simplified translation (23 strings)</li>
</ul></li>
</ul>
]]></description><pubDate>Wed, 21 Jan 2026 19:43:31 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.1.9</title><link>https://www.qownnotes.org/changelog.html#_26-1-9</link><guid isPermaLink="false">qon-app-release-1153</guid><description><![CDATA[<ul>
<li>Added support for showing archived cards in the Nextcloud Deck dialog
(for <a href="https://github.com/pbek/QOwnNotes/issues/3357">#3357</a>)</li>
<li>HTML table borders are now explicitly set to black in PDF export to try to
ensure visibility on Windows (for <a href="https://github.com/pbek/QOwnNotes/issues/3443">#3443</a>)</li>
</ul>
]]></description><pubDate>Mon, 19 Jan 2026 18:49:18 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.1.8</title><link>https://www.qownnotes.org/changelog.html#_26-1-8</link><guid isPermaLink="false">qon-app-release-1152</guid><description><![CDATA[<ul>
<li>The Windows and macOS release are now built with Qt 6.10.1 to show table borders
in the preview (for <a href="https://github.com/pbek/QOwnNotes/issues/3442">#3442</a>)</li>
<li>The HTML note export will now format tables with borders around cells
(for <a href="https://github.com/pbek/QOwnNotes/issues/3401">#3401</a>)</li>
</ul>
]]></description><pubDate>Sat, 17 Jan 2026 13:12:34 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.1.7</title><link>https://www.qownnotes.org/changelog.html#_26-1-7</link><guid isPermaLink="false">qon-app-release-1151</guid><description><![CDATA[<ul>
<li>The Microsoft Visual C++ 2015–2022 x64 redistributable (<code>vc_redist.x64.exe</code>)
will not not be bundled with the Windows release anymore to reduce the archive size
(for <a href="https://github.com/pbek/QOwnNotes/issues/3431">#3431</a>)

<ul>
<li>It was never documented that it was distributed together with QOwnNotes</li>
</ul></li>
<li>For the Windows release, the language file structure was reorganized by moving
<code>.qm</code> files from the root release directory into a dedicated language subdirectory
(for <a href="https://github.com/pbek/QOwnNotes/issues/2905">#2905</a>, thank you, @alexanderino)

<ul>
<li>The update script will also remove obsolete <code>.qm</code> files from the root release directory
during update installations</li>
</ul></li>
<li>The Markdown cheatsheet demo note was updated to fix formatting issues
(for <a href="https://github.com/pbek/QOwnNotes/issues/3434">#3434</a>)</li>
<li>Added more French translation (thank you, jd-develop)</li>
</ul>
]]></description><pubDate>Thu, 15 Jan 2026 19:47:48 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.1.6</title><link>https://www.qownnotes.org/changelog.html#_26-1-6</link><guid isPermaLink="false">qon-app-release-1150</guid><description><![CDATA[<ul>
<li>Added a debug message when a path can't be added to the note directory watcher
(for <a href="https://github.com/pbek/QOwnNotes/issues/3428">#3428</a>)</li>
<li>Added more Spanish translation (thank you, alejandromoc)</li>
</ul>
]]></description><pubDate>Wed, 07 Jan 2026 20:30:42 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.1.5</title><link>https://www.qownnotes.org/changelog.html#_26-1-5</link><guid isPermaLink="false">qon-app-release-1149</guid><description><![CDATA[<ul>
<li>Fixed switching to different layout in the <em>Layout settings</em> for Qt6 builds
(for <a href="https://github.com/pbek/QOwnNotes/issues/3425">#3425</a>)</li>
<li>Added more Korean, Polish, French translation (thank you, venusgirl, stafre26, jd-develop)</li>
</ul>
]]></description><pubDate>Mon, 05 Jan 2026 13:18:29 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.1.4</title><link>https://www.qownnotes.org/changelog.html#_26-1-4</link><guid isPermaLink="false">qon-app-release-1148</guid><description><![CDATA[<ul>
<li><strong>Improved HTML to Markdown conversion</strong> with better handling of various HTML elements
(for <a href="https://github.com/qownnotes/web-companion/issues/35">web-companion#35</a>)

<ul>
<li>Added comprehensive table support with proper formatting of headers, rows, and cells</li>
<li>Fixed text formatting (bold, italic, strikethrough) to properly preserve inline styles</li>
<li>Fixed blockquotes and horizontal rules conversion</li>
<li>Improved heading conversion to remove unwanted line breaks within headings</li>
<li>Fixed link conversion to remove excessive line breaks in link text and nested elements</li>
<li>Improved code block handling to remove trailing line breaks inside code blocks</li>
<li>Added handling of nested formatting elements (e.g., bold/italic within links)</li>
<li>Fixed list item conversion to properly handle nested elements</li>
<li>Added comprehensive unit tests for all HTML to Markdown conversion scenarios</li>
<li>Fixed Evernote import code block handling to preserve leading indentation and code fences</li>
<li>Code blocks imported from Evernote now maintain their original formatting</li>
<li>Fixed an issue where PHP and other code blocks would lose their indentation or code fence markers</li>
</ul></li>
<li><strong>Improved encrypted text highlighting</strong> in the note editor (for <a href="https://github.com/pbek/QOwnNotes/issues/3427">#3427</a>)

<ul>
<li>Encrypted text blocks are now visually distinguished with smaller font size for better readability</li>
<li>Encrypted text blocks now skip markdown highlighting, spell checking, and link detection to improve performance</li>
</ul></li>
</ul>
]]></description><pubDate>Sun, 04 Jan 2026 13:18:13 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.1.3</title><link>https://www.qownnotes.org/changelog.html#_26-1-3</link><guid isPermaLink="false">qon-app-release-1147</guid><description><![CDATA[<ul>
<li>The <strong>Joplin Import Dialog</strong> now supports importing images with title attributes
(for <a href="https://github.com/pbek/QOwnNotes/issues/3419">#3419</a>)

<ul>
<li>Image tags like <code>![](:/imageId "Some hover text")</code> are now properly recognized and imported</li>
<li>The title attribute is used as the image filename when no alt text is provided</li>
</ul></li>
<li>The <strong>Image file exists</strong> dialog when inserting new images was improved to also
support remembering the <code>No</code> button choice (for <a href="https://github.com/pbek/QOwnNotes/issues/3419">#3419</a>)</li>
<li>Added more Thai, French, Spanish, Polish translation (thank you, tony.chompoo, jd-develop, alejandromoc, @Fresta24)</li>
</ul>
]]></description><pubDate>Fri, 02 Jan 2026 13:34:53 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.1.2</title><link>https://www.qownnotes.org/changelog.html#_26-1-2</link><guid isPermaLink="false">qon-app-release-1146</guid><description><![CDATA[<ul>
<li>Added <strong>Redo last action</strong> feature to quickly repeat the most recent action
(for <a href="https://github.com/pbek/QOwnNotes/issues/3424">#3424</a>)

<ul>
<li>Every action triggered from menus or toolbars is now automatically remembered</li>
<li>The "Redo action" menu item dynamically updates to show which action will be repeated
(e.g., "Redo action: Insert text link")</li>
<li>Use the keyboard shortcut <code>Ctrl+Alt+Shift+A</code> or click the "Redo action" menu item to repeat the last action</li>
<li>The action is disabled initially and enabled after the first action is triggered</li>
<li>This allows for quick repetition of common actions without having to navigate back through menus</li>
</ul></li>
<li>The <strong>Joplin Import Dialog</strong> now supports importing image tags with attributes
(for <a href="https://github.com/pbek/QOwnNotes/issues/3419">#3419</a>)

<ul>
<li>Image tags like <code>&lt;img width="640" height="364" src=":/imageId"/&gt;</code> are now properly recognized</li>
<li>Previously, only simple <code>&lt;img src=":/imageId"/&gt;</code> tags without attributes were supported</li>
</ul></li>
<li>The <strong>Joplin Import Dialog</strong> now remembers the last selected directory

<ul>
<li>The directory path is automatically restored when reopening the dialog</li>
<li>The directory is only restored if it still exists on disk</li>
</ul></li>
<li>The <strong>Evernote Import Dialog</strong> now remembers the last selected ENEX file

<ul>
<li>The file path is automatically restored when reopening the dialog</li>
<li>The file is only restored if it still exists on disk</li>
</ul></li>
<li>Tried to fix an issue for some users where deleting notes with folders in a single
operation when enabling the experimental note tree feature resulted in the deleted
note still be shown in the note text edit (for <a href="https://github.com/pbek/QOwnNotes/issues/3374">#3374</a>)</li>
<li>Added more Korean translation (thank you, venusgirl)</li>
</ul>
]]></description><pubDate>Thu, 01 Jan 2026 12:39:49 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.1.1</title><link>https://www.qownnotes.org/changelog.html#_26-1-1</link><guid isPermaLink="false">qon-app-release-1145</guid><description><![CDATA[<ul>
<li><strong>Notes and note folders can now be deleted together</strong> in a single operation when enabling
the experimental note tree feature (for <a href="https://github.com/pbek/QOwnNotes/issues/3374">#3374</a>)

<ul>
<li>When both notes and folders are selected, they will all be deleted after confirmation</li>
<li>The context menu remove action adapts its text based on selection ("Remove notes", "Remove folders", or "Remove notes and folders")</li>
<li>The selection label now shows counts for both notes and folders when selected together (e.g., "5 note(s) and 2 folder(s) selected")</li>
<li>The confirmation dialog adapts to show what will be deleted (notes only, folders only, or both)</li>
<li>The current note is now properly reset after deletion to prevent deleted notes from remaining visible</li>
<li>This avoids having to delete notes and folders separately</li>
</ul></li>
<li>The "Missing trigrams for languages" warning was changed to a debug message to reduce
noise in the log output (for <a href="https://github.com/pbek/QOwnNotes/issues/3417">#3417</a>)

<ul>
<li>This informational message now only appears when debug logging is enabled</li>
<li>The warning was triggered when regional language variants (e.g., <code>it_CH</code>) were installed
but didn't have corresponding trigram models for automatic language detection</li>
<li>Spell checking functionality remains completely unaffected</li>
</ul></li>
<li>Try to apply more snap deployment issues fixes (for <a href="https://github.com/pbek/QOwnNotes/issues/3416">#3416</a>)</li>
</ul>
]]></description><pubDate>Wed, 31 Dec 2025 16:42:43 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.1.0</title><link>https://www.qownnotes.org/changelog.html#_26-1-0</link><guid isPermaLink="false">qon-app-release-1144</guid><description><![CDATA[<ul>
<li>The <strong>QOwnNotes webpage</strong> has been completely <strong>relaunched</strong> with <strong>VuePress 2</strong>,
<strong>Vue.js 3</strong>, and <strong>Vuetify 3</strong> (for <a href="https://github.com/pbek/QOwnNotes/issues/3414">#3414</a>)

<ul>
<li>Migrated from VuePress 1 (which reached end of life) to VuePress 2</li>
<li>Updated to Vue.js 3 with Composition API for better performance and modern reactivity</li>
<li>Integrated Vuetify 3 for Material Design 3 components and improved accessibility</li>
<li>Implemented Vite-powered bundling for faster build times and development</li>
<li>Enhanced SEO, sitemap generation, and performance optimizations</li>
<li>Improved mobile responsiveness and accessibility across the entire site</li>
<li>Added comprehensive end-to-end testing with Playwright</li>
<li>Maintained all multilingual support and existing content</li>
</ul></li>
<li>The <strong>QOwnNotes Web App</strong> was migrated to Vue 3, Vuetify 3 and Vite (for <a href="https://github.com/qownnotes/web-app/issues/57">#57</a>)

<ul>
<li><strong>Major upgrade</strong>: Migrated from Vue 2 to Vue 3</li>
<li><strong>Major upgrade</strong>: Migrated from Vuetify 2 to Vuetify 3</li>
<li><strong>Major upgrade</strong>: Migrated from Vue CLI to Vite for faster builds and development</li>
<li><strong>Security</strong>: Fixed all security vulnerabilities by removing deprecated Vue CLI dependencies</li>
<li>Updated all dependencies to latest versions</li>
<li>Improved build performance with Vite (10-100x faster development server)</li>
<li>Added Material Design Icons font package</li>
<li>Modernized codebase to use Vue 3 features and APIs</li>
<li>Updated service worker implementation with vite-plugin-pwa</li>
<li>Updated Docker build to use Node 22</li>
</ul></li>
<li>Try to fixed snap deployment timeout issues in the release workflow by replacing the GitHub action
with direct <code>snapcraft upload</code> command and adding proper timeout handling
(for <a href="https://github.com/pbek/QOwnNotes/issues/3416">#3416</a>)</li>
<li>Added more Spanish, Korean, French translation (thank you, alejandromoc, venusgirl, jd-develop)</li>
</ul>
]]></description><pubDate>Wed, 31 Dec 2025 09:38:34 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.12.7</title><link>https://www.qownnotes.org/changelog.html#_25-12-7</link><guid isPermaLink="false">qon-app-release-1143</guid><description><![CDATA[<ul>
<li>Added <strong>Reload</strong> and <strong>Jump to note</strong> buttons to the Note Dialog of the
<code>Open note in different window</code> context menu (for <a href="https://github.com/pbek/QOwnNotes/issues/3413">#3413</a>)

<ul>
<li>The <strong>Reload</strong> button refreshes the note from the database to show any external changes</li>
<li>The <strong>Jump to note</strong> button navigates to the note in the main window without closing the dialog</li>
</ul></li>
<li>Now a status message will be shown if a note cannot be written to disk
(for <a href="https://github.com/pbek/QOwnNotes/issues/3412">#3412</a>)</li>
</ul>
]]></description><pubDate>Mon, 22 Dec 2025 18:46:57 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.12.6</title><link>https://www.qownnotes.org/changelog.html#_25-12-6</link><guid isPermaLink="false">qon-app-release-1142</guid><description><![CDATA[<ul>
<li>The favorite icon was improved for more contrast and local icons were added for
light and dark mode (for <a href="https://github.com/pbek/QOwnNotes/issues/351">#351</a>)</li>
</ul>
]]></description><pubDate>Tue, 16 Dec 2025 19:15:14 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.12.5</title><link>https://www.qownnotes.org/changelog.html#_25-12-5</link><guid isPermaLink="false">qon-app-release-1141</guid><description><![CDATA[<ul>
<li>Added ability to <strong>mark notes as favorite</strong> (for <a href="https://github.com/pbek/QOwnNotes/issues/351">#351</a>)

<ul>
<li>Right-click on a note and select "Mark as favorite" or "Unmark as favorite"</li>
<li>Favorite notes are displayed with a star icon in the note tree widget</li>
<li>Favorite notes are automatically positioned at the top of the note list</li>
<li>Favorite status is stored per note folder in local settings</li>
<li>The feature uses subfolder path and filename to identify notes (persistent across restarts)</li>
<li>Works with all sorting modes (alphabetical, by date)</li>
<li><strong>Automatic migration</strong>: When a note is moved, renamed, or its headline changes
(triggering auto-rename), favorite status is preserved</li>
<li><strong>Automatic cleanup</strong>: When a note is deleted, it's removed from the favorites list</li>
<li><strong>Periodic cleanup</strong>: Non-existent notes are automatically removed from favorites on note list refresh</li>
</ul></li>
</ul>
]]></description><pubDate>Tue, 09 Dec 2025 19:34:41 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.12.4</title><link>https://www.qownnotes.org/changelog.html#_25-12-4</link><guid isPermaLink="false">qon-app-release-1140</guid><description><![CDATA[<ul>
<li>Fixed an issue where external changes to recently edited notes were silently
ignored instead of showing the diff dialog (for <a href="https://github.com/pbek/QOwnNotes/issues/3366">#3366</a>)

<ul>
<li>When a note was edited within the last 60 seconds and then changed externally,
small changes (≤8 characters difference) would be ignored without notification</li>
<li>The similarity check is now skipped for recently edited notes to ensure the
diff dialog is always shown, preventing potential data loss</li>
<li>Notes that haven't been edited for a while continue to auto-reload silently
for small external changes as intended</li>
</ul></li>
</ul>
]]></description><pubDate>Sat, 06 Dec 2025 20:43:41 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.12.3</title><link>https://www.qownnotes.org/changelog.html#_25-12-3</link><guid isPermaLink="false">qon-app-release-1139</guid><description><![CDATA[<ul>
<li>Fixed an issue where the diff dialog was incorrectly triggered when both
<code>enableNoteChecksumChecks</code> and <code>Editor/removeTrailingSpaces</code> settings were
enabled (for <a href="https://github.com/pbek/QOwnNotes/issues/3396">#3396</a>)</li>
<li>Fixed checksum verification on Windows when <code>useUNIXNewline</code> is disabled
(for <a href="https://github.com/pbek/QOwnNotes/issues/3396">#3396</a>)</li>
</ul>
]]></description><pubDate>Sat, 06 Dec 2025 19:43:51 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.12.2</title><link>https://www.qownnotes.org/changelog.html#_25-12-2</link><guid isPermaLink="false">qon-app-release-1138</guid><description><![CDATA[<ul>
<li>Try to fix PDF export not generating color output on some computers
(for <a href="https://github.com/pbek/QOwnNotes/issues/3399">#3399</a>)

<ul>
<li>The printer color mode is now explicitly set to color at multiple strategic points during PDF export</li>
<li>This ensures color PDFs are generated regardless of saved printer settings or system defaults</li>
<li>The fix applies to all platforms (Linux, Windows, macOS)</li>
</ul></li>
<li>Added more Spanish translation (thank you, alejandromoc)</li>
</ul>
]]></description><pubDate>Sat, 06 Dec 2025 13:11:07 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.12.1</title><link>https://www.qownnotes.org/changelog.html#_25-12-1</link><guid isPermaLink="false">qon-app-release-1137</guid><description><![CDATA[<ul>
<li>A lot of refactoring was done to fix build warnings for Qt6, while maintaining
compatibility with Qt5 and older Qt6 versions (for <a href="https://github.com/pbek/QOwnNotes/issues/3403">#3403</a>)</li>
<li>Added more Croatian, Chinese Simplified translation (thank you, milotype, sr79368142)</li>
</ul>
]]></description><pubDate>Thu, 04 Dec 2025 21:27:26 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.12.0</title><link>https://www.qownnotes.org/changelog.html#_25-12-0</link><guid isPermaLink="false">qon-app-release-1136</guid><description><![CDATA[<ul>
<li>Fixed PDF export from markdown preview now renders in color instead of grayscale
(for <a href="https://github.com/pbek/QOwnNotes/issues/3399">#3399</a>)

<ul>
<li>The printer color mode is now explicitly set to color when exporting notes as PDF</li>
</ul></li>
<li>Added comprehensive protection against overwriting notes with empty or corrupted content
(for <a href="https://github.com/pbek/QOwnNotes/issues/3400">#3400</a>)

<ul>
<li>Notes with more than 100 bytes of content are now protected from being overwritten by empty files</li>
<li>Protection applies when loading notes from disk (<code>updateNoteTextFromDisk</code>)</li>
<li>Protection applies when creating notes from files (<code>createFromFile</code>)</li>
<li>Protection applies when writing notes to disk (<code>storeNoteTextFileToDisk</code>)</li>
<li>Protection applies when storing note text in memory (<code>storeNewText</code>)</li>
<li>Additional safeguards prevent loading files that have suspiciously shrunk by more than 90%</li>
<li>Warning messages are logged when protection is triggered to help with troubleshooting</li>
<li>This prevents data loss from file corruption, sync conflicts, external program errors, and accidental deletions</li>
<li>Small notes under 100 bytes can still be intentionally cleared without restrictions</li>
</ul></li>
</ul>
]]></description><pubDate>Sun, 30 Nov 2025 17:44:34 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.11.5</title><link>https://www.qownnotes.org/changelog.html#_25-11-5</link><guid isPermaLink="false">qon-app-release-1135</guid><description><![CDATA[<ul>
<li>There now is checkbox in the <em>General settings</em> to enable the checksum checking
(for <a href="https://github.com/pbek/QOwnNotes/issues/3366">#3366</a>)

<ul>
<li>By default this feature is now turned off, because of too many side effects</li>
</ul></li>
<li>Possible flickering of the text diff dialog when disabled has been improved
<a href="https://github.com/pbek/QOwnNotes/issues/3396">#3396</a></li>
<li>Added more Spanish, Korean translation (thank you, alejandromoc, venusgirl)</li>
</ul>
]]></description><pubDate>Fri, 21 Nov 2025 18:02:54 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.11.4</title><link>https://www.qownnotes.org/changelog.html#_25-11-4</link><guid isPermaLink="false">qon-app-release-1134</guid><description><![CDATA[<ul>
<li>In the diff dialog shown the checksum checking of <a href="https://github.com/pbek/QOwnNotes/issues/3366">#3366</a>
doesn't match you can now choose not to show the dialog again, then the selected
dialog result will be chosen automatically the next time <a href="https://github.com/pbek/QOwnNotes/issues/3396">#3396</a></li>
</ul>
]]></description><pubDate>Thu, 20 Nov 2025 20:31:35 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.11.3</title><link>https://www.qownnotes.org/changelog.html#_25-11-3</link><guid isPermaLink="false">qon-app-release-1133</guid><description><![CDATA[<ul>
<li>There now is an extra detection of external changes to note files while your
changes to notes were not yet written to disk, to prevent overwriting external
changes (for <a href="https://github.com/pbek/QOwnNotes/issues/3366">#3366</a>)

<ul>
<li>This also works if you change multiple notes in a row and they are supposed
to be stored to disk at a later time</li>
<li>Checksums are created for all notes to detect differences</li>
<li>A <em>text diff dialog</em> will be shown if such a change is detected</li>
<li>The <em>text diff dialog</em> will not be shown if <code>ignoreAllExternalModifications</code>
is enabled, or the <em>note diff dialog</em> is shown (for the current note)</li>
</ul></li>
<li>Fixed dependencies of <code>.SRCINFO</code> file being not consistent with those of
<code>PKGBUILD</code> on the AUR (for <a href="https://github.com/pbek/QOwnNotes/issues/3392">#3392</a>)</li>
<li>Added more Spanish, Korean, Chinese Simplified translation (thank you,
alejandromoc, venusgirl, sr79368142)</li>
</ul>
]]></description><pubDate>Tue, 18 Nov 2025 20:02:31 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.11.2</title><link>https://www.qownnotes.org/changelog.html#_25-11-2</link><guid isPermaLink="false">qon-app-release-1132</guid><description><![CDATA[<ul>
<li>When inserting text into the note from the Nextcloud Deck or Table dialog,
the application will now also automatically go into edit mode
(for <a href="https://github.com/pbek/QOwnNotes/issues/3357">#3357</a>)</li>
<li>Amd64v3 support was added to the Ubuntu Launchpad build matrix for the Ubuntu Linux builds
(for <a href="https://github.com/pbek/QOwnNotes/issues/3389">#3389</a>)</li>
<li>Added more Korean, Spanish translation (thank you, venusgirl, alejandromoc)</li>
</ul>
]]></description><pubDate>Mon, 10 Nov 2025 20:45:13 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.11.1</title><link>https://www.qownnotes.org/changelog.html#_25-11-1</link><guid isPermaLink="false">qon-app-release-1131</guid><description><![CDATA[<ul>
<li>You can now <strong>open a note in Nextcloud Notes</strong> via the context menu in the note list
if Nextcloud support was enabled (for <a href="https://github.com/pbek/QOwnNotes/issues/3385">#3385</a>)

<ul>
<li>This only works if the Nextcloud Notes app is installed and configured properly
and the same Notes path is used in QOwnNotes and Nextcloud Notes</li>
</ul></li>
<li>Added more Spanish, Korean translation (thank you, alejandromoc, venusgirl)</li>
</ul>
]]></description><pubDate>Thu, 06 Nov 2025 21:17:12 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.11.0</title><link>https://www.qownnotes.org/changelog.html#_25-11-0</link><guid isPermaLink="false">qon-app-release-1130</guid><description><![CDATA[<ul>
<li>You can now <strong>open a note in Nextcloud Files</strong> via the context menu in the note list
if Nextcloud support was enabled (for <a href="https://github.com/pbek/QOwnNotes/issues/3383">#3383</a>)</li>
<li>Added more Spanish, French, Korean translation (thank you, alejandromoc, jd-develop, venusgirl)</li>
</ul>
]]></description><pubDate>Sat, 01 Nov 2025 08:43:14 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.10.4</title><link>https://www.qownnotes.org/changelog.html#_25-10-4</link><guid isPermaLink="false">qon-app-release-1129</guid><description><![CDATA[<ul>
<li>There now is a menu action to the <strong>send clipboard as text</strong> to another instance
of QOwnNotes (for <a href="https://github.com/pbek/QOwnNotes/issues/3371">#3371</a>)</li>
<li><strong>Sending of HTML clipboard content</strong> to another instance of QOwnNotes was fixed
(for <a href="https://github.com/pbek/QOwnNotes/issues/3371">#3371</a>)</li>
<li>A PPA for Ubuntu 26.04 (Resolute Raccoon) was added

<ul>
<li>See <a href="https://www.qownnotes.org/installation/ubuntu.html">Install on Ubuntu</a>
for more information on how to install the PPA</li>
</ul></li>
<li>Added more Spanish, Korean translation (thank you, alejandromoc, venusgirl)</li>
</ul>
]]></description><pubDate>Tue, 21 Oct 2025 16:22:03 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.10.3</title><link>https://www.qownnotes.org/changelog.html#_25-10-3</link><guid isPermaLink="false">qon-app-release-1128</guid><description><![CDATA[<ul>
<li>You can now <strong>search for a card link</strong> in all notes from the <strong>Nextcloud Deck dialog</strong>
(for <a href="https://github.com/pbek/QOwnNotes/issues/3357">#3357</a>)</li>
<li><a href="https://github.com/qownnotes/qc">qc</a> v0.6.2 was released

<ul>
<li>Refactor the code to fix deprecations and issues and to make it cleaner and easier to maintain</li>
<li>Update dependencies</li>
</ul></li>
<li>Added more Spanish, Korean translation (thank you, alejandromoc, venusgirl)</li>
</ul>
]]></description><pubDate>Thu, 16 Oct 2025 19:56:55 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.10.2</title><link>https://www.qownnotes.org/changelog.html#_25-10-2</link><guid isPermaLink="false">qon-app-release-1127</guid><description><![CDATA[<ul>
<li>You can now <strong>add a link to a card</strong> to the current note in the
<strong>Nextcloud Deck dialog</strong> (for <a href="https://github.com/pbek/QOwnNotes/issues/3357">#3357</a>)</li>
<li>In <em>note tree mode</em>, if only one folder is selected, you can delete it with the <code>Del</code> key
(for <a href="https://github.com/pbek/QOwnNotes/issues/3374">#3374</a>)</li>
</ul>
]]></description><pubDate>Tue, 14 Oct 2025 19:28:52 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.10.1</title><link>https://www.qownnotes.org/changelog.html#_25-10-1</link><guid isPermaLink="false">qon-app-release-1126</guid><description><![CDATA[<ul>
<li>You now are also able to <strong>send and receive HTML and image clipboard content</strong>
(for <a href="https://github.com/pbek/QOwnNotes/issues/3371">#3371</a>)</li>
<li>Added more Croatian, Spanish, Korean, French translation (thank you, milotype,
alejandromoc, venusgirl, jd-develop)</li>
</ul>
]]></description><pubDate>Fri, 03 Oct 2025 19:15:58 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.10.0</title><link>https://www.qownnotes.org/changelog.html#_25-10-0</link><guid isPermaLink="false">qon-app-release-1125</guid><description><![CDATA[<ul>
<li>There now is a new menu action and tray icon action to <strong>send the clipboard</strong>
content via the QOwnNotes web application to <strong>another instance of QOwnNotes</strong>
(for <a href="https://github.com/pbek/QOwnNotes/issues/3371">#3371</a>)

<ul>
<li>You need to set the same security token in both instances to be able to
send clipboard content</li>
<li>The tray action will also bring the app to focus, because it can happen that
the app needs to get focus first before the correct clipboard content can be read</li>
</ul></li>
<li>A tooltip for the tray icon was added</li>
<li>A crash on wayland was fixed when a global shortcut was set</li>
</ul>
]]></description><pubDate>Thu, 02 Oct 2025 20:47:01 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.9.6</title><link>https://www.qownnotes.org/changelog.html#_25-9-6</link><guid isPermaLink="false">qon-app-release-1124</guid><description><![CDATA[<ul>
<li>You can now <strong>open the URL to a card</strong> in the <strong>Nextcloud Deck dialog</strong> in the
browser by right-clicking on the card and choosing <em>Open in browser</em> or double-clicking
on the card in the list (for <a href="https://github.com/pbek/QOwnNotes/issues/3357">#3357</a>)</li>
<li>There now is a software repository for <strong>openSUSE Leap 16.0</strong>

<ul>
<li>Please visit the <a href="https://www.qownnotes.org/installation/opensuse.html">openSUSE installation page</a>
for instructions</li>
</ul></li>
<li>There now is a software repository for <strong>Fedora 42</strong>

<ul>
<li>Please visit the <a href="https://www.qownnotes.org/installation/fedora.html">Fedora installation page</a>
for instructions</li>
</ul></li>
<li>Added more Spanish, Korean, French translation (thank you, alejandromoc, venusgirl, jd-develop)</li>
</ul>
]]></description><pubDate>Tue, 23 Sep 2025 19:22:14 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.9.5</title><link>https://www.qownnotes.org/changelog.html#_25-9-5</link><guid isPermaLink="false">qon-app-release-1123</guid><description><![CDATA[<ul>
<li>Fixed a build issue with ancient C++ and Qt versions
(for <a href="https://github.com/pbek/QOwnNotes/issues/3357">#3357</a>)</li>
</ul>
]]></description><pubDate>Sun, 21 Sep 2025 21:03:11 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.9.4</title><link>https://www.qownnotes.org/changelog.html#_25-9-4</link><guid isPermaLink="false">qon-app-release-1122</guid><description><![CDATA[<ul>
<li>Nextcloud Deck links will now be opened in the <strong>Nextcloud Deck dialog</strong>
instead of the browser, so they can be managed there directly
(for <a href="https://github.com/pbek/QOwnNotes/issues/3357">#3357</a>)</li>
<li>Added a <strong>new editor color schema</strong> <em>Joplike Dark</em> by @R-Dew
(for <a href="https://github.com/pbek/QOwnNotes/issues/3367">#3367</a>)</li>
</ul>
]]></description><pubDate>Sun, 21 Sep 2025 20:41:51 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.9.3</title><link>https://www.qownnotes.org/changelog.html#_25-9-3</link><guid isPermaLink="false">qon-app-release-1121</guid><description><![CDATA[<ul>
<li>Fixed a build issue with Qt &lt; 6.8 (for <a href="https://github.com/pbek/QOwnNotes/issues/3359">#3359</a>)</li>
</ul>
]]></description><pubDate>Thu, 11 Sep 2025 18:19:57 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.9.1</title><link>https://www.qownnotes.org/changelog.html#_25-9-1</link><guid isPermaLink="false">qon-app-release-1120</guid><description><![CDATA[<ul>
<li>There now is a new menu entry in the <em>Todo menu</em> to open the <strong>Nextcloud Deck dialog</strong>
for editing cards from the stack (for <a href="https://github.com/pbek/QOwnNotes/issues/3357">#3357</a>)

<ul>
<li>It's now also possible to search for cards in the dialog</li>
</ul></li>
</ul>
]]></description><pubDate>Wed, 03 Sep 2025 20:45:48 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.9.0</title><link>https://www.qownnotes.org/changelog.html#_25-9-0</link><guid isPermaLink="false">qon-app-release-1119</guid><description><![CDATA[<ul>
<li>The Nextcloud Deck dialog can now show the cards from the stack (no editing yet)
(for <a href="https://github.com/pbek/QOwnNotes/issues/3357">#3357</a>)</li>
<li>The build process for Arch Linux was brought from Qt5 to Qt6 for OBS and the AUR
(for <a href="https://github.com/pbek/QOwnNotes/issues/3353">#3353</a>)</li>
<li>Added more French translation (thank you, jd-develop)</li>
</ul>
]]></description><pubDate>Mon, 01 Sep 2025 19:37:01 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.8.7</title><link>https://www.qownnotes.org/changelog.html#_25-8-7</link><guid isPermaLink="false">qon-app-release-1118</guid><description><![CDATA[<ul>
<li>In the link dialog, you can now also do relative links to files and directories
(for <a href="https://github.com/pbek/QOwnNotes/issues/3350">#3350</a>)

<ul>
<li>A link name will be automatically generated from the filename if the
link name field is empty, to be supported by Markdown viewers</li>
</ul></li>
<li>Added more Spanish, Korean translation (thank you, alejandromoc, venusgirl)</li>
</ul>
]]></description><pubDate>Sun, 24 Aug 2025 12:25:09 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.8.6</title><link>https://www.qownnotes.org/changelog.html#_25-8-6</link><guid isPermaLink="false">qon-app-release-1117</guid><description><![CDATA[<ul>
<li>When entering distraction-free mode, the app will now also go into full-screen mode,
after leaving the distraction free mode, it will leave full-screen mode again
(for <a href="https://github.com/pbek/QOwnNotes/issues/3300">#3300</a>)</li>
<li>The <a href="https://apps.nextcloud.com/apps/qownnotesapi">QOwnNotesAPI Nextcloud App</a>
was updated to version 25.8.0 for Nextcloud 32 (for <a href="https://github.com/pbek/qownnotesapi/issues/52">#52</a>)</li>
<li>Missing dependencies were added to the Gentoo build process
(for <a href="https://github.com/pbek/QOwnNotes/issues/3345">#3345</a>, thank you, @nagelp)</li>
</ul>
]]></description><pubDate>Fri, 22 Aug 2025 18:20:01 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.8.5</title><link>https://www.qownnotes.org/changelog.html#_25-8-5</link><guid isPermaLink="false">qon-app-release-1116</guid><description><![CDATA[<ul>
<li>In the version dialog, if the text was decrypted, we are now using the styling
of the encrypted note text edit (for <a href="https://github.com/pbek/QOwnNotes/issues/3342">#3342</a>)</li>
<li>The Gentoo ebuilds were updated to now use Qt6 instead of Qt5
(for <a href="https://github.com/pbek/QOwnNotes/pull/3343">#3343</a>, thank you, @nagelp)</li>
<li>Added more French translation (thank you, jd-develop)</li>
</ul>
]]></description><pubDate>Wed, 20 Aug 2025 20:08:30 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.8.4</title><link>https://www.qownnotes.org/changelog.html#_25-8-4</link><guid isPermaLink="false">qon-app-release-1115</guid><description><![CDATA[<ul>
<li>Now the version dialog can show decrypted note content if the note was decrypted
in the note edit panel (for <a href="https://github.com/pbek/QOwnNotes/issues/3342">#3342</a>)

<ul>
<li>The note text will also be restored correctly, depending on if it was encrypted or not</li>
<li>In addition, when doing git versioning with libgit2 support also the diff will be decrypted</li>
</ul></li>
<li>When viewing note version with enabled libgit2 support, now a message box will be shown
that there are no versions if there are none (for <a href="https://github.com/pbek/QOwnNotes/issues/3296">#3296</a>)</li>
<li>There now is a software repository for <strong>Debian Linux 13.0</strong>

<ul>
<li>Please visit the <a href="https://www.qownnotes.org/installation/debian.html">Debian installation page</a>
for instructions (for <a href="https://github.com/pbek/QOwnNotes/issues/3341">#3341</a>)</li>
</ul></li>
</ul>
]]></description><pubDate>Tue, 19 Aug 2025 18:44:53 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.8.3</title><link>https://www.qownnotes.org/changelog.html#_25-8-3</link><guid isPermaLink="false">qon-app-release-1114</guid><description><![CDATA[<ul>
<li>Added a <strong>new editor color schema</strong> <em>Shark - Origami</em> by @Inventhrice
(for <a href="https://github.com/pbek/QOwnNotes/issues/3340">#3340</a>)</li>
</ul>
]]></description><pubDate>Wed, 13 Aug 2025 18:26:07 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.8.2</title><link>https://www.qownnotes.org/changelog.html#_25-8-2</link><guid isPermaLink="false">qon-app-release-1113</guid><description><![CDATA[<ul>
<li>The shortcut <code>Ctrl + Shift + Enter</code> to add a new line above the current is now also
moving the cursor to the new line (for <a href="https://github.com/pbek/QOwnNotes/issues/3335">#3335</a>)</li>
<li>When built with CMake, QOwnNotes now also supports the <code>-DBUILD_WITH_ASPELL=ON</code>
build parameter, so it can be built with the Aspell library for spell checking
(for <a href="https://github.com/pbek/QOwnNotes/issues/3335">#3335</a>)</li>
<li>Added more Korean, Spanish translation (thank you, venusgirl, alejandromoc)</li>
</ul>
]]></description><pubDate>Fri, 08 Aug 2025 18:56:56 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.8.1</title><link>https://www.qownnotes.org/changelog.html#_25-8-1</link><guid isPermaLink="false">qon-app-release-1112</guid><description><![CDATA[<ul>
<li>A new shortcut <code>Ctrl + Shift + Enter</code> was added to add a new line above the current
(for <a href="https://github.com/pbek/QOwnNotes/issues/3335">#3335</a>)</li>
<li>In the link dialog there now is a new button to clear the link name an fetch
the webpage title again (for <a href="https://github.com/pbek/QOwnNotes/issues/3336">#3336</a>)</li>
</ul>
]]></description><pubDate>Tue, 05 Aug 2025 18:25:18 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.8.0</title><link>https://www.qownnotes.org/changelog.html#_25-8-0</link><guid isPermaLink="false">qon-app-release-1111</guid><description><![CDATA[<ul>
<li>More warning log messages were ignored for Qt 6.9.1 (for <a href="https://github.com/pbek/QOwnNotes/issues/3334">#3334</a>)</li>
</ul>
]]></description><pubDate>Mon, 04 Aug 2025 18:42:21 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.7.9</title><link>https://www.qownnotes.org/changelog.html#_25-7-9</link><guid isPermaLink="false">qon-app-release-1110</guid><description><![CDATA[<ul>
<li>When applying a formatter like bold, italic or underline to a text selection,
a trailing paragraph separator will now be removed from the selection, so the
formatting is applied to the line without the separator (for <a href="https://github.com/pbek/QOwnNotes/issues/3312">#3312</a>)</li>
<li>More libraries were added to the Windows release of QOwnNotes to improve the
compatibility with certain scripts from the script repository
(for <a href="https://github.com/pbek/QOwnNotes/issues/3332">#3332</a>)</li>
</ul>
]]></description><pubDate>Tue, 29 Jul 2025 18:41:06 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.7.8</title><link>https://www.qownnotes.org/changelog.html#_25-7-8</link><guid isPermaLink="false">qon-app-release-1109</guid><description><![CDATA[<ul>
<li>After a huge amount of work over many weeks, there now is a <strong>universal binary</strong>
for <strong>macOS</strong>, built with <strong>Qt6</strong> that works natively on <strong>Intel and Apple Silicon Macs</strong>
(for <a href="https://github.com/pbek/QOwnNotes/issues/2912">#2912</a>)

<ul>
<li>A big thank you to everyone involved</li>
<li>The universal binary is available in the <a href="https://github.com/pbek/QOwnNotes/releases">releases on GitHub</a>
as <code>QOwnNotes.dmg</code> and is replacing the previous Intel Qt5 build</li>
<li>You need at least macOS 13 (Ventura) to run the new universal binary,
the Qt5 legacy version will still be available as <code>QOwnNotesQt5.dmg</code></li>
<li>A known issue with Qt6 on Intel Macs is that the application might crash on
exit when the logging panel was turned on</li>
<li>Please visit the <a href="https://www.qownnotes.org/installation/macos.html">macOS installation page</a>
for more information</li>
</ul></li>
<li>An issue with storing settings in the settings dialog would overwrite the toolbar
settings in some circumstances was fixed (for <a href="https://github.com/pbek/QOwnNotes/issues/3318">#3318</a>)</li>
<li>Added more Spanish, Thai, Korean translation (thank you, alejandromoc, tony.chompoo, venusgirl)</li>
</ul>
]]></description><pubDate>Tue, 22 Jul 2025 18:16:56 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.7.7</title><link>https://www.qownnotes.org/changelog.html#_25-7-7</link><guid isPermaLink="false">qon-app-release-1108</guid><description><![CDATA[<ul>
<li>Fixed a possible crash when locally diffing notes with enabled libgit2 support
(for <a href="https://github.com/pbek/QOwnNotes/issues/3296">#3296</a>)</li>
<li>In the <em>Interface settings</em>, there now is a setting to override the <strong>interface scale factor</strong>
if you have scaling issues (for <a href="https://github.com/pbek/QOwnNotes/issues/3324">#3324</a>)

<ul>
<li>Keep in mind that if you are disabling this setting and had it previously
enabled, you need to restart the application manually so the previous environment
variable that overrides the scale factor is not in your environment again</li>
</ul></li>
<li>Added more Spanish, Finnish, Korean, French translation (thank you, alejandromoc, samlehtonen, venusgirl, jd-develop)</li>
</ul>
]]></description><pubDate>Tue, 15 Jul 2025 18:51:03 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.7.6</title><link>https://www.qownnotes.org/changelog.html#_25-7-6</link><guid isPermaLink="false">qon-app-release-1107</guid><description><![CDATA[<ul>
<li>Try to fix a crash on macOS Apple Silicon on Qt6 while quitting the app with
log panel turned on (for <a href="https://github.com/pbek/QOwnNotes/issues/2912">#2912</a>)</li>
<li>The release build process for Windows with Qt 6.9.1 was fixed
(for <a href="https://github.com/pbek/QOwnNotes/issues/3310">#3310</a>)</li>
</ul>
]]></description><pubDate>Mon, 14 Jul 2025 17:28:58 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.7.5</title><link>https://www.qownnotes.org/changelog.html#_25-7-5</link><guid isPermaLink="false">qon-app-release-1106</guid><description><![CDATA[<ul>
<li>The default bookmarks note name will now be set properly on new installations,
so storing of bookmarks works properly with the QOwnNotes browser extension
(for <a href="https://github.com/pbek/QOwnNotes/issues/3323">#3323</a>)</li>
<li>Windows dark mode support was improved and the Windows build will now be done with
Qt 6.9.1 to fix some other graphical glitches (for <a href="https://github.com/pbek/QOwnNotes/issues/3310">#3310</a>)</li>
</ul>
]]></description><pubDate>Sun, 13 Jul 2025 17:26:03 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.7.4</title><link>https://www.qownnotes.org/changelog.html#_25-7-4</link><guid isPermaLink="false">qon-app-release-1105</guid><description><![CDATA[<ul>
<li>With enabled libgit2 support, the amount of note versions gathered from the local
git repository was limited to 100 to prevent performance issues with huge note folders
and lots of git commits (for <a href="https://github.com/pbek/QOwnNotes/issues/3296">#3296</a>)</li>
<li>The <code>drawmode</code> property assignment for the toolbars was removed to fix the warning
<code>QTabBar(0x3121e2c0, name="qt_tabwidget_tabbar") does not have a property named "drawbase"</code>
on newer Qt versions (for <a href="https://github.com/pbek/QOwnNotes/issues/3319">#3319</a>)</li>
</ul>
]]></description><pubDate>Mon, 07 Jul 2025 18:52:17 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.7.3</title><link>https://www.qownnotes.org/changelog.html#_25-7-3</link><guid isPermaLink="false">qon-app-release-1104</guid><description><![CDATA[<ul>
<li>The build process for the AppImage on GitHub was fixed
(for <a href="https://github.com/pbek/QOwnNotes/issues/3317">#3317</a>)</li>
</ul>
]]></description><pubDate>Sat, 05 Jul 2025 08:14:03 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.7.1</title><link>https://www.qownnotes.org/changelog.html#_25-7-1</link><guid isPermaLink="false">qon-app-release-1103</guid><description><![CDATA[<ul>
<li>The Windows build now switched to Qt 6.6.1, because the Qt 5 build could not be executed
anymore, when built with Windows Server 2025 (for <a href="https://github.com/pbek/QOwnNotes/issues/3306">#3306</a>)</li>
<li>In the <em>Scripts settings</em>, the settings for a script will be hidden after the last script
was removed, not just disabled (for <a href="https://github.com/pbek/QOwnNotes/issues/3307">#3307</a>)</li>
</ul>
]]></description><pubDate>Wed, 02 Jul 2025 18:50:49 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.7.0</title><link>https://www.qownnotes.org/changelog.html#_25-7-0</link><guid isPermaLink="false">qon-app-release-1102</guid><description><![CDATA[<ul>
<li>When restoring a note with the version dialog, now the application will go out
of read-only mode automatically (for <a href="https://github.com/pbek/QOwnNotes/issues/3303">#3303</a>)</li>
<li>There now is a dialog to ask you to enable git support for the current note folders
if you use the <em>Show note git versions</em> action (for <a href="https://github.com/pbek/QOwnNotes/issues/3296">#3296</a>)</li>
<li>With enabled libgit2 support, you will now have an extra version dialog to show
the note versions of the current note (for <a href="https://github.com/pbek/QOwnNotes/issues/3296">#3296</a>)</li>
<li>The build process for Windows was fixed to use <code>windows-latest</code>, because <code>windows-2019</code>
has been sunsetted (for <a href="https://github.com/pbek/QOwnNotes/issues/3305">#3305</a>)</li>
<li>Added more Spanish, Korean translation (thank you, alejandromoc, venusgirl)</li>
</ul>
]]></description><pubDate>Tue, 01 Jul 2025 18:37:07 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.6.5</title><link>https://www.qownnotes.org/changelog.html#_25-6-5</link><guid isPermaLink="false">qon-app-release-1101</guid><description><![CDATA[<ul>
<li>In the <em>Git settings</em> you now can configure a git client only if the app was not
built with libgit2 support, otherwise you will get the information that support
for the git library libgit2 is activated (for <a href="https://github.com/pbek/QOwnNotes/issues/3296">#3296</a>)</li>
<li>Added more Spanish, Korean, Finnish translation (thank you, alejandromoc, venusgirl, tommihanhikoski)</li>
</ul>
]]></description><pubDate>Mon, 23 Jun 2025 18:00:32 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.6.4</title><link>https://www.qownnotes.org/changelog.html#_25-6-4</link><guid isPermaLink="false">qon-app-release-1100</guid><description><![CDATA[<ul>
<li>Support for <strong>libgit2</strong> was added to QOwnNotes, so it can be built with git support
without the need for the <code>git</code> command line tool (for <a href="https://github.com/pbek/QOwnNotes/issues/3296">#3296</a>)

<ul>
<li>This is an experimental feature and needs to be enabled with the CMake build
parameter <code>-DBUILD_WITH_LIBGIT2=ON</code></li>
<li>Keep in mind that you need to have the <code>libgit2</code> development files installed
on your system to build QOwnNotes with this feature</li>
</ul></li>
</ul>
]]></description><pubDate>Sun, 22 Jun 2025 20:09:59 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.6.3</title><link>https://www.qownnotes.org/changelog.html#_25-6-3</link><guid isPermaLink="false">qon-app-release-1099</guid><description><![CDATA[<ul>
<li>The <em>Split note at cursor position</em> action now has a confirmation dialog to
prevent accidental splits (for <a href="https://github.com/pbek/QOwnNotes/issues/3293">#3293</a>)</li>
<li>In the <em>Debug settings</em>, there now is a line to show whether the system Botan library
is used or the internal Botan amalgamation (for <a href="https://github.com/pbek/QOwnNotes/issues/2786">#2786</a>)</li>
</ul>
]]></description><pubDate>Sun, 22 Jun 2025 16:47:16 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.6.2</title><link>https://www.qownnotes.org/changelog.html#_25-6-2</link><guid isPermaLink="false">qon-app-release-1098</guid><description><![CDATA[<ul>
<li>The <em>Find action</em> dialog is now working again
(for <a href="https://github.com/pbek/QOwnNotes/issues/3294">#3294</a>)</li>
<li>Added more French translation (thank you, jd-develop)</li>
</ul>
]]></description><pubDate>Wed, 18 Jun 2025 19:22:21 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.6.1</title><link>https://www.qownnotes.org/changelog.html#_25-6-1</link><guid isPermaLink="false">qon-app-release-1097</guid><description><![CDATA[<ul>
<li>A segmentation fault when quitting the application on ARM macOS was fixed
(for <a href="https://github.com/pbek/QOwnNotes/issues/3290">#3290</a>)</li>
<li>There now is a new scripting method <code>note.getNoteUrlForLinkingToNoteId</code> to return
the Markdown note URL for linking to a note (for <a href="https://github.com/qownnotes/scripts/pull/268">#268</a>)

<ul>
<li>For more information, please take a look at the
<a href="https://www.qownnotes.org/scripting/classes.html#note">scripting documentation</a></li>
</ul></li>
<li>Added more Spanish, Thai translation (thank you, alejandromoc, achn.syps)</li>
</ul>
]]></description><pubDate>Mon, 09 Jun 2025 12:51:44 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.6.0</title><link>https://www.qownnotes.org/changelog.html#_25-6-0</link><guid isPermaLink="false">qon-app-release-1096</guid><description><![CDATA[<ul>
<li>QOwnNotes now builds with with Botan 3, when built with the system Botan library
(cmake build parameter <code>-DBUILD_WITH_SYSTEM_BOTAN=ON</code>), because of the end of life of Botan 2
(for <a href="https://github.com/pbek/QOwnNotes/issues/2786">#2786</a>)

<ul>
<li>Keep in mind that Botan 3 needs C++20, which causes issues on Qt5</li>
<li>QMake and Qt5 will still use the internal Botan 2 amalgamation</li>
<li>Creating an amalgamation Botan 3 did work, but caused major issues with various build processes</li>
</ul></li>
<li>The filename in checksum files of the Qt6 AppImages in the releases on GitHub was fixed
(for <a href="https://github.com/pbek/QOwnNotes/issues/3286">#3286</a>)</li>
</ul>
]]></description><pubDate>Sun, 01 Jun 2025 19:31:08 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.5.10</title><link>https://www.qownnotes.org/changelog.html#_25-5-10</link><guid isPermaLink="false">qon-app-release-1095</guid><description><![CDATA[<ul>
<li>One more missing library for the scripting engine was added to the OBS
Debian / Ubuntu builds with Qt6 and to the Qt6 builds for Ubuntu Launchpad
(for <a href="https://github.com/pbek/QOwnNotes/issues/3267">#3267</a>)</li>
</ul>
]]></description><pubDate>Tue, 20 May 2025 19:44:34 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.5.9</title><link>https://www.qownnotes.org/changelog.html#_25-5-9</link><guid isPermaLink="false">qon-app-release-1094</guid><description><![CDATA[<ul>
<li>The packages on the Ubuntu repositories for Qt6 on Launchpad are now built with
Qt6 and cmake, because of the dropped qmake support on Ubuntu 25.10+

<ul>
<li>See <a href="https://www.qownnotes.org/installation/ubuntu.html#qownnotes-qt6-preview">Install on Ubuntu</a>
for more information</li>
<li>This took a long time to complete, but scripting still doesn't seem to work
in those packages</li>
</ul></li>
<li>Added more Croatian, Spanish, Korean translation (thank you, milotype, alejandromoc, venusgirl)</li>
</ul>
]]></description><pubDate>Mon, 19 May 2025 20:33:09 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.5.8</title><link>https://www.qownnotes.org/changelog.html#_25-5-8</link><guid isPermaLink="false">qon-app-release-1093</guid><description><![CDATA[<ul>
<li>There now is an option to hide the tab close button in the <em>Panels settings</em>
(for <a href="https://github.com/pbek/QOwnNotes/issues/3271">#3271</a>)

<ul>
<li>A menu entry to close a tab was aded to the tab context menu</li>
</ul></li>
<li>Missing libraries for the scripting engine were added to the OBS Debian / Ubuntu
builds with Qt and cmake (for <a href="https://github.com/pbek/QOwnNotes/issues/3267">#3267</a>)</li>
<li>Added more Korean, Spanish translation (thank you, venusgirl, alejandromoc)</li>
</ul>
]]></description><pubDate>Thu, 15 May 2025 18:32:27 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.5.7</title><link>https://www.qownnotes.org/changelog.html#_25-5-7</link><guid isPermaLink="false">qon-app-release-1092</guid><description><![CDATA[<ul>
<li>Fixed translations path again for openSUSE and Fedora
(for <a href="https://github.com/pbek/QOwnNotes/issues/3267">#3267</a>)</li>
</ul>
]]></description><pubDate>Mon, 12 May 2025 19:52:02 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.5.6</title><link>https://www.qownnotes.org/changelog.html#_25-5-6</link><guid isPermaLink="false">qon-app-release-1091</guid><description><![CDATA[<ul>
<li>The translations path was fixed for repositories with the old path
(for <a href="https://github.com/pbek/QOwnNotes/issues/3267">#3267</a>)</li>
</ul>
]]></description><pubDate>Mon, 12 May 2025 18:37:52 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.5.5</title><link>https://www.qownnotes.org/changelog.html#_25-5-5</link><guid isPermaLink="false">qon-app-release-1090</guid><description><![CDATA[<ul>
<li>Missing libraries were added to the OBS Debian / Ubuntu builds with Qt and cmake
(for <a href="https://github.com/pbek/QOwnNotes/issues/3267">#3267</a>)</li>
<li>The translations paths were reorganized because of Debian / Ubuntu build issues
(for <a href="https://github.com/pbek/QOwnNotes/issues/3267">#3267</a>)</li>
</ul>
]]></description><pubDate>Mon, 12 May 2025 17:52:35 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.5.4</title><link>https://www.qownnotes.org/changelog.html#_25-5-4</link><guid isPermaLink="false">qon-app-release-1089</guid><description><![CDATA[<ul>
<li>Added <strong>British English translation</strong> (for <a href="https://github.com/pbek/QOwnNotes/issues/3269">#3269</a>, thank you, @tbjgolden)

<ul>
<li>Visit <a href="https://www.qownnotes.org/contributing/translation.html">QOwnNotes Translation</a>
if you want to make QOwnNotes available in more languages or help with the
current translation</li>
</ul></li>
</ul>
]]></description><pubDate>Sun, 11 May 2025 18:10:45 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.5.3</title><link>https://www.qownnotes.org/changelog.html#_25-5-3</link><guid isPermaLink="false">qon-app-release-1088</guid><description><![CDATA[<ul>
<li>The detection for text formats when pasting text as attachment was improved
(for <a href="https://github.com/pbek/QOwnNotes/issues/3269">#3269</a>)</li>
<li>When pasting text as attachment, by default the current date and time will be
used in the filename (for <a href="https://github.com/pbek/QOwnNotes/issues/3269">#3269</a>)</li>
</ul>
]]></description><pubDate>Mon, 05 May 2025 17:56:17 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.5.2</title><link>https://www.qownnotes.org/changelog.html#_25-5-2</link><guid isPermaLink="false">qon-app-release-1087</guid><description><![CDATA[<ul>
<li>The OBS packages for Debian 12 and Debian Unstable are now built with cmake
and Qt6, because CDBS doesn't support qmake after Debian 12 anymore
(for <a href="https://github.com/pbek/QOwnNotes/issues/3267">#3267</a>)

<ul>
<li>Please visit the <a href="https://www.qownnotes.org/installation/debian.html">Debian installation page</a>
for instructions and report issues</li>
</ul></li>
<li>If you paste text as attachment, some file formats can now be detected if they
match a certain pattern (for <a href="https://github.com/pbek/QOwnNotes/issues/3269">#3269</a>)</li>
<li>Added more Korean translation (thank you, venusgirl)</li>
</ul>
]]></description><pubDate>Sun, 04 May 2025 17:22:59 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.5.1</title><link>https://www.qownnotes.org/changelog.html#_25-5-1</link><guid isPermaLink="false">qon-app-release-1086</guid><description><![CDATA[<ul>
<li>If you paste text as attachment, you now optionally can choose the file extension
and the basename for the file (for <a href="https://github.com/pbek/QOwnNotes/issues/3269">#3269</a>)

<ul>
<li>You can choose from several file extensions, like <code>txt</code>, <code>json</code>, <code>xml</code> or
use can set your own</li>
<li>Using no file extension is also possible</li>
<li>If the filename already exists in the attachment folder, a number will be
appended automatically to the basename of the file</li>
</ul></li>
<li>Added more Spanish translation (thank you, alejandromoc)</li>
</ul>
]]></description><pubDate>Fri, 02 May 2025 19:30:09 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.5.0</title><link>https://www.qownnotes.org/changelog.html#_25-5-0</link><guid isPermaLink="false">qon-app-release-1085</guid><description><![CDATA[<ul>
<li>If you middle-click on a note tab, it will now close (for <a href="https://github.com/pbek/QOwnNotes/issues/2569">#2569</a>)</li>
<li>If you double-click on the empty area next to the note tabs, a new note in a
new tab it will be opened (for <a href="https://github.com/pbek/QOwnNotes/issues/2569">#2569</a>)</li>
<li>Added more Spanish translation (thank you, alejandromoc)</li>
</ul>
]]></description><pubDate>Wed, 30 Apr 2025 19:15:55 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.4.5</title><link>https://www.qownnotes.org/changelog.html#_25-4-5</link><guid isPermaLink="false">qon-app-release-1084</guid><description><![CDATA[<ul>
<li>Added a <strong>new editor color schema</strong> <em>Blue Sky</em> by @rkirner
(for <a href="https://github.com/pbek/QOwnNotes/issues/3264">#3264</a>)</li>
<li>The AppImage build process was fixed and now uses Ubuntu 22.04, because Ubuntu 20.04
was sunsetted by GitHub (for <a href="https://github.com/pbek/QOwnNotes/issues/3261">#3261</a>)</li>
<li>A PPA for Ubuntu 25.10 (Questing Quokka) was added</li>
</ul>
]]></description><pubDate>Sun, 27 Apr 2025 12:08:54 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.4.4</title><link>https://www.qownnotes.org/changelog.html#_25-4-4</link><guid isPermaLink="false">qon-app-release-1083</guid><description><![CDATA[<ul>
<li>The format of the date and time in the name of new notes was changed to resemble
<code>Note 2025-04-18 11h54s09</code> to be visually more pleasing and containing no <code>.</code>
characters (for <a href="https://github.com/pbek/QOwnNotes/issues/3259">#3259</a>)

<ul>
<li>The text <code>Note</code> will now also be translated</li>
</ul></li>
<li>When a new note is created, now <a href="https://www.qownnotes.org/scripting/hooks.html#handlenewnoteheadlinehook">handleNoteNameHook</a>
is also applied (for <a href="https://github.com/pbek/QOwnNotes/issues/3260">#3260</a>)</li>
<li>Added more Korean translation (thank you, venusgirl)</li>
</ul>
]]></description><pubDate>Sat, 19 Apr 2025 12:03:48 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.4.3</title><link>https://www.qownnotes.org/changelog.html#_25-4-3</link><guid isPermaLink="false">qon-app-release-1082</guid><description><![CDATA[<ul>
<li>A build error in <em>fakevim</em> with Qt 6.9 was fixed (for <a href="https://github.com/pbek/QOwnNotes/issues/3258">#3258</a>)</li>
<li>A PPA for Ubuntu 25.04 (Plucky Puffin) was added</li>
</ul>
]]></description><pubDate>Sun, 13 Apr 2025 13:32:32 +0000</pubDate></item><item><title>New release of QOwnNotes: v25.4.2</title><link>https://www.qownnotes.org/changelog.html#_25-4-2</link><guid isPermaLink="false">qon-app-release-1081</guid><description><![CDATA[<ul>
<li>Most of the initialization of the pages in the <strong>Settings dialog</strong> will now be
done once when the page is shown, not when the settings dialog is created to
speed up the opening of the dialog (for <a href="https://github.com/pbek/QOwnNotes/issues/3250">#3250</a>)</li>
<li>The cloud connections test will now not be made automatically, when switching
to the <strong>Nextcloud settings</strong> page, because that will store the settings,
which takes a while (for <a href="https://github.com/pbek/QOwnNotes/issues/3250">#3250</a>)</li>
<li>The maximum note save interval time was increased to 6 digits in the
<strong>General settings</strong> (for <a href="https://github.com/pbek/QOwnNotes/issues/3254">#3254</a>)</li>
</ul>
]]></description><pubDate>Fri, 11 Apr 2025 19:40:57 +0000</pubDate></item></channel></rss>
