<?xml version="1.0" encoding="UTF-8"?><rss 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" version="2.0"><channel><title><![CDATA[Paperless-ngx - Package Updates]]></title><description><![CDATA[<p dir="auto">You can use this thread to track updates to the Paperless-ngx package.</p>
<p dir="auto"><strong>Please open issues in a separate topic instead of replying here.</strong></p>
]]></description><link>https://forum.cloudron.io/topic/6308/paperless-ngx-package-updates</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 04:07:11 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/6308.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 10 Jan 2022 11:42:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Fri, 01 May 2026 10:19:39 GMT]]></title><description><![CDATA[<p dir="auto">[1.52.0]</p>
<ul>
<li>Update gotenberg to 8.32.0</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v8.32.0" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><strong>Reverted SSRF defaults (breaking vs 8.31.0).</strong> 8.31.0 blocked private-IP destinations by default, which broke deployments running Gotenberg inside a private network. 8.32.0 restores the 8.30.x permissive defaults. Operators with internet-facing APIs opt into the strict posture via the new flags below.</li>
<li><strong>Rejected <code>file://</code> at <code>/forms/chromium/convert/url</code>.</strong> Submitting <code>url=file:///tmp/...</code> used to let an unauthenticated caller enumerate the request working directory and read other in-flight uploads as rendered PDFs. The route now returns HTTP 400 for any <code>file://</code> URL.</li>
<li><strong>Required uploaded file for <code>image</code> / <code>pdf</code> stamp and watermark sources.</strong> Twelve callsites accepted <code>stampSource=pdf</code> or <code>watermarkSource=pdf</code> with an expression pointing at any path the Gotenberg process could open, even when no file was uploaded. Handlers now return HTTP 400 unless the caller uploaded a matching file.</li>
<li><strong>Scoped <code>file://</code> sub-resources to the request working directory.</strong> Crafted HTML could reference another request's <code>file:///tmp/&lt;reqdir&gt;/...</code>. The CDP request handler now restricts <code>file://</code> sub-resources to the current request's directory. <code>/convert/url</code> and <code>/screenshot/url</code> reject every <code>file://</code> sub-resource outright.</li>
<li><strong>Hardened Chromium against DNS rebinding.</strong> A short-TTL DNS authority could return a public IP at validation and a private IP at connect. A loopback HTTP / CONNECT proxy now sits between Chromium and the network, resolves DNS once, and pins the dial to the resolved IP. Skipped when <code>--chromium-proxy-server</code> or <code>--chromium-host-resolver-rules</code> is set.</li>
<li><strong>Filtered LibreOffice outbound fetches through a proxy.</strong> Uploaded OOXML, RTF, and ODF files can embed external URLs that LibreOffice's libcurl resolves below every Go-side SSRF filter. LibreOffice now routes every outbound fetch through an in-process forward proxy on the same <code>gotenberg.DecideOutbound</code> path Chromium and webhook delivery use. See the four new flags below.</li>
<li><strong>Recovered webhook async panics.</strong> High-concurrency webhooks could panic the async goroutine and crash the whole process. The goroutine now snapshots the request context and recovers any future panic through the existing error path.</li>
<li><strong>LibreOffice outbound URL filtering.</strong> Four flags mirror the Chromium and webhook layout: <code>--libreoffice-allow-list</code>, <code>--libreoffice-deny-list</code>, <code>--libreoffice-deny-private-ips</code>, <code>--libreoffice-deny-public-ips</code>. All default permissive.</li>
<li><strong>IP-class filtering on four modules.</strong> <code>chromium</code>, <code>webhook</code>, <code>api-download-from</code>, and <code>libreoffice</code> each accept matching <code>deny-private-ips</code> and <code>deny-public-ips</code> flags. All default to <code>false</code>.</li>
<li><strong>Charts print as blank rectangles</strong> (<a href="https://github.com/gotenberg/gotenberg/issues/1531" target="_blank" rel="noopener noreferrer nofollow ugc">#1531</a>, <a href="https://github.com/gotenberg/gotenberg/issues/1532" target="_blank" rel="noopener noreferrer nofollow ugc">#1532</a>, <a href="https://github.com/gotenberg/gotenberg/issues/1534" target="_blank" rel="noopener noreferrer nofollow ugc">#1534</a>, <a href="https://github.com/gotenberg/gotenberg/issues/1535" target="_blank" rel="noopener noreferrer nofollow ugc">#1535</a><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=fed68e33a46" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title="):" alt="😞" /> <code>chromedp v0.15.0</code> suspended the BeginFrame-driven callback dispatch loop under <code>emulatedMediaType=print</code>. <code>requestAnimationFrame</code>, <code>ResizeObserver</code>, <code>IntersectionObserver</code>, CSS <code>transitionend</code>, and CSS <code>animationend</code> all stopped firing. Pinning <code>chromedp</code> back to <code>v0.14.2</code> restores native dispatch.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/124253</link><guid isPermaLink="true">https://forum.cloudron.io/post/124253</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Fri, 01 May 2026 10:19:39 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Mon, 27 Apr 2026 13:51:57 GMT]]></title><description><![CDATA[<p dir="auto">[1.51.3]</p>
<ul>
<li>Update paperless-ngx to 2.20.15</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.20.15" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Fix: use only allauth login/logout endpoints <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12639" target="_blank" rel="noopener noreferrer nofollow ugc">#12639</a>)</li>
<li>Fix: correctly scope mail account enumeration <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12636" target="_blank" rel="noopener noreferrer nofollow ugc">#12636</a>)</li>
<li>Fix: prevent intermediate change event when CustomFieldQueryAtom operator changes type <a href="https://github.com/ggouzi" target="_blank" rel="noopener noreferrer nofollow ugc">@ggouzi</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/issues/12597" target="_blank" rel="noopener noreferrer nofollow ugc">#12597</a>)</li>
<li>Fix: reject invalid requests to API notes endpoint <a href="https://github.com/ggouzi" target="_blank" rel="noopener noreferrer nofollow ugc">@ggouzi</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/issues/12582" target="_blank" rel="noopener noreferrer nofollow ugc">#12582</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/124052</link><guid isPermaLink="true">https://forum.cloudron.io/post/124052</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Mon, 27 Apr 2026 13:51:57 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Sat, 18 Apr 2026 07:25:24 GMT]]></title><description><![CDATA[<p dir="auto">[1.51.2]</p>
<ul>
<li>Update gotenberg to 8.31.0</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/123621</link><guid isPermaLink="true">https://forum.cloudron.io/post/123621</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Sat, 18 Apr 2026 07:25:24 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Wed, 15 Apr 2026 05:51:22 GMT]]></title><description><![CDATA[<p dir="auto">[1.51.1]</p>
<ul>
<li>Update paperless-ngx to 2.20.14</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.20.14" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Fix: do not submit permissions for non-owners <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12571" target="_blank" rel="noopener noreferrer nofollow ugc">#​12571</a>)</li>
<li>Fix: prevent duplicate parent tag IDs <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12522" target="_blank" rel="noopener noreferrer nofollow ugc">#​12522</a>)</li>
<li>Fix: dont defer tag change application in workflows <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12478" target="_blank" rel="noopener noreferrer nofollow ugc">#​12478</a>)</li>
<li>Fix: limit share link viewset actions <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12461" target="_blank" rel="noopener noreferrer nofollow ugc">#​12461</a>)</li>
<li>Fix: add fallback ordering for documents by id after created <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12440" target="_blank" rel="noopener noreferrer nofollow ugc">#​12440</a>)</li>
<li>Fixhancement: default mail-created correspondent matching to exact <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12414" target="_blank" rel="noopener noreferrer nofollow ugc">#​12414</a>)</li>
<li>Fix: validate date CF value in serializer <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12410" target="_blank" rel="noopener noreferrer nofollow ugc">#​12410</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/123433</link><guid isPermaLink="true">https://forum.cloudron.io/post/123433</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Wed, 15 Apr 2026 05:51:22 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Tue, 07 Apr 2026 06:58:20 GMT]]></title><description><![CDATA[<p dir="auto">[1.51.0]</p>
<ul>
<li>Update gotenberg to 8.30.1</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/122985</link><guid isPermaLink="true">https://forum.cloudron.io/post/122985</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Tue, 07 Apr 2026 06:58:20 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Tue, 31 Mar 2026 06:29:57 GMT]]></title><description><![CDATA[<p dir="auto">[1.50.1]</p>
<ul>
<li>Update gotenberg to 8.29.1</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v8.29.1" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Assets were no longer being correctly loaded in HTML files. This is now fixed. Thanks <a href="https://github.com/ARawles-GFSC" target="_blank" rel="noopener noreferrer nofollow ugc">@​ARawles-GFSC</a> for the heads up!</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/122723</link><guid isPermaLink="true">https://forum.cloudron.io/post/122723</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Tue, 31 Mar 2026 06:29:57 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Sun, 29 Mar 2026 06:24:48 GMT]]></title><description><![CDATA[<p dir="auto">[1.50.0]</p>
<ul>
<li>Update gotenberg to 8.29.0</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v8.29.0" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><strong>ExifTool Arbitrary File Write</strong>: The <code>/forms/pdfengines/metadata/write</code> endpoint allowed users to pass <code>FileName</code> and <code>Directory</code> pseudo-tags in the metadata JSON, enabling file rename/move to arbitrary paths. User-supplied metadata is now filtered through a blocklist before being passed to ExifTool.</li>
<li><strong>Chromium <code>file://</code> Sub-Resource Restriction</strong>: When converting HTML/Markdown via <code>file://</code>, sub-resources are now restricted to the request's working directory, preventing cross-request file access in <code>/tmp</code>.</li>
<li><strong>Full OpenTelemetry Support</strong>: Distributed tracing, metrics export, and structured logging: all configurable via standard OTEL environment variables (<code>OTEL_TRACES_EXPORTER</code>, <code>OTEL_METRICS_EXPORTER</code>, <code>OTEL_LOGS_EXPORTER</code>, <code>OTEL_EXPORTER_OTLP_ENDPOINT</code>, etc.). Every HTTP request gets a span. External tool calls (Chromium, LibreOffice, QPDF, pdfcpu, pdftk, ExifTool, webhook delivery, download-from) create child spans. Trace context is propagated to outbound HTTP calls via W3C headers.</li>
<li><strong>Structured Logging Migration</strong>: Migrated from custom logging module to <code>slog</code>-based structured logging with OTEL log bridge. Supports auto/JSON/text formats with optional GCP-compatible field names.</li>
<li><strong>Binary Path as Peer Service</strong>: <code>server.address</code> span attribute now uses the actual binary path (e.g., <code>/usr/bin/qpdf</code>) instead of the software name.</li>
<li><strong>Telemetry Control for System Routes</strong>: New flags to disable telemetry for noisy system routes, all defaulting to disabled: <code>--api-disable-root-route-telemetry</code>, <code>--api-disable-debug-route-telemetry</code>, <code>--api-disable-version-route-telemetry</code>, <code>--prometheus-disable-route-telemetry</code>. The existing <code>--api-disable-health-check-route-telemetry</code> default changed from <code>false</code> to <code>true</code>.</li>
<li><strong>Idle Shutdown</strong>: New <code>--chromium-idle-shutdown-timeout</code> flag (default: <code>0s</code>, disabled) to automatically stop Chromium after a configurable idle period, reclaiming memory on low-traffic servers. The process re-launches lazily on the next request.</li>
<li><strong>Network Almost Idle Event</strong>: New <code>skipNetworkAlmostIdleEvent</code> form field (default: <code>true</code>). When set to <code>false</code>, Gotenberg waits for a "network almost idle" event (at most 2 open connections for 500ms) before conversion. This provides a middle ground between the existing <code>skipNetworkIdleEvent</code> (strict, 0 connections) and no wait at all  useful for pages with long-polling or analytics connections that never fully close.</li>
<li><strong>PDF Viewer Preferences</strong> (<a href="https://github.com/gotenberg/gotenberg/issues/1316" target="_blank" rel="noopener noreferrer nofollow ugc">#​1316</a><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=fed68e33a46" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title="):" alt="😞" /> 15 new form fields for controlling PDF viewer behavior: <code>initialView</code>, <code>initialPage</code>, <code>magnification</code>, <code>zoom</code>, <code>pageLayout</code>, <code>firstPageOnLeft</code>, <code>resizeWindowToInitialPage</code>, <code>centerWindow</code>, <code>openInFullScreenMode</code>, <code>displayPDFDocumentTitle</code>, <code>hideViewerMenubar</code>, <code>hideViewerToolbar</code>, <code>hideViewerWindowControls</code>, <code>useTransitionEffects</code>, <code>openBookmarkLevels</code>.</li>
<li><strong>Event Callbacks</strong> (<a href="https://github.com/gotenberg/gotenberg/issues/1473" target="_blank" rel="noopener noreferrer nofollow ugc">#​1473</a><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=fed68e33a46" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title="):" alt="😞" /> New optional <code>Gotenberg-Webhook-Events-Url</code> header. When set, structured JSON events (<code>webhook.success</code>, <code>webhook.error</code>) are POSTed after each webhook operation, with <code>correlationId</code> and <code>timestamp</code>. Additive: existing <code>Gotenberg-Webhook-Url</code> and <code>Gotenberg-Webhook-Error-Url</code> continue to work unchanged.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/122652</link><guid isPermaLink="true">https://forum.cloudron.io/post/122652</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Sun, 29 Mar 2026 06:24:48 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Sat, 21 Mar 2026 07:15:39 GMT]]></title><description><![CDATA[<p dir="auto">[1.48.4]</p>
<ul>
<li>Update paperless-ngx to 2.20.12</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.20.12" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Fix:  Scope the workflow saves to prevent clobbering filename/archive_filename <a href="https://github.com/stumpylog" target="_blank" rel="noopener noreferrer nofollow ugc">@​stumpylog</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12390" target="_blank" rel="noopener noreferrer nofollow ugc">#​12390</a>)</li>
<li>Fix: don't try to usermod/groupmod when non-root + update docs (#&lt;!----&gt;12365) <a href="https://github.com/stumpylog" target="_blank" rel="noopener noreferrer nofollow ugc">@​stumpylog</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12391" target="_blank" rel="noopener noreferrer nofollow ugc">#​12391</a>)</li>
<li>Fix: avoid moving files if already moved <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12389" target="_blank" rel="noopener noreferrer nofollow ugc">#​12389</a>)</li>
<li>Fix: remove pagination from document notes api spec <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12388" target="_blank" rel="noopener noreferrer nofollow ugc">#​12388</a>)</li>
<li>Fix: fix file button hover color in dark mode <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12367" target="_blank" rel="noopener noreferrer nofollow ugc">#​12367</a>)</li>
<li>Fixhancement: only offer basic auth for appropriate requests <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12362" target="_blank" rel="noopener noreferrer nofollow ugc">#​12362</a>)</li>
<li>Fix:  Scope the workflow saves to prevent clobbering filename/archive_filename <a href="https://github.com/stumpylog" target="_blank" rel="noopener noreferrer nofollow ugc">@​stumpylog</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12390" target="_blank" rel="noopener noreferrer nofollow ugc">#​12390</a>)</li>
<li>Fix: avoid moving files if already moved <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12389" target="_blank" rel="noopener noreferrer nofollow ugc">#​12389</a>)</li>
<li>Fix: remove pagination from document notes api spec <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12388" target="_blank" rel="noopener noreferrer nofollow ugc">#​12388</a>)</li>
<li>Fix: fix file button hover color in dark mode <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12367" target="_blank" rel="noopener noreferrer nofollow ugc">#​12367</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/122264</link><guid isPermaLink="true">https://forum.cloudron.io/post/122264</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Sat, 21 Mar 2026 07:15:39 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Mon, 16 Mar 2026 02:15:04 GMT]]></title><description><![CDATA[<p dir="auto">[1.48.3]</p>
<ul>
<li>Update paperless-ngx to 2.20.11</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.20.11" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Fix: correct dropdown list active color in dark mode <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12328" target="_blank" rel="noopener noreferrer nofollow ugc">#​12328</a>)</li>
<li>Fixhancement: clear descendant selections in dropdown when parent toggled <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12326" target="_blank" rel="noopener noreferrer nofollow ugc">#​12326</a>)</li>
<li>Fix: prevent wrapping with larger amounts of tags on small cards, reset moreTags setting to correct count <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12302" target="_blank" rel="noopener noreferrer nofollow ugc">#​12302</a>)</li>
<li>Fix: prevent stale db filename during workflow actions <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12289" target="_blank" rel="noopener noreferrer nofollow ugc">#​12289</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/121921</link><guid isPermaLink="true">https://forum.cloudron.io/post/121921</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Mon, 16 Mar 2026 02:15:04 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Sun, 01 Mar 2026 09:01:21 GMT]]></title><description><![CDATA[<p dir="auto">[1.48.1]</p>
<ul>
<li>Update paperless-ngx to 2.20.9</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.20.9" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Fixhancement: config option reset <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12176" target="_blank" rel="noopener noreferrer nofollow ugc">#​12176</a>)</li>
<li>Fix: correct page count by separating display vs collection sizes for tags <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/12170" target="_blank" rel="noopener noreferrer nofollow ugc">#​12170</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/120968</link><guid isPermaLink="true">https://forum.cloudron.io/post/120968</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Sun, 01 Mar 2026 09:01:21 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Mon, 23 Feb 2026 08:45:05 GMT]]></title><description><![CDATA[<p dir="auto">[1.48.0]</p>
<ul>
<li>Update gotenberg to 8.27.0</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/120600</link><guid isPermaLink="true">https://forum.cloudron.io/post/120600</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Mon, 23 Feb 2026 08:45:05 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Sun, 22 Feb 2026 11:07:44 GMT]]></title><description><![CDATA[<p dir="auto">[1.47.3]</p>
<ul>
<li>Update paperless-ngx to 2.20.8</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.20.8" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/compare/v2.20.7...v2.20.8" target="_blank" rel="noopener noreferrer nofollow ugc">Compare Source</a></li>
<li>This release addresses a security issue (GHSA-7qqc-wrcw-2fj9) and is recommended for all users. Our sincere thank you to the community members who reported this.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/120580</link><guid isPermaLink="true">https://forum.cloudron.io/post/120580</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Sun, 22 Feb 2026 11:07:44 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Sat, 31 Jan 2026 10:52:14 GMT]]></title><description><![CDATA[<p dir="auto">[1.47.1]</p>
<ul>
<li>Update paperless-ngx to 2.20.6</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.20.6" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Fix: extract all ids for nested tags <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11888" target="_blank" rel="noopener noreferrer nofollow ugc">#11888</a>)</li>
<li>Fix: prevent note deletion outside doc <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> <a href="https://github.com/paperless-ngx/paperless-ngx/commit/e4b861d76f2da302136cd2b10c26fcf2f213b974" target="_blank" rel="noopener noreferrer nofollow ugc"><code>e4b861d</code></a></li>
<li>Performance: improve treenode inefficiencies <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/issues/11606" target="_blank" rel="noopener noreferrer nofollow ugc">#11606</a>)</li>
<li>Fixhancement: change date calculation for 'this year' to include future documents <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11884" target="_blank" rel="noopener noreferrer nofollow ugc">#11884</a>)</li>
<li>Fix: Running management scripts under rootless could fail <a href="https://github.com/stumpylog" target="_blank" rel="noopener noreferrer nofollow ugc">@stumpylog</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11870" target="_blank" rel="noopener noreferrer nofollow ugc">#11870</a>)</li>
<li>Fix: use correct field id for overrides <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11869" target="_blank" rel="noopener noreferrer nofollow ugc">#11869</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/119442</link><guid isPermaLink="true">https://forum.cloudron.io/post/119442</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Sat, 31 Jan 2026 10:52:14 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Wed, 14 Jan 2026 07:55:01 GMT]]></title><description><![CDATA[<p dir="auto">[1.46.5]</p>
<ul>
<li>Update paperless-ngx to 2.20.4</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.20.4" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Fix: propagate metadata override created value <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11659" target="_blank" rel="noopener noreferrer nofollow ugc">#11659</a>)</li>
<li>Fix: support ordering by storage path name <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11661" target="_blank" rel="noopener noreferrer nofollow ugc">#11661</a>)</li>
<li>Fix: validate cf integer values within PostgreSQL range <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11666" target="_blank" rel="noopener noreferrer nofollow ugc">#11666</a>)</li>
<li>Fixhancement: add error handling and retry when opening index <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11731" target="_blank" rel="noopener noreferrer nofollow ugc">#11731</a>)</li>
<li>Fix: fix recurring workflow to respect latest run time <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11735" target="_blank" rel="noopener noreferrer nofollow ugc">#11735</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/118461</link><guid isPermaLink="true">https://forum.cloudron.io/post/118461</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Wed, 14 Jan 2026 07:55:01 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Fri, 19 Dec 2025 10:23:16 GMT]]></title><description><![CDATA[<p dir="auto">[1.46.4]</p>
<ul>
<li>Update paperless-ngx to 2.20.3</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.20.3" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>This release addresses a security issue (GHSA-7cq3-mhxq-w946) and is recommended for all users. Thank you to the community members who reported this.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/117328</link><guid isPermaLink="true">https://forum.cloudron.io/post/117328</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Fri, 19 Dec 2025 10:23:16 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Sat, 13 Dec 2025 08:21:45 GMT]]></title><description><![CDATA[<p dir="auto">[1.46.3]</p>
<ul>
<li>Update paperless-ngx to 2.20.2</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.20.2" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Tweakhancement: dim inactive users in users-groups list <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11537" target="_blank" rel="noopener noreferrer nofollow ugc">#11537</a>)</li>
<li>Fix: Expanded SVG validation whitelist and additional checks <a href="https://github.com/stumpylog" target="_blank" rel="noopener noreferrer nofollow ugc">@stumpylog</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11590" target="_blank" rel="noopener noreferrer nofollow ugc">#11590</a>)</li>
<li>Fix: normalize allowed SVG tag and attribute names, add version <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11586" target="_blank" rel="noopener noreferrer nofollow ugc">#11586</a>)</li>
<li>Fix: pass additional arguments to TagSerializer for permissions <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11576" target="_blank" rel="noopener noreferrer nofollow ugc">#11576</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/116951</link><guid isPermaLink="true">https://forum.cloudron.io/post/116951</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Sat, 13 Dec 2025 08:21:45 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Thu, 04 Dec 2025 15:36:35 GMT]]></title><description><![CDATA[<p dir="auto">[1.46.2]</p>
<ul>
<li>Update gotenberg to 8.25.1</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/116502</link><guid isPermaLink="true">https://forum.cloudron.io/post/116502</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Thu, 04 Dec 2025 15:36:35 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Tue, 02 Dec 2025 08:14:22 GMT]]></title><description><![CDATA[<p dir="auto">[1.46.1]</p>
<ul>
<li>Update paperless-ngx to 2.20.1</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.20.1" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Fix: set search term when using advanced search from global search <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11503" target="_blank" rel="noopener noreferrer nofollow ugc">#11503</a>)</li>
<li>Fix: change async handling of select custom field updates <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11490" target="_blank" rel="noopener noreferrer nofollow ugc">#11490</a>)</li>
<li>Fix: skip SSL for MariaDB ping in init script <a href="https://github.com/danielrheinbay" target="_blank" rel="noopener noreferrer nofollow ugc">@danielrheinbay</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11491" target="_blank" rel="noopener noreferrer nofollow ugc">#11491</a>)</li>
<li>Fix: handle allauth groups location breaking change <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11471" target="_blank" rel="noopener noreferrer nofollow ugc">#11471</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/116332</link><guid isPermaLink="true">https://forum.cloudron.io/post/116332</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Tue, 02 Dec 2025 08:14:22 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Sun, 23 Nov 2025 15:06:47 GMT]]></title><description><![CDATA[<p dir="auto">[1.46.0]</p>
<ul>
<li>Update paperless-ngx to 2.20.0</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.20.0" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Feature: Upgrade underlying Docker image to Trixie <a href="https://github.com/stumpylog" target="_blank" rel="noopener noreferrer nofollow ugc">@stumpylog</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/10562" target="_blank" rel="noopener noreferrer nofollow ugc">#10562</a>)</li>
<li>Fixhancement: more log viewer improvements <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11426" target="_blank" rel="noopener noreferrer nofollow ugc">#11426</a>)</li>
<li>Performance: Replace duplicated static files with symlinks <a href="https://github.com/stumpylog" target="_blank" rel="noopener noreferrer nofollow ugc">@stumpylog</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11418" target="_blank" rel="noopener noreferrer nofollow ugc">#11418</a>)</li>
<li>Enhancement: add more relative dates, support modified <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11411" target="_blank" rel="noopener noreferrer nofollow ugc">#11411</a>)</li>
<li>Performance: make move files after select custom field change async <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11391" target="_blank" rel="noopener noreferrer nofollow ugc">#11391</a>)</li>
<li>Enhancement: Use a better check for the MariaDB server to be ready <a href="https://github.com/stumpylog" target="_blank" rel="noopener noreferrer nofollow ugc">@stumpylog</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11396" target="_blank" rel="noopener noreferrer nofollow ugc">#11396</a>)</li>
<li>Enhancement: speed-up docker container startup <a href="https://github.com/flrgh" target="_blank" rel="noopener noreferrer nofollow ugc">@flrgh</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11134" target="_blank" rel="noopener noreferrer nofollow ugc">#11134</a>)</li>
<li>Fix: prevent focus loss from change detection in cf query dropdown <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11409" target="_blank" rel="noopener noreferrer nofollow ugc">#11409</a>)</li>
<li>Fix: sort editing filterable dropdowns sooner <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11404" target="_blank" rel="noopener noreferrer nofollow ugc">#11404</a>)</li>
<li>Fix: support for custom field ordering w advanced search <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11383" target="_blank" rel="noopener noreferrer nofollow ugc">#11383</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/115827</link><guid isPermaLink="true">https://forum.cloudron.io/post/115827</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Sun, 23 Nov 2025 15:06:47 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Mon, 17 Nov 2025 07:48:06 GMT]]></title><description><![CDATA[<p dir="auto">[1.45.0]</p>
<ul>
<li>Update gotenberg to 8.25.0</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/115481</link><guid isPermaLink="true">https://forum.cloudron.io/post/115481</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Mon, 17 Nov 2025 07:48:06 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Sun, 16 Nov 2025 10:00:44 GMT]]></title><description><![CDATA[<p dir="auto">[1.44.6]</p>
<ul>
<li>Update paperless-ngx to 2.19.6</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.19.6" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Fix: include BASE_URL when constructing <code>doc_url</code> for workflows <a href="https://github.com/ebardsley" target="_blank" rel="noopener noreferrer nofollow ugc">@​ebardsley</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11360" target="_blank" rel="noopener noreferrer nofollow ugc">#​11360</a>)</li>
<li>Fixhancement: refactor email attachment logic <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11336" target="_blank" rel="noopener noreferrer nofollow ugc">#​11336</a>)</li>
<li>Fixhancement: trim whitespace for some text searches <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11357" target="_blank" rel="noopener noreferrer nofollow ugc">#​11357</a>)</li>
<li>Fix: update Outlook refresh token when refreshed <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11341" target="_blank" rel="noopener noreferrer nofollow ugc">#​11341</a>)</li>
<li>Fix: only cache remote version data for version checking <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11320" target="_blank" rel="noopener noreferrer nofollow ugc">#​11320</a>)</li>
<li>Fix: include replace none logic in storage path preview, improve jinja conditionals for empty metadata <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@​shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11315" target="_blank" rel="noopener noreferrer nofollow ugc">#​11315</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/115450</link><guid isPermaLink="true">https://forum.cloudron.io/post/115450</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Sun, 16 Nov 2025 10:00:44 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Fri, 07 Nov 2025 06:48:20 GMT]]></title><description><![CDATA[<p dir="auto">[1.44.5]</p>
<ul>
<li>Update paperless-ngx to 2.19.5</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.19.5" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Fix: ensure custom field query propagation, change detection <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11291" target="_blank" rel="noopener noreferrer nofollow ugc">#11291</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/114987</link><guid isPermaLink="true">https://forum.cloudron.io/post/114987</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Fri, 07 Nov 2025 06:48:20 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Tue, 04 Nov 2025 06:48:07 GMT]]></title><description><![CDATA[<p dir="auto">[1.44.4]</p>
<ul>
<li>Update paperless-ngx to 2.19.4</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.19.4" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Fix: use original_file when attaching docs to workflow emails with added trigger <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11266" target="_blank" rel="noopener noreferrer nofollow ugc">#11266</a>)</li>
<li>Fix: mark 'Select' button in doc list for translation <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11278" target="_blank" rel="noopener noreferrer nofollow ugc">#11278</a>)</li>
<li>Fix: respect fields parameter for created field <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11251" target="_blank" rel="noopener noreferrer nofollow ugc">#11251</a>)</li>
<li>Fix: improve legibility of processed mail error popover in light mode <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11258" target="_blank" rel="noopener noreferrer nofollow ugc">#11258</a>)</li>
<li>Fixhancement: truncate large logs, improve auto-scroll <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11239" target="_blank" rel="noopener noreferrer nofollow ugc">#11239</a>)</li>
<li>Fix: delay iframe DOM removal, handle onafterprint error for print in FF <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11237" target="_blank" rel="noopener noreferrer nofollow ugc">#11237</a>)</li>
<li>Fix: de-deduplicate children in tag list when filtering <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11229" target="_blank" rel="noopener noreferrer nofollow ugc">#11229</a>)</li>
<li>Performance: re-enable virtual scroll, bump ng-select <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11279" target="_blank" rel="noopener noreferrer nofollow ugc">#11279</a>)</li>
<li>Performance: use virtual scroll container and log level parsing for logs view <a href="https://github.com/MickLesk" target="_blank" rel="noopener noreferrer nofollow ugc">@MickLesk</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11233" target="_blank" rel="noopener noreferrer nofollow ugc">#11233</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/114830</link><guid isPermaLink="true">https://forum.cloudron.io/post/114830</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Tue, 04 Nov 2025 06:48:07 GMT</pubDate></item><item><title><![CDATA[Reply to Paperless-ngx - Package Updates on Thu, 30 Oct 2025 08:29:09 GMT]]></title><description><![CDATA[<p dir="auto">[1.44.3]</p>
<ul>
<li>Update paperless-ngx to 2.19.3</li>
<li><a href="https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.19.3" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Fix: remove unnecessary permission requirements for new email endpoint <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11215" target="_blank" rel="noopener noreferrer nofollow ugc">#11215</a>)</li>
<li>Fix: refactor nested sorting in filterable dropdowns <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11214" target="_blank" rel="noopener noreferrer nofollow ugc">#11214</a>)</li>
<li>Fix: add root tag filtering for tag list page consistency, fix toggle all <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11208" target="_blank" rel="noopener noreferrer nofollow ugc">#11208</a>)</li>
<li>Fix: support ConsumableDocument in email attachments <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11196" target="_blank" rel="noopener noreferrer nofollow ugc">#11196</a>)</li>
<li>Fix: add missing import for ConfirmButtonComponent in user-edit-dialog <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11167" target="_blank" rel="noopener noreferrer nofollow ugc">#11167</a>)</li>
<li>Fix: resolve migration warning in 2.19.2 <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11157" target="_blank" rel="noopener noreferrer nofollow ugc">#11157</a>)</li>
<li>Change: make workflow action only title draggable <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11209" target="_blank" rel="noopener noreferrer nofollow ugc">#11209</a>)</li>
<li>Change: change workflowrun to softdeletemodel <a href="https://github.com/shamoon" target="_blank" rel="noopener noreferrer nofollow ugc">@shamoon</a> (<a href="https://github.com/paperless-ngx/paperless-ngx/pull/11194" target="_blank" rel="noopener noreferrer nofollow ugc">#11194</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/114593</link><guid isPermaLink="true">https://forum.cloudron.io/post/114593</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Thu, 30 Oct 2025 08:29:09 GMT</pubDate></item></channel></rss>