<?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>Thu, 16 Apr 2026 15:19:20 +0000</lastBuildDate><generator>PHP DOMDocument</generator><item><title>New release of QOwnNotes: v26.4.14</title><link>https://www.qownnotes.org/changelog.html#_26-4-14</link><guid isPermaLink="false">qon-app-release-1215</guid><description><![CDATA[<ul>
<li>Allow dragging a Markdown or text note file into the <strong>note editor</strong>, so it is
imported as a note into the active <strong>note subfolder</strong>
(for <a href="https://github.com/pbek/QOwnNotes/issues/3568">#3568</a>)</li>
<li>Extended the <strong>Headings</strong> tab in the <strong>Navigation panel</strong> to also recognize
custom heading syntaxes introduced through scripting <code>addHighlightingRule</code>
calls that use heading states like <code>H1</code>, <code>H2</code>, and <code>H3</code>, so scripted headings
such as <code>@ Introduction @</code>, <code>@@ Background @@</code>, and <code>@@@ Details @@@</code> now
appear in the heading tree with the correct nesting and title text (for
<a href="https://github.com/pbek/QOwnNotes/issues/3549">#3549</a>)</li>
</ul>
]]></description><pubDate>Wed, 15 Apr 2026 19:38:03 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.4.13</title><link>https://www.qownnotes.org/changelog.html#_26-4-13</link><guid isPermaLink="false">qon-app-release-1214</guid><description><![CDATA[<ul>
<li>Renamed saved <strong>Workspaces</strong> to <strong>Layouts</strong> across the interface, settings,
scripting and documentation, renamed the old <strong>Layout</strong> settings page to
<strong>Layout presets</strong>, and added a migration for existing saved layout settings,
selector shortcuts, and related message box overrides so current setups keep
working after the rename (for <a href="https://github.com/pbek/QOwnNotes/issues/3564">#3564</a>)

<ul>
<li>For scripting, the new hook name is <code>layoutSwitchedHook(oldUuid, newUuid)</code></li>
<li>Older scripts using <code>workspaceSwitchedHook(oldUuid, newUuid)</code> will still
work for now, but they are deprecated and should be updated</li>
</ul></li>
</ul>
]]></description><pubDate>Tue, 14 Apr 2026 19:46:07 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.4.12</title><link>https://www.qownnotes.org/changelog.html#_26-4-12</link><guid isPermaLink="false">qon-app-release-1213</guid><description><![CDATA[<ul>
<li>Turned the <strong>AI toolbar</strong> off by default when no AI backend is configured, so
fresh installations without AI setup start with a less cluttered interface; if
an AI backend is configured later while the toolbar is hidden, the application
now asks whether it should be turned on (for <a href="https://github.com/pbek/QOwnNotes/issues/3561">#3561</a>)</li>
<li>Fixed the <strong>Search engine</strong> setting being reset to <strong>Google</strong> when the
<strong>Settings</strong> dialog was applied without opening the <strong>General</strong> page first
(for <a href="https://github.com/pbek/QOwnNotes/issues/3562">#3562</a>)</li>
<li>Fixed following note links from the <strong>note editor</strong> or <strong>preview</strong> while the
<strong>note tree</strong> is enabled, so the active note is now also selected in the
<strong>note tree panel</strong>, even for notes inside subfolders (for
<a href="https://github.com/pbek/QOwnNotes/issues/3560">#3560</a>)</li>
<li>In the <strong>Heading</strong> tab of the <strong>Navigation panel</strong>, <strong>Shift + Click</strong> on a heading
now recursively expands or collapses all nested topics below that heading
(for <a href="https://github.com/pbek/QOwnNotes/issues/1912">#1912</a>)</li>
<li>The expand/collapse state of headings in the <strong>Navigation panel</strong> is now remembered
per note while the application is running, so switching between notes preserves the
user's chosen heading tree layout (for <a href="https://github.com/pbek/QOwnNotes/issues/1912">#1912</a>)</li>
<li>The <strong>Connect to server</strong> button in the <strong>Nextcloud settings</strong> is now disabled while a
connection test is running to prevent starting overlapping requests; changing any
Nextcloud setting or switching to another cloud connection now aborts the in-flight
test and immediately re-enables the button (for <a href="https://github.com/pbek/QOwnNotes/issues/3557">#3557</a>)</li>
<li>Renamed the <strong>Automatically show note filename selection when [[ is typed</strong>
checkbox in the <strong>Editor settings</strong> to <strong>Show note filename selection when
[[ is typed</strong> (for <a href="https://github.com/pbek/QOwnNotes/issues/3552">#3552</a>)</li>
<li>Reworked the <strong>Distraction free mode</strong> interface settings into their own area,
moved <strong>Hide status bar in distraction free mode</strong> there, and added a new
<strong>Open distraction free mode in full-screen</strong> option that is <strong>enabled by
default</strong>; entering distraction free mode now only switches to full-screen
when that setting is enabled, the status bar now shows just one <strong>Leave</strong>
button while distraction free mode is active, the standalone full-screen leave
button is also now labeled <strong>Leave</strong>, and it is no longer shown on <strong>macOS</strong>
(for <a href="https://github.com/pbek/QOwnNotes/issues/3553">#3553</a>)</li>
</ul>
]]></description><pubDate>Mon, 13 Apr 2026 20:46:04 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.4.11</title><link>https://www.qownnotes.org/changelog.html#_26-4-11</link><guid isPermaLink="false">qon-app-release-1212</guid><description><![CDATA[<ul>
<li>The <strong>Leave distraction free mode</strong> and <strong>Leave full-screen mode</strong> status bar
buttons now use descriptive labels instead of a generic "leave" label, making
it clear which mode each button exits (for <a href="https://github.com/pbek/QOwnNotes/issues/3553">#3553</a>)</li>
<li>Added a <strong>Hide status bar in distraction free mode</strong> checkbox to the
<strong>Interface settings</strong> under the <strong>Status bar</strong> section, allowing the status
bar to be hidden when entering distraction free mode and automatically
restored when leaving it (for <a href="https://github.com/pbek/QOwnNotes/issues/3553">#3553</a>)</li>
<li>Changed the <strong>Find in current note</strong> search bar and the search bars in both the
<strong>QLiteHtml</strong> and <strong>legacy preview</strong> to wait until at least <strong>two characters</strong> are
entered before searching, while still searching immediately for a single <strong>emoji</strong>
so emoji-only note content remains easy to find; the search bars no longer jump to
the top of the document when the search term is deleted; the <strong>QLiteHtml</strong> and
<strong>legacy preview</strong> search bars now have a <strong>300ms debounce delay</strong>, and the note
editor search debounce delay applies to notes longer than <strong>20,000 characters</strong>
(for <a href="https://github.com/pbek/QOwnNotes/issues/3550">#3550</a>)</li>
<li>Added a new <strong>Automatically show note filename selection when [[ is typed</strong>
checkbox to the <strong>Editor settings</strong>, which is only available when
<strong>wiki-style link support</strong> is enabled and is turned <strong>off by default</strong>
(for <a href="https://github.com/pbek/QOwnNotes/issues/3552">#3552</a>)</li>
</ul>
]]></description><pubDate>Sat, 11 Apr 2026 20:14:55 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.4.10</title><link>https://www.qownnotes.org/changelog.html#_26-4-10</link><guid isPermaLink="false">qon-app-release-1211</guid><description><![CDATA[<ul>
<li>When a note is <strong>deleted</strong>, the application now checks for <strong>images and attachments</strong>
referenced by the note that are not used in any other note and offers to <strong>delete
those orphaned files</strong> after a confirmation dialog, also when <strong>multiple notes</strong> are
deleted at once in the note tree (for <a href="https://github.com/pbek/QOwnNotes/issues/2121">#2121</a>)</li>
<li>Added a <strong>board / stack selector</strong> to the <strong>Nextcloud Deck card dialog</strong> below
<strong>Search or create card</strong>, so cards can be listed and created in any available
Deck stack without first changing the default Deck stack in the settings
(for <a href="https://github.com/pbek/QOwnNotes/issues/3540">#3540</a>)

<ul>
<li>The old <strong>Nextcloud settings</strong> board/stack picker was removed so Deck
selection is now handled directly in the dialog where the cards are managed</li>
</ul></li>
<li>Added more French, Korean, Spanish translation (thank you, jd-develop, VenusGirl, AlejandroMoc)</li>
</ul>
]]></description><pubDate>Fri, 10 Apr 2026 19:18:24 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.4.9</title><link>https://www.qownnotes.org/changelog.html#_26-4-9</link><guid isPermaLink="false">qon-app-release-1210</guid><description><![CDATA[<ul>
<li>Extended the <strong>scripting engine's syntax highlighting</strong> support with <strong>custom
colors and styles</strong>: <code>addHighlightingRule</code> now accepts an optional format map
with <code>foregroundColor</code>, <code>backgroundColor</code>, <code>bold</code>, <code>italic</code>, <code>underline</code>, and
<code>fontSize</code> properties, so scripts can define their own highlight colors instead
of being limited to the predefined highlighting states
(for <a href="https://github.com/pbek/QOwnNotes/issues/3549">#3549</a>)</li>
<li>Added a new <strong><code>highlightingHook</code></strong> scripting hook that is called for each text
block during syntax highlighting, allowing scripts to perform dynamic,
context-aware highlighting with custom colors and styles
(for <a href="https://github.com/pbek/QOwnNotes/issues/3549">#3549</a>)</li>
<li>Fixed a possible <strong>startup crash</strong> when restoring the last opened note from
<strong>note history</strong> while the <strong>note tree</strong> was enabled: history restoration
searched the tree by note name and could match a folder item with the same label
before the actual note, then dereferenced an item's missing parent; note-history
restore now only considers note items and safely handles root notes
(for <a href="https://github.com/pbek/QOwnNotes/issues/3547">#3547</a>)</li>
<li>Added a <strong>Note search panel</strong> option to open notes in a <strong>new tab</strong> instead of
replacing the active tab, for users who want note creation from the search panel
to preserve their current tab context (for <a href="https://github.com/pbek/QOwnNotes/issues/2385">#2385</a>)</li>
<li>Added <strong>Copy image to clipboard</strong> and <strong>Copy image file path</strong> actions to the
<strong>QLiteHtml preview</strong> context menu when right-clicking preview images, so image
content and the resolved local image path can be copied directly from the preview
(for <a href="https://github.com/pbek/QOwnNotes/issues/1741">#1741</a>)</li>
<li>Fixed disabled <strong>toolbar and action icons</strong> in <strong>dark mode</strong> not being grayed out
consistently, including actions like <strong>Edit encrypted note</strong> and <strong>Decrypt note</strong>:
disabled icons are now recolored through the interface proxy style using the
palette's disabled icon/text color, so the fix applies consistently across the UI
(for <a href="https://github.com/pbek/QOwnNotes/issues/2489">#2489</a>)</li>
</ul>
]]></description><pubDate>Thu, 09 Apr 2026 19:22:09 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.4.8</title><link>https://www.qownnotes.org/changelog.html#_26-4-8</link><guid isPermaLink="false">qon-app-release-1209</guid><description><![CDATA[<ul>
<li>Fixed two possible <strong>shutdown crashes</strong> while quitting the application: on <strong>macOS</strong>
the app no longer re-enters Qt's <code>commitDataRequest</code> quit path during the Cocoa
termination flow, and on all platforms the <strong>log panel</strong> now stops appending rich
text once application teardown has started, avoiding late UI updates from Qt log
messages during shutdown (for <a href="https://github.com/pbek/QOwnNotes/issues/3546">#3546</a>)</li>
<li>Updated the <strong>Launchpad snapcraft configuration</strong> in <code>build-systems/snap/</code> to
build the <strong>Ubuntu Snap with Qt6 on core24</strong>, aligned with the working GitHub
Qt6 snap packaging so the Launchpad snap can ship the Qt6 build path as well
(for <a href="https://github.com/pbek/QOwnNotes/issues/3470">#3470</a>)</li>
</ul>
]]></description><pubDate>Wed, 08 Apr 2026 20:13:32 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.4.7</title><link>https://www.qownnotes.org/changelog.html#_26-4-7</link><guid isPermaLink="false">qon-app-release-1208</guid><description><![CDATA[<ul>
<li>Opening the search bar in the <strong>note text edit</strong>, the <strong>preview</strong>, or the
<strong>QLiteHTML preview</strong> now keeps the current horizontal and vertical scroll position
during the initial search, so highlighting the first match no longer scrolls the
view away from where you were reading (for <a href="https://github.com/pbek/QOwnNotes/issues/3541">#3541</a>)</li>
<li>Updated the <strong>release workflow</strong> to build and publish the <strong>Qt6 Snap</strong> from
<code>build-systems/github/snap.qt6</code>, so Snap Store installs now deliver the Qt6
package again, while the legacy Qt5 snap is still attached to releases under a
separate asset name (for <a href="https://github.com/pbek/QOwnNotes/issues/3470">#3470</a>)</li>
<li>Fixed the <strong>line and column status bar label</strong> being rendered too close to the
window edge when the main window is <strong>maximized or fullscreen</strong> on some platforms/styles:
the label had no internal horizontal padding, so it could appear cramped against
the status bar border; it now uses left and right content margins like the other
status bar controls (for <a href="https://github.com/pbek/QOwnNotes/issues/3543">#3543</a>)</li>
</ul>
]]></description><pubDate>Tue, 07 Apr 2026 19:17:03 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.4.6</title><link>https://www.qownnotes.org/changelog.html#_26-4-6</link><guid isPermaLink="false">qon-app-release-1207</guid><description><![CDATA[<ul>
<li>Fixed a wrong <strong>settings path in portable mode</strong> when running as an <strong>AppImage
launched from a desktop file</strong> (or any context where the working directory differs
from the AppImage's directory): <code>portableDataPath()</code> was called before the
<code>QApplication</code> object was constructed, so <code>qApp</code> was <code>nullptr</code> and the path fell
back to <code>"."</code> (the current working directory) instead of the AppImage's directory;
the function now directly reads the <code>$APPIMAGE</code> environment variable (always set by
the AppImage runtime) when <code>qApp</code> is not yet available, and also accepts the
<code>argv[0]</code> path as a fallback for non-AppImage portable builds to ensure the
correct base directory is used in all cases (for <a href="https://github.com/pbek/QOwnNotes/issues/3542">#3542</a>)</li>
<li>Trailing unbalanced brackets <code>()</code>, <code>{}</code>, <code>[]</code>, and <code>&lt;&gt;</code> are now stripped from
bare URLs during both syntax highlighting and Ctrl+Click link opening in the
note text editor, so that URLs wrapped in parentheses or other bracket types
are detected correctly (for <a href="https://github.com/pbek/QOwnNotes/issues/2510">#2510</a>)</li>
<li>Fixed a build failure on Debian 9.0 (Qt 5.7.1) caused by the use of
<code>QNetworkRequest::RedirectPolicyAttribute</code> and
<code>QNetworkRequest::NoLessSafeRedirectPolicy</code> which were only introduced in
Qt 5.9; the call is now guarded with <code>#if QT_VERSION &gt;= QT_VERSION_CHECK(5, 9, 0)</code>
(for <a href="https://github.com/pbek/QOwnNotes/issues/1254">#1254</a>)</li>
</ul>
]]></description><pubDate>Mon, 06 Apr 2026 19:43:08 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.4.5</title><link>https://www.qownnotes.org/changelog.html#_26-4-5</link><guid isPermaLink="false">qon-app-release-1206</guid><description><![CDATA[<ul>
<li>Fixed a <strong>preview font size mismatch</strong> when using <strong>editor highlighting styles in the
preview</strong> on high-DPI displays (particularly on Windows with desktop scaling): the
pixel-to-point conversion formula in the QLiteHtml container was inverted, causing
fonts stored with a pixel size to be rendered at a massively inflated point size
(e.g. a 9pt font appearing as ~100pt at 250% scaling); the formula is now <code>pt = px * 72 / DPI</code>
instead of <code>pt = DPI * px / 72</code> (for <a href="https://github.com/pbek/QOwnNotes/issues/3539">#3539</a>)</li>
<li>Fixed a possible <strong>crash (SIGSEGV)</strong> caused by inline markdown image previews for
remote HTTP/HTTPS URLs performing a synchronous network download inside a paint
event, which triggered a nested <code>QEventLoop</code> and caused Qt's widget repaint manager
to re-enter itself recursively until the stack overflowed; remote images are now
fetched asynchronously and the viewport is refreshed automatically once the
download completes (for <a href="https://github.com/pbek/QOwnNotes/issues/1254">#1254</a>)</li>
<li>When searching with selected text via <strong>Ctrl+F</strong> in the <strong>note text edit</strong>,
the <strong>preview</strong>, or the <strong>QLiteHTML preview</strong>, the first result now highlights
the originally selected occurrence instead of jumping to the next one, so the
editor/view no longer scrolls away from the user's current position
(for <a href="https://github.com/pbek/QOwnNotes/issues/3541">#3541</a>)</li>
<li>Added more French, Korean, Spanish translation (thank you, jd-develop, VenusGirl, AlejandroMoc)</li>
</ul>
]]></description><pubDate>Mon, 06 Apr 2026 12:57:15 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.4.4</title><link>https://www.qownnotes.org/changelog.html#_26-4-4</link><guid isPermaLink="false">qon-app-release-1205</guid><description><![CDATA[<ul>
<li>Fixed a <strong>duplicate symbol assembler error</strong> in <code>mcpservice.h</code> when building
with GCC 9 (Ubuntu Focal / Debian 11) caused by <code>QStringLiteral</code> being used
in default function parameter values in a header file; replaced with
<code>QLatin1String</code> to avoid the issue (for <a href="https://github.com/pbek/QOwnNotes/issues/3536">#3536</a>)</li>
</ul>
]]></description><pubDate>Sat, 04 Apr 2026 20:25:45 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.4.3</title><link>https://www.qownnotes.org/changelog.html#_26-4-3</link><guid isPermaLink="false">qon-app-release-1204</guid><description><![CDATA[<ul>
<li>When pressing <strong>Ctrl+F</strong> to open the search bar in the <strong>note text edit</strong>,
the <strong>preview</strong>, or the <strong>QLiteHTML preview</strong>, any currently selected text
will now always be placed into the search field (replacing any existing search
text) and selected, making it easy to search for the highlighted word or phrase
(for <a href="https://github.com/pbek/QOwnNotes/issues/3538">#3538</a>)</li>
<li>Added a built-in <strong>MCP (Model Context Protocol) server</strong> that allows external AI
agents to access notes via HTTP+SSE transport with Bearer token authentication,
providing <code>search_notes</code> and <code>fetch_note</code> tools for AI-powered note retrieval
(for <a href="https://github.com/pbek/QOwnNotes/issues/3536">#3536</a>)

<ul>
<li>See <a href="https://www.qownnotes.org/editor/ai.html#mcp-server">MCP Server</a> for
documentation and usage instructions</li>
</ul></li>
<li>Improved <strong>wiki-style link backlink detection</strong> so that all wiki link variants
— including links with heading anchors like <code>[[Note#Heading]]</code>, links with
display-text aliases like <code>[[Note|label]]</code>, and subfolder-qualified links with
aliases or headings like <code>[[sub/Note#H|label]]</code> — are now correctly found and
shown in the <strong>Backlinks</strong> navigation panel (for <a href="https://github.com/pbek/QOwnNotes/issues/3535">#3535</a>)</li>
<li>Updated the system Botan integration to avoid Botan 3 deprecation warnings in
the note encryption wrapper, improving compatibility with downstream builds
such as <a href="https://github.com/NixOS/nixpkgs/pull/505517">NixOS/nixpkgs#505517</a>
(for <a href="https://github.com/pbek/QOwnNotes/issues/3501">#3501</a>)</li>
</ul>
]]></description><pubDate>Sat, 04 Apr 2026 19:37:38 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.4.2</title><link>https://www.qownnotes.org/changelog.html#_26-4-2</link><guid isPermaLink="false">qon-app-release-1203</guid><description><![CDATA[<ul>
<li>Improved lookup of the <code>Bookmarks</code> and <code>Commands</code> notes so they are now found
in note subfolders too instead of only being effectively recognized in the
note folder root, addressing <strong>Recognize the bookmarks file regardless of
where it is</strong> (for <a href="https://github.com/pbek/QOwnNotes/issues/2518">#2518</a>)</li>
<li>Fixed command snippet parsing for <code>bash</code> and <code>sh</code> code blocks so <code>qc</code> now uses
the nearest preceding heading as the snippet description instead of being
misled by an earlier heading in the note (for <a href="https://github.com/pbek/QOwnNotes/issues/2526">#2526</a>)</li>
<li>Fixed the editor color schema color picker in the settings dialog so closing it
without changing the selected color no longer reapplies the schema and reloads
the note folder (for <a href="https://github.com/pbek/QOwnNotes/issues/3506">#3506</a>)</li>
<li>Changed the built-in <code>Light</code> editor color schema so internal note links now use
<code>#fc8f00</code> as foreground color and <code>#fff8ef</code> as background color
(for <a href="https://github.com/pbek/QOwnNotes/issues/2914">#2914</a>)</li>
</ul>
]]></description><pubDate>Thu, 02 Apr 2026 20:03:31 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.4.1</title><link>https://www.qownnotes.org/changelog.html#_26-4-1</link><guid isPermaLink="false">qon-app-release-1202</guid><description><![CDATA[<ul>
<li>Implemented QLiteHtml preview underline rendering so that when <strong>Enable underline
rendering</strong> is turned on, Markdown like <code>__underline__</code> and <code>_underline_</code>
is rendered as underlined text instead of bold or italic in the preview
(for <a href="https://github.com/pbek/QOwnNotes/issues/3533">#3533</a>)</li>
<li>Updated menu action text <code>Use softwrap in note editor and preview</code> to
<code>Use softwrap in note editor</code>, since the QLiteHtml preview is always softwrapped
for <a href="https://github.com/pbek/QOwnNotes/issues/2566">#2566</a>)</li>
<li>Fixed the <strong>main window and panel sizes</strong> not being persisted when closing the
application: resized dock panels, toolbar layout and the main window geometry
are now stored during the actual close event and correctly restored on the
next start (for <a href="https://github.com/pbek/QOwnNotes/issues/3532">#3532</a>)</li>
<li>Changed the visual marker and wording for pinned note tabs: sticky tabs now use
a pushpin symbol instead of a flag, and the related action and tooltip text now
consistently refer to pinning and unpinning tabs
(for <a href="https://github.com/pbek/QOwnNotes/issues/2595">#2595</a>)</li>
<li>Fixed the <strong>read-only status bar button</strong> becoming visible even when note
editing was allowed, which occurred when enabling the read-only mode feature
for the first time in the settings and then closing the dialog; the toolbar
action and the status bar button are now always kept in sync
(for <a href="https://github.com/pbek/QOwnNotes/issues/3529">#3529</a>)</li>
<li>Fixed a crash in the <strong>Find action</strong> command bar by hiding the <strong>Find action</strong>
entry from the dialog itself, preventing recursive reopening of the command
bar and the follow-up crash when another action was selected afterward
(for <a href="https://github.com/pbek/QOwnNotes/issues/3530">#3530</a>)</li>
</ul>
]]></description><pubDate>Wed, 01 Apr 2026 20:10:17 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.4.0</title><link>https://www.qownnotes.org/changelog.html#_26-4-0</link><guid isPermaLink="false">qon-app-release-1201</guid><description><![CDATA[<ul>
<li><strong>LanguageTool</strong> ignored rules and ignored words are now <strong>persisted</strong> across
application restarts; previously, ignored rules were only stored in memory and
lost when the application was closed
(for <a href="https://github.com/pbek/QOwnNotes/issues/3496">#3496</a>)</li>
<li>Added a new <strong>"Ignore word"</strong> option to the LanguageTool context menu that
allows ignoring specific words (e.g. proper nouns, technical terms) without
disabling the entire rule; ignored words are persisted across restarts
(for <a href="https://github.com/pbek/QOwnNotes/issues/3496">#3496</a>)</li>
<li>Added <strong>"Reset ignored rules"</strong> and <strong>"Reset ignored words"</strong> buttons to the
LanguageTool settings page to clear all previously ignored rules and words
(for <a href="https://github.com/pbek/QOwnNotes/issues/3496">#3496</a>)</li>
<li>The last selected <strong>Nextcloud Deck</strong> card is now re-selected after the card
list is reloaded when a card is stored or the archived cards view is toggled
(for <a href="https://github.com/pbek/QOwnNotes/issues/3357">#3357</a>)</li>
<li>Fixed <strong>Nextcloud Deck</strong> card updating that caused HTTP 400 errors: the PUT
request now uses the correct API v1.1 endpoint with the card's actual
<code>stackId</code> in the URL path; the request body includes the required <code>owner</code>
field (which the Deck server validates as mandatory), sends the card's real
<code>order</code> value, always includes <code>description</code>, and explicitly sets <code>duedate</code>
to <code>null</code> when no due date is selected; also fixed spurious <code>QString::arg</code>
warnings in the error dialogs for card operations where placeholder indices
were wrong, and added response body logging on errors for better diagnostics
(for <a href="https://github.com/pbek/QOwnNotes/issues/3357">#3357</a>)</li>
<li>Added more Russian, German, Chinese Simplified, Korean, Spanish, French, Polish
translation (thank you, pbek, VenusGirl, AlejandroMoc, jd-develop, Fresta24)</li>
</ul>
]]></description><pubDate>Tue, 31 Mar 2026 19:58:29 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.25</title><link>https://www.qownnotes.org/changelog.html#_26-3-25</link><guid isPermaLink="false">qon-app-release-1200</guid><description><![CDATA[<ul>
<li>Improved <strong>block selection</strong> (rectangular selection) so that it can now extend
wider than the first selected line; the selection rectangle is no longer
clamped to the width of the anchor line's text, allowing the right edge to
be dragged further right even when the starting line is short
(for <a href="https://github.com/pbek/QOwnNotes/issues/2935">#2935</a>)</li>
<li>Scripting: <code>note.renameNoteFile()</code> now seamlessly switches the editor to
the renamed note when it is the currently open note, so scripts that
programmatically rename notes (e.g. to apply an ISO-date filename scheme)
keep the user in the right note without any manual navigation
(for <a href="https://github.com/pbek/QOwnNotes/issues/3527">#3527</a>)</li>
<li>Added a new highlighter state <strong>Link (internal)</strong> for internal note links
(like <code>[text](note.md)</code>, <code>&lt;note.md&gt;</code> and <code>note://</code> links) in the editor font
and color settings; this allows styling internal note links differently from
regular external links in the note text edit and the preview; the <strong>Link</strong>
state is used as a fallback if the new state is not configured in the color schema;
bare legacy <code>note://</code> links (e.g. <code>note://Note_2018_06_26T22_11_10</code>) that are
written without angle brackets are now also rendered as clickable links in the
preview and styled with the internal link color
(for <a href="https://github.com/pbek/QOwnNotes/issues/2914">#2914</a>)</li>
<li>The wiki link highlighter states <strong>Wiki link</strong> and <strong>Wiki link (broken)</strong> are
now hidden in the editor font and color settings dialog when wiki link support
is disabled (for <a href="https://github.com/pbek/QOwnNotes/issues/3512">#3512</a>)</li>
<li>The <strong>LanguageTool</strong> integration now always ignores the typography warning
<code>Possible typo: you repeated a whitespace</code>, because Markdown lists
intentionally use repeated spaces for indentation; findings from that
specific rule are no longer underlined in the editor
(for <a href="https://github.com/pbek/QOwnNotes/issues/3496">#3496</a>)</li>
<li>Added support for <strong>Markdown image dimensions</strong> using curly-brace attribute
syntax like <code>![alt text](image.png){ width=300 height=200 }</code>; the attributes
are rendered with masked syntax in the editor and are applied to the preview,
including the QLiteHtml preview, where they overrule the automatic image
width sizing; the small inline image preview in the editor is also shown
when the image tag with dimension attributes is the last item in the block
(for <a href="https://github.com/pbek/QOwnNotes/issues/2898">#2898</a>)</li>
</ul>
]]></description><pubDate>Mon, 30 Mar 2026 19:46:34 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.24</title><link>https://www.qownnotes.org/changelog.html#_26-3-24</link><guid isPermaLink="false">qon-app-release-1199</guid><description><![CDATA[<ul>
<li>Added <strong>block selection</strong> (rectangular selection) support in the note text
editor by holding the <em>Alt</em> key and dragging the mouse cursor; the selected
rectangle of text can be copied or cut with the usual keyboard shortcuts,
and pressing <em>Escape</em> or clicking without <em>Alt</em> clears the selection;
the selection is only rendered as a true rectangle when using a monospaced font
(for <a href="https://github.com/pbek/QOwnNotes/issues/2935">#2935</a>)</li>
<li>Added a new <strong>Manage workspaces</strong> dialog (accessible via the toolbar button or
the <em>Workspace</em> menu) that allows adding, renaming, removing and reordering
workspaces in one place; the individual <em>Add</em>, <em>Remove</em> and <em>Rename</em> toolbar
buttons have been removed from the toolbar in favour of this dialog
(for <a href="https://github.com/pbek/QOwnNotes/issues/2957">#2957</a>)</li>
<li>Updated <strong>Copy note to</strong> and <strong>Move note to</strong> (cross-note-folder operations)
so that media images and attachment files are now also copied to the destination
note folder's <code>media/</code> and <code>attachments/</code> directories respectively, and the
links inside the moved/copied note are rewritten to point to the correct
locations at the root of the destination note folder; previously the <code>.md</code>
file was moved but linked files were left behind and URLs were not updated
(for <a href="https://github.com/pbek/QOwnNotes/issues/2948">#2948</a>)</li>
</ul>
]]></description><pubDate>Sun, 29 Mar 2026 19:54:06 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.23</title><link>https://www.qownnotes.org/changelog.html#_26-3-23</link><guid isPermaLink="false">qon-app-release-1198</guid><description><![CDATA[<ul>
<li>A <strong>warning dialog</strong> is now shown when deleting a note (or multiple notes)
that are referenced by links in other notes, informing the user that the
deletion will leave those links broken and offering the option to cancel;
the check is performed for both single-note removal and bulk removal
(for <a href="https://github.com/pbek/QOwnNotes/issues/3202">#3202</a>)</li>
<li>When a <strong>note subfolder is renamed</strong>, a confirmation dialog is now shown
offering to update all relative Markdown links
(<code>[text](../old_folder/note.md)</code> and <code>&lt;../old_folder/note.md&gt;</code>) across
affected notes to reflect the new folder name; both plain and URL-encoded
path variants are handled (for <a href="https://github.com/pbek/QOwnNotes/issues/3213">#3213</a>)</li>
<li>Added a new <strong>Color modes</strong> settings page under Interface settings that allows
users to create custom color mode profiles with dark mode, icon theme, and
editor color schema settings; built-in Light and Dark modes are provided and
cannot be deleted, while users can create as many custom modes as needed
(for <a href="https://github.com/pbek/QOwnNotes/issues/3526">#3526</a>)

<ul>
<li>The dark mode settings, icon theme settings (internal/system/dark mode icon
theme), and editor color schema selection were moved from the Interface and
Editor settings to the Color modes page</li>
</ul></li>
<li>Replaced the Qt5 <strong>AppImage</strong> build with the Qt6 AppImage build in the release
workflow so the primary AppImage now ships with Qt 6.10.2 instead of Qt 5.15.2,
bringing improved scripting support, QML/Quick integration and OpenSSL 3;
the release asset name <code>QOwnNotes-x86_64.AppImage</code> is preserved so the
in-app auto-update process continues to work seamlessly
(for <a href="https://github.com/pbek/QOwnNotes/issues/3074">#3074</a>)

<ul>
<li>The Qt6 AppImage, which was on Qt 6.5.3, was made ready to work with Qt 6.10.2</li>
</ul></li>
</ul>
]]></description><pubDate>Sat, 28 Mar 2026 12:11:56 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.22</title><link>https://www.qownnotes.org/changelog.html#_26-3-22</link><guid isPermaLink="false">qon-app-release-1197</guid><description><![CDATA[<ul>
<li>Moved the <strong>note tree</strong> checkbox out of the <em>Experimental</em> settings into the
<em>Panels</em> settings, in the <strong>Note list panel</strong> section, so the setting is easier
to find where related note list options are configured
(for <a href="https://github.com/pbek/QOwnNotes/issues/790">#790</a>)</li>
<li>Fixed <strong>note tree context menu operations</strong> when the <strong>enableNoteTree</strong> setting is
active so that confirmation dialogs and bulk operations now correctly distinguish
between notes and folders — move, copy, tag, and remove-tag actions only count
the selected <strong>notes</strong> (not folders) in their confirmation messages and skip folder
items during processing; the remove action already handled both types separately
(for <a href="https://github.com/pbek/QOwnNotes/issues/790">#790</a>)</li>
<li>Added a new <strong>List operations</strong> submenu to the <strong>note text edit</strong> context menu when
text is selected, with actions to toggle tri-state checkboxes (<code>[ ]</code>, <code>[x]</code>, <code>[-]</code>),
create ordered/alphabetical/unordered/checkbox lists, clear list formatting, and
order checkbox lists (for <a href="https://github.com/pbek/QOwnNotes/issues/3524">#3524</a>)</li>
<li>Fixed the Qt5 and Qt6 <strong>AppImage</strong> builds to bundle the Wayland Qt platform plugins
and fail CI if <code>libqwayland-egl.so</code> or <code>libqwayland-generic.so</code> is missing, so the
application now starts on Wayland-only systems without requiring XWayland
(for <a href="https://github.com/pbek/QOwnNotes/issues/3525">#3525</a>)</li>
</ul>
]]></description><pubDate>Thu, 26 Mar 2026 19:56:35 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.21</title><link>https://www.qownnotes.org/changelog.html#_26-3-21</link><guid isPermaLink="false">qon-app-release-1196</guid><description><![CDATA[<ul>
<li>Fixed emoji characters (e.g. 🚫) rendering as incorrect glyphs (such as the
Bitcoin ₿ symbol) in the <strong>QLiteHtml preview</strong> on Windows — the root cause was
that litehtml's internal <code>utf8_to_wchar</code> silently truncated codepoints above
U+FFFF to 16 bits when appending to <code>std::wstring</code> (since <code>wchar_t</code> is 16-bit
on Windows), so e.g. U+1F600 (😀, UTF-8 <code>F0 9F 98 80</code>) became U+F600
(UTF-8 <code>EF 98 80</code>); the conversion functions now correctly produce and consume
UTF-16 surrogate pairs (for <a href="https://github.com/pbek/QOwnNotes/issues/3517">#3517</a>)</li>
<li>Removed the emoji font appending workaround from the <strong>QLiteHtml preview</strong> that
was no longer needed after the litehtml UTF-16 surrogate pair fix and caused the
note preview to be rendered in the wrong font (for <a href="https://github.com/pbek/QOwnNotes/issues/3522">#3522</a>)</li>
<li>Search results in the <strong>Settings dialog</strong> are now highlighted directly on the
matched widgets — <code>QLabel</code> text gets the search term wrapped in a yellow
background highlight, while <code>QCheckBox</code>, <code>QRadioButton</code>, <code>QGroupBox</code> and
<code>QPushButton</code> widgets receive a yellow background color; highlights are cleared
when the search text is removed (for <a href="https://github.com/pbek/QOwnNotes/issues/3523">#3523</a>)</li>
</ul>
]]></description><pubDate>Wed, 25 Mar 2026 19:58:38 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.20</title><link>https://www.qownnotes.org/changelog.html#_26-3-20</link><guid isPermaLink="false">qon-app-release-1195</guid><description><![CDATA[<ul>
<li>Fixed XML/HTML code blocks in the <strong>QLiteHtml preview</strong> having their tags
stripped and showing only text content; indented lines inside fenced code blocks
were incorrectly masked as indented code blocks, bypassing the syntax highlighter,
and the XML highlighter now also properly escapes closing angle brackets
(for <a href="https://github.com/pbek/QOwnNotes/issues/3521">#3521</a>)</li>
<li>Added a new <strong>Read-only mode</strong> panel to the <em>General</em> settings with an <strong>Enable
read-only mode</strong> master checkbox; all read-only related settings (<strong>Start application
in read-only mode</strong> and <strong>When inactive, enter read-only mode automatically after</strong>)
are now grouped inside this panel and are disabled when the master checkbox is
unchecked — the <strong>Disallow note editing</strong> toolbar/menu action is hidden and the
Escape key no longer enters read-only mode when the feature is disabled
(for <a href="https://github.com/pbek/QOwnNotes/issues/3519">#3519</a>)</li>
<li>Fixed intermittent <code>database table is locked: note</code> warnings (SQLite error 262)
caused by background threads (backlink navigation, note relation scene) contending
with main-thread writes on the shared-cache in-memory database; each connection
now sets <code>PRAGMA busy_timeout = 5000</code> and <code>PRAGMA read_uncommitted = 1</code> so that
read-only workers skip table-level shared-cache locks instead of immediately
returning <code>SQLITE_LOCKED</code> (for <a href="https://github.com/pbek/QOwnNotes/issues/3520">#3520</a>)</li>
<li>Improved the <code>Failed to get index</code> git warning to include the actual libgit2
error message for easier diagnosis (for <a href="https://github.com/pbek/QOwnNotes/issues/3520">#3520</a>)</li>
<li>Fixed a crash in the <strong>update dialog</strong> caused by <code>QAbstractScrollArea::viewport()</code>
being called on a not-yet-initialized scroll area during <code>setupUi</code> construction;
the event filter now guards against a null viewport before dereferencing it
(for <a href="https://github.com/pbek/QOwnNotes/issues/3518">#3518</a>)</li>
<li>Added optional <strong>wiki-style link support</strong> — enable it in the <em>Editor</em> settings
with the new <strong>Enable wiki-style link support <code>[[note name]]</code></strong> checkbox
(for <a href="https://github.com/pbek/QOwnNotes/issues/3512">#3512</a>)

<ul>
<li>Write <code>[[Note Name]]</code> to link to a note by name; subfolder-qualified links
like <code>[[subfolder/Note Name]]</code> and heading anchors like <code>[[Note#Heading]]</code>
are also supported, as well as display-text aliases like <code>[[Note|My Label]]</code></li>
<li>Resolved links are highlighted in the editor with a dotted underline using
the link color; broken (unresolved) links use a dashed underline with the
broken-link color</li>
<li>Clicking a wiki link in the <strong>note preview</strong> navigates to the target note;
if the note does not exist you are asked whether to create it</li>
<li><strong>Ctrl+Click</strong> on a wiki link in the <strong>note editor</strong> navigates to the target
note (or offers to create it); <strong>Ctrl+Shift+Click</strong> opens it in a new tab</li>
<li>The <strong>Insert link</strong> dialog (<code>Ctrl+L</code>) gains a <strong>Create wiki-style link
<code>[[...]]</code></strong> checkbox (visible only when wiki-link support is enabled) to
insert the selected note as a <code>[[Note Name]]</code> link instead of a Markdown link</li>
<li>Typing <code>[[</code> in the editor triggers <strong>auto-complete</strong> with a filtered list of
all note names (including subfolder-qualified paths); a suggestion can also be
triggered via the normal auto-complete shortcut inside an open <code>[[</code></li>
<li>Wiki links are included in <strong>backlink</strong> detection and shown in the backlinks
panel; when a subfolder is renamed all qualified <code>[[subfolder/...]]</code> links
across all notes are updated automatically</li>
</ul></li>
</ul>
]]></description><pubDate>Tue, 24 Mar 2026 20:07:56 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.19</title><link>https://www.qownnotes.org/changelog.html#_26-3-19</link><guid isPermaLink="false">qon-app-release-1194</guid><description><![CDATA[<ul>
<li>Attempted to fix emoji characters (e.g. 🚫) rendering as incorrect glyphs (such
as the Bitcoin B symbol) in the QLiteHtml preview on Windows by appending the
platform-specific color-emoji font ("Segoe UI Emoji" on Windows, "Apple Color
Emoji" on macOS, "Noto Color Emoji" on Linux) as a fallback in every font
family list passed to Qt's font engine, ensuring proper emoji glyph selection
(for <a href="https://github.com/pbek/QOwnNotes/issues/3517">#3517</a>)</li>
<li>Moved the <strong>LanguageTool</strong> settings out of the <em>Editor</em> settings into a dedicated
<strong>LanguageTool</strong> settings page (with a spell-check icon) in the settings sidebar
(for <a href="https://github.com/pbek/QOwnNotes/issues/3496">#3496</a>)</li>
<li>Fixed spell checker and LanguageTool text replacements to first turn off read-only
mode so the note will be stored when a suggestion is applied
(for <a href="https://github.com/pbek/QOwnNotes/issues/3496">#3496</a>)</li>
<li>Fixed wrong foreground color of text underlined by LanguageTool: the underline
overlay now preserves each character's individual syntax-highlight color (e.g.
heading, bold, link colors) instead of overwriting them with the color of the
first character in the match span (for <a href="https://github.com/pbek/QOwnNotes/issues/3496">#3496</a>)</li>
<li>Fixed new note creation via <code>Ctrl + N</code> not including the current date in the note
title (for <a href="https://github.com/pbek/QOwnNotes/issues/3516">#3516</a>)</li>
<li>Added more Korean, Spanish, Croatian, French, Swedish translation (thank you, VenusGirl, AlejandroMoc, milotype, jd-develop, ojn)</li>
</ul>
]]></description><pubDate>Mon, 23 Mar 2026 19:32:58 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.18</title><link>https://www.qownnotes.org/changelog.html#_26-3-18</link><guid isPermaLink="false">qon-app-release-1193</guid><description><![CDATA[<ul>
<li>Fixed the <strong>Use Layout</strong> button in settings to correctly create a new workspace with
the proper layout settings without destroying the current workspace, and fixed the
previous workspace losing its note editor panel when switching to a layout with a
different <code>noteEditIsCentralWidget</code> setting (for <a href="https://github.com/pbek/QOwnNotes/issues/3511">#3511</a>)</li>
<li>Added optional <strong>LanguageTool grammar and style checking</strong> alongside the existing Sonnet
spell checker, with colored editor underlines, context-menu suggestions, server settings,
and a quick toggle in the Spelling menu (for <a href="https://github.com/pbek/QOwnNotes/issues/3496">#3496</a>)

<ul>
<li>For more information on the LanguageTool integration, see the new documentation page at
<a href="https://www.qownnotes.org/editor/languagetool.html">LanguageTool</a></li>
</ul></li>
<li>Fixed the AUR / CMake build to always use the bundled <code>litehtml</code> when building
<code>qlitehtml</code>, avoiding API mismatches with incompatible system <code>litehtml</code>
packages (for <a href="https://github.com/pbek/QOwnNotes/issues/3510">#3510</a>)</li>
</ul>
]]></description><pubDate>Sun, 22 Mar 2026 13:36:34 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.17</title><link>https://www.qownnotes.org/changelog.html#_26-3-17</link><guid isPermaLink="false">qon-app-release-1192</guid><description><![CDATA[<ul>
<li>Fixed build regressions from the <code>mainwindow.cpp</code> manager split so Qt 5.9 and lower
build again on old build tooling (for <a href="https://github.com/pbek/QOwnNotes/issues/3509">#3509</a>)</li>
<li>Fixed a crash when closing the Settings dialog after canceling live dark mode or
editor color schema changes, by updating the system tray icon through the tray
manager instead of a stale pointer (for <a href="https://github.com/pbek/QOwnNotes/issues/3509">#3509</a>)</li>
</ul>
]]></description><pubDate>Fri, 20 Mar 2026 22:22:01 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.16</title><link>https://www.qownnotes.org/changelog.html#_26-3-16</link><guid isPermaLink="false">qon-app-release-1191</guid><description><![CDATA[<ul>
<li><strong>Allow switching between dark and light mode and changing the editor color</strong>
<strong>schema</strong> (including individual color and font settings) in the Settings dialog
<strong>without restarting the application</strong> — changes are applied live to the editor
and note preview immediately (for <a href="https://github.com/pbek/QOwnNotes/issues/3506">#3506</a>)</li>
<li>Fixed the active heading selection in the Navigation panel flickering to the
next heading while typing or pressing <code>Enter</code> at the end of a section in the
note text edit (for <a href="https://github.com/pbek/QOwnNotes/issues/3508">#3508</a>)</li>
<li>Refactored <code>mainwindow.cpp</code> by extracting cohesive groups of methods into
dedicated manager classes in <code>src/managers/</code> to improve maintainability and
reduce the file size (for <a href="https://github.com/pbek/QOwnNotes/issues/3509">#3509</a>)</li>
</ul>
]]></description><pubDate>Fri, 20 Mar 2026 21:56:44 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.15</title><link>https://www.qownnotes.org/changelog.html#_26-3-15</link><guid isPermaLink="false">qon-app-release-1190</guid><description><![CDATA[<ul>
<li><strong>Enable QLiteHtml preview support by default</strong> for qmake and CMake builds
(for <a href="https://github.com/pbek/QOwnNotes/issues/3466">#3466</a>)

<ul>
<li>A huge amount of work went into this and it will solve various rendering issues
in the note preview, like list item spacing and horizontal rule and table rendering</li>
</ul></li>
<li>Fixed the Qt6 AppImage release build to bundle and prefer the packaged QML
import modules again so the scripting engine works instead of loading
incompatible host Qt plugins (for <a href="https://github.com/pbek/QOwnNotes/issues/3074">#3074</a>)</li>
</ul>
]]></description><pubDate>Thu, 19 Mar 2026 20:07:10 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.14</title><link>https://www.qownnotes.org/changelog.html#_26-3-14</link><guid isPermaLink="false">qon-app-release-1189</guid><description><![CDATA[<ul>
<li>Remember folded Markdown headings for each open note in memory and restore
that state when reopening notes, including notes stored in subfolders (for
<a href="https://github.com/pbek/QOwnNotes/issues/3505">#3505</a>)</li>
<li>Allow switching <code>noteEditIsCentralWidget</code> and applying predefined layouts so
the main window and workspace layout are rebuilt immediately without
restarting the application, including workspace-specific editor placement
or layout selection (for <a href="https://github.com/pbek/QOwnNotes/issues/3504">#3504</a>)</li>
<li>Fixed the AppImage deployment in the GitHub release workflows so the bundled
OpenSSL libraries work again and the script repository loads correctly
(for <a href="https://github.com/pbek/QOwnNotes/issues/3502">#3502</a>)

<ul>
<li>The SSL issues with the Qt6 AppImage should also be fixed
(for <a href="https://github.com/pbek/QOwnNotes/issues/3174">#3174</a>)</li>
</ul></li>
</ul>
]]></description><pubDate>Wed, 18 Mar 2026 21:08:52 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.13</title><link>https://www.qownnotes.org/changelog.html#_26-3-13</link><guid isPermaLink="false">qon-app-release-1188</guid><description><![CDATA[<ul>
<li>Added Markdown heading folding in the note editor with clickable gutter
toggles, fold/unfold-all actions, and a new Editor setting to enable or
disable the feature (for <a href="https://github.com/pbek/QOwnNotes/issues/2126">#2126</a>)</li>
<li>Added a new "Files" tab to the Navigation panel that lists linked media files
and attachments under separate root items, jumps to the selected link in the
current note, and offers a context menu action to open the file externally
(for <a href="https://github.com/pbek/QOwnNotes/issues/3499">#3499</a>)</li>
<li>Added inline renaming for linked media files and attachments in the Navigation
panel's "Files" tab via <code>F2</code>, with a follow-up refactoring prompt that tells
you how many note files will be updated before renaming linked filenames
everywhere (for <a href="https://github.com/pbek/QOwnNotes/issues/3499">#3499</a>)</li>
<li>Added deleting linked media files and attachments from the Navigation panel's
"Files" tab via <code>Del</code> and a context menu action, with confirmations that show
how many note files can be updated and an optional follow-up dialog to remove
those file links everywhere (for <a href="https://github.com/pbek/QOwnNotes/issues/3499">#3499</a>)</li>
<li>Changed the Navigation panel to only show the optional "Files" and
"Backlinks" tabs when the current note actually has file links or backlinks
to display (for <a href="https://github.com/pbek/QOwnNotes/issues/3499">#3499</a>)</li>
<li>Changed Navigation panel tab visibility checks for the optional "Files" and
"Backlinks" tabs to run in the background so the UI stays responsive
(for <a href="https://github.com/pbek/QOwnNotes/issues/3499">#3499</a>)</li>
</ul>
]]></description><pubDate>Tue, 17 Mar 2026 19:47:10 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.12</title><link>https://www.qownnotes.org/changelog.html#_26-3-12</link><guid isPermaLink="false">qon-app-release-1187</guid><description><![CDATA[<ul>
<li>Added a search panel to the update dialog changelog so release note changes can
be searched directly with the standard find workflow (for
<a href="https://github.com/pbek/QOwnNotes/issues/3498">#3498</a>)</li>
<li>Prepare build process for system botan 3.11.0
(for <a href="https://github.com/pbek/QOwnNotes/issues/3501">#3501</a>, thank you @thillux)</li>
</ul>
]]></description><pubDate>Mon, 16 Mar 2026 20:29:59 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.11</title><link>https://www.qownnotes.org/changelog.html#_26-3-11</link><guid isPermaLink="false">qon-app-release-1186</guid><description><![CDATA[<ul>
<li>Changed Markdown formatting syntax hiding so named links keep their URL part
visible (<code>[name](https://example.com)</code> now only hides Markdown delimiters)
(for <a href="https://github.com/pbek/QOwnNotes/issues/1662">#1662</a>)</li>
<li>Fixed a build failure with older Qt5 versions in XDG global shortcut portal token
generation by only using <code>QUuid::WithoutBraces</code> on Qt >= 5.11 and falling back to
brace removal on older Qt5 (for <a href="https://github.com/pbek/QOwnNotes/issues/2462">#2462</a>)</li>
<li>Fixed low-contrast search icons in the "Link to a URL or note" and Settings dialogs
by switching the search field icon between light and dark variants based on the
active dark mode color setting (for <a href="https://github.com/pbek/QOwnNotes/issues/3494">#3494</a>)</li>
<li>Fixed low-contrast OK button check-mark icons in dark mode by adding explicit
<code>dialog-ok</code> / <code>dialog-ok-apply</code> icons for the internal light and dark Breeze
icon themes (for <a href="https://github.com/pbek/QOwnNotes/issues/3495">#3495</a>)</li>
</ul>
]]></description><pubDate>Sat, 14 Mar 2026 13:11:59 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.10</title><link>https://www.qownnotes.org/changelog.html#_26-3-10</link><guid isPermaLink="false">qon-app-release-1185</guid><description><![CDATA[<ul>
<li>Added an option to hide Markdown formatting syntax (like <code>**</code>, <code>*</code>, <code>#</code>,
backticks, link brackets) on lines that are not being edited, for a
cleaner Typora-like editing experience (Editor settings, off by default)
(for <a href="https://github.com/pbek/QOwnNotes/issues/1662">#1662</a>)

<ul>
<li>Disclaimer: Due to limitations of the QPlainTextEdit API, this is a best-effort
implementation sets the font letter spacing to 0 and the font size to 0.01
for the formatting syntax characters, so they are still present in the editor,
just smaller. Especially for links with a lot of text between the brackets,
gaps will be visible in the formatting syntax!</li>
</ul></li>
<li>Added a security token setting for the Homepage-compatible bookmark
suggestion API (with encrypted storage, settings dump masking, and
token-validated <code>GET /suggest</code> requests), and updated Homepage
integration docs (<code>custom.js</code>) to append the token query parameter
(for <a href="https://github.com/pbek/QOwnNotes/issues/3484">#3484</a>)</li>
<li>Improved portal handle token generation compatibility for older Qt5
distributions (e.g. Debian 9.0, SLE 15) by using <code>QUuid</code> on Qt5 and
keeping <code>QRandomGenerator</code> on Qt6 builds
(for <a href="https://github.com/pbek/QOwnNotes/issues/2462">#2462</a>)</li>
</ul>
]]></description><pubDate>Fri, 13 Mar 2026 20:33:52 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.9</title><link>https://www.qownnotes.org/changelog.html#_26-3-9</link><guid isPermaLink="false">qon-app-release-1184</guid><description><![CDATA[<ul>
<li>Fixed heading order in the Navigation panel's "Headings" tab to keep the
same sequence as in the note text when heading levels are skipped
(for <a href="https://github.com/pbek/QOwnNotes/issues/2994">#2994</a>)</li>
<li>Added support for global keyboard shortcuts under Wayland (e.g. KDE Plasma)
using the XDG Desktop Portal GlobalShortcuts interface, since the previous
X11-based shortcut mechanism does not work on Wayland
(for <a href="https://github.com/pbek/QOwnNotes/issues/2462">#2462</a>)</li>
<li>Fixed Homepage bookmark auto-suggestions to also match tokens from full Markdown bookmark
entries (tags and trailing text after the link) (for <a href="https://github.com/pbek/QOwnNotes/issues/3484">#3484</a>)</li>
<li>Fixed merged bookmark entries keeping a shorter link label when a longer label
exists for the same URL (for <a href="https://github.com/pbek/QOwnNotes/issues/3484">#3484</a>)</li>
</ul>
]]></description><pubDate>Wed, 11 Mar 2026 21:01:08 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.8</title><link>https://www.qownnotes.org/changelog.html#_26-3-8</link><guid isPermaLink="false">qon-app-release-1183</guid><description><![CDATA[<ul>
<li>Improved Homepage bookmark suggestion integration behavior and documentation,
including externally hosted Homepage custom asset guidance
(for <a href="https://github.com/pbek/QOwnNotes/issues/3484">#3484</a>)</li>
<li>Fixed QLiteHtml preview <code>&lt;hr&gt;</code> rendering to use a single separator line
instead of a two-line inset/beveled rule (for <a href="https://github.com/pbek/QOwnNotes/issues/3466">#3466</a>)</li>
<li>Added more Korean, French, Spanish, Croatian translation (thank you, venusgirl,
jd-develop, alejandromoc, milotype)</li>
</ul>
]]></description><pubDate>Tue, 10 Mar 2026 20:20:28 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.7</title><link>https://www.qownnotes.org/changelog.html#_26-3-7</link><guid isPermaLink="false">qon-app-release-1182</guid><description><![CDATA[<ul>
<li>Fixed an xUbuntu 20.04 / GCC build failure caused by duplicate <code>qstring_literal</code>
symbols in <code>WebSocketServerService::httpResponse</code> by replacing
<code>QStringLiteral</code> default arguments with overloads
(for <a href="https://github.com/pbek/QOwnNotes/issues/3484">#3484</a>)</li>
</ul>
]]></description><pubDate>Mon, 09 Mar 2026 21:23:21 +0000</pubDate></item><item><title>New release of QOwnNotes: v26.3.6</title><link>https://www.qownnotes.org/changelog.html#_26-3-6</link><guid isPermaLink="false">qon-app-release-1181</guid><description><![CDATA[<ul>
<li>Added a local <a href="https://github.com/gethomepage/homepage">Homepage</a>-compatible
bookmark suggestion API endpoint (<code>GET /suggest</code>) based on existing bookmark
parsing and Web Companion data sources, with prefix-first matching,
deduplication, limit handling, and response format compatibility
(for <a href="https://github.com/pbek/QOwnNotes/issues/3484">#3484</a>)

<ul>
<li>Added a separate webpage documentation page for the Homepage suggestion API
integration at <a href="https://www.qownnotes.org/getting-started/homepage-suggestion-api.html">Homepage suggestion API</a>,
including links to reusable <code>custom.js</code> / <code>custom.css</code> assets for externally
hosted Homepage instances</li>
</ul></li>
<li>Fixed the default note sorting in the "Link to a URL or note" dialog regressing
to alphabetical order when note subfolders are disabled; it now again defaults
to modification date descending (for <a href="https://github.com/pbek/QOwnNotes/issues/3482">#3482</a>)</li>
<li>Fixed switching note folders from the selector when multiple configured note
folders point to the same local directory, ensuring folder-specific UI state
like subfolder panel visibility updates correctly (for <a href="https://github.com/pbek/QOwnNotes/issues/3489">#3489</a>)</li>
</ul>
]]></description><pubDate>Mon, 09 Mar 2026 20:38:01 +0000</pubDate></item><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></channel></rss>
