<feed xmlns="http://www.w3.org/2005/Atom"><title>Miniflux</title><id>https://miniflux.app/</id><updated>2026-04-04T00:00:00Z</updated><author><name>Frédéric Guillot</name></author><link rel="alternate" type="text/html" href="https://miniflux.app/"/><link rel="self" type="application/atom+xml" href="https://miniflux.app/feed.xml"/><entry><title>Miniflux 2.2.19</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.19.html"/><id>https://miniflux.app/releases/2.2.19.html</id><updated>2026-04-04T00:00:00Z</updated><content type="html"><![CDATA[<h3 id="security">Security</h3>
<ul>
<li>Remove sensitive values (CSRF tokens, OAuth state, session cookies) from log messages.</li>
<li>Improve OAuth2 security:
<ul>
<li>Verify OIDC ID token signatures and claims.</li>
<li>Prevent OAuth identity overwrite when already linked.</li>
<li>Clear PKCE verifier and CSRF state after use.</li>
<li>Validate HTTP status from Google userinfo endpoint.</li>
</ul>
</li>
<li>Use HMAC-SHA256 instead of SHA1 for Google Reader API authentication.</li>
<li>Use constant-time comparison for token validation.</li>
<li>Fix potential DoS when truncating large untrusted input in templates.</li>
<li>Reject oversized favicons.</li>
</ul>
<h3 id="improvements">Improvements</h3>
<ul>
<li>Improve configuration validation with cross-field consistency checks.</li>
<li>OAuth2:
<ul>
<li>Explicit provider selection via <code>OAUTH2_PROVIDER</code>.</li>
<li>Better separation between Google and OIDC providers.</li>
<li>Updated Google OAuth endpoints to v2.</li>
</ul>
</li>
<li>UI:
<ul>
<li>Add cache-busting for static assets (JS, CSS, icons).</li>
<li>Add <code>Cache-Control: immutable</code> for static resources.</li>
</ul>
</li>
<li>Sanitizer:
<ul>
<li>Allow iframes from <code>framatube.org</code>.</li>
<li>Improve performance and parsing behavior.</li>
</ul>
</li>
<li>Metrics and workers:
<ul>
<li>Graceful shutdown support for worker pool and metrics collector.</li>
<li>Better error reporting for metrics.</li>
</ul>
</li>
<li>API / HTTP:
<ul>
<li>Support weak ETag comparison.</li>
<li>Improve response helpers and headers handling.</li>
</ul>
</li>
</ul>
<h3 id="performance">Performance</h3>
<ul>
<li>Reduce number of SQL queries for unread entries and UI pages.</li>
<li>Optimize database queries and locking behavior:
<ul>
<li>Use <code>SKIP LOCKED</code> in archive operations.</li>
<li>Reduce unnecessary queries and connections.</li>
</ul>
</li>
<li>Improve UI performance:
<ul>
<li>Cache keymaps instead of recomputing on each keypress.</li>
<li>Batch DOM updates when marking entries as read.</li>
</ul>
</li>
<li>Optimize sanitizer, media proxy, routing, and template rendering.</li>
<li>Reduce allocations in various hot paths.</li>
</ul>
<h3 id="bug-fixes">Bug Fixes</h3>
<ul>
<li>Fix category update validation rendering.</li>
<li>Fix redirect after marking a feed as read from category view.</li>
<li>Fix timezone comparison logic.</li>
<li>Fix Arabic pluralization rules (<code>ar_SA</code>).</li>
<li>Fix validator behavior when clearing user filters.</li>
<li>Fix CLI behavior for <code>--info</code> and <code>--version</code>.</li>
<li>Fix CORS preflight responses (return 204).</li>
<li>Ensure 204 responses do not include <code>Content-Type</code>.</li>
<li>Ignore unsupported media proxy targets and handle MIME types correctly.</li>
</ul>
<h3 id="refactoring">Refactoring</h3>
<ul>
<li>Remove dependency on <code>gorilla/mux</code> across the codebase.</li>
<li>Improve code structure and naming consistency (API, OAuth2, config, validators).</li>
<li>Simplify timezone and server setup logic.</li>
<li>Improve testability and documentation (GoDoc updates).</li>
</ul>
<h3 id="dependencies">Dependencies</h3>
<ul>
<li>
<p>Update multiple dependencies, including:</p>
<ul>
<li><code>github.com/lib/pq</code></li>
<li><code>github.com/go-jose/go-jose/v4</code></li>
<li><code>github.com/go-webauthn/webauthn</code></li>
<li><code>github.com/andybalholm/brotli</code></li>
<li><code>github.com/tdewolff/minify/v2</code></li>
<li><code>golang.org/x/image</code></li>
<li><code>github.com/PuerkitoBio/goquery</code></li>
</ul>
</li>
</ul>
<hr>
<p>As always, thank you to all contributors who helped improve Miniflux in this release.</p>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux-2.2.19-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux_2.2.19_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux_2.2.19_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.19/miniflux_2.2.19_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.18</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.18.html"/><id>https://miniflux.app/releases/2.2.18.html</id><updated>2026-03-14T00:00:00Z</updated><content type="html"><![CDATA[<h3 id="security">Security</h3>
<ul>
<li>Block outbound requests to private networks made by the fetcher by default.</li>
<li>Add SSRF protection for integration HTTP clients by blocking connections to private network addresses at connect time.</li>
<li>Fix a possible SSRF TOCTOU / DNS-rebinding issue in the fetcher private network check.</li>
<li>Ensure private network protections also apply to redirect targets.</li>
<li>Treat RFC 6598 shared address space (<code>100.64.0.0/10</code>) as non-public.</li>
</ul>
<h3 id="breaking-changes">Breaking Changes</h3>
<p>To prevent potential SSRF, Miniflux now blocks access to services hosted on private networks by default.</p>
<ul>
<li><code>FETCHER_ALLOW_PRIVATE_NETWORKS=1</code> must now be enabled to access feeds hosted on a local network.</li>
<li><code>INTEGRATION_ALLOW_PRIVATE_NETWORKS=1</code> must now be enabled to access third-party integration services hosted on a local network.</li>
</ul>
<h3 id="improvements">Improvements</h3>
<ul>
<li>Apply entry blocking rules both before and after scraping to avoid unnecessary requests and allow matching on fetched content.</li>
<li>Add <code>ignore_entry_updates</code> feed option to skip updating existing entries during scheduled polling.</li>
<li>Add Arabic (<code>ar_SA</code>) translation.</li>
<li>Add Galician (<code>gl_ES</code>) translation.</li>
<li>Update Polish translation.</li>
<li>Various performance improvements across multiple components (fetcher, parser, sanitizer, readability, URL cleaner, feed discovery, and Google Reader API).</li>
<li>Simplify parts of the Google Reader code and reduce allocations in several hot paths.</li>
<li>Reduce fetcher request size slightly to improve packet efficiency.</li>
</ul>
<h3 id="bug-fixes">Bug Fixes</h3>
<ul>
<li>Fix multiple bugs and inconsistencies across integration sub-packages (error handling, logging, status checks, and naming).</li>
<li>Fix potential panic in the Omnivore integration when handling empty error arrays.</li>
<li>Correct error prefixes and typos in several integrations.</li>
</ul>
<h3 id="dependencies">Dependencies</h3>
<ul>
<li>Update <code>golang.org/x/net</code> to 0.52.0.</li>
<li>Update <code>golang.org/x/crypto</code> to 0.49.0.</li>
<li>Update <code>golang.org/x/image</code> to 0.37.0.</li>
<li>Update <code>golang.org/x/oauth2</code> to 0.36.0.</li>
<li>Update <code>github.com/go-webauthn/webauthn</code> to 0.16.1.</li>
<li>Update <code>github.com/tdewolff/minify/v2</code> to 2.24.10.</li>
</ul>
<h3 id="other-changes">Other Changes</h3>
<ul>
<li>Upgrade to Go 1.26.</li>
<li>Add <code>go:fix</code> directive for deprecated <code>client.New()</code> to ease migration to <code>NewClient()</code>.</li>
<li>Add KOI8-R encoding tests with a sample XML feed.</li>
<li>Add additional tests for <code>CharsetReader</code>.</li>
<li>Update several GitHub Actions used for CI and container builds.</li>
<li>Avoid building Debian packages bi-weekly on forks.</li>
</ul>
<hr>
<p>As always, thank you to all contributors who helped improve Miniflux in this release.</p>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux-2.2.18-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux_2.2.18_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux_2.2.18_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.18/miniflux_2.2.18_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.17</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.17.html"/><id>https://miniflux.app/releases/2.2.17.html</id><updated>2026-02-13T00:00:00Z</updated><content type="html"><![CDATA[<h3 id="security">Security</h3>
<ul>
<li>Do not expose the Miniflux version on unauthenticated endpoints (deprecated since version 2.0.49).</li>
<li>Improve HTML sanitizer by switching from the tokenizer to the <code>golang.org/x/net/html</code> parser to better match browser behavior and reduce the risk of injection issues.</li>
<li>Enforce blocked resource checks on <code>srcset</code> URLs.</li>
<li>Improve blocked resource handling (including updates to blocked URL substrings).</li>
<li>Add validation for <code>TRUSTED_REVERSE_PROXY_NETWORKS</code> configuration to prevent silent misconfiguration.</li>
<li>Prevent possible deadlock when cleaning removed entries.</li>
<li>Ensure HTTP response bodies are always closed, even on client errors.</li>
</ul>
<h3 id="improvements">Improvements</h3>
<ul>
<li>
<p>Rewrite <code>srcset</code> parser to follow HTML specifications (WebKit-style parsing) and handle edge cases more correctly.</p>
</li>
<li>
<p>Improve sanitizer performance (various optimizations, including reduced allocations and better attribute handling).</p>
</li>
<li>
<p>Handle deeply nested HTML more robustly in the sanitizer.</p>
</li>
<li>
<p>Add scraper and rewrite rules for:</p>
<ul>
<li><code>bleepingcomputer.com</code></li>
<li><code>vnexpress.net</code></li>
</ul>
</li>
<li>
<p>Improve JSON Feed support:</p>
<ul>
<li>Support malformed feeds with <code>author</code> objects in the <code>authors</code> array.</li>
<li>Avoid panic when parsing <code>null</code> feeds.</li>
<li>Improve title fallback logic.</li>
<li>Include <code>external_url</code> in JSON entry hash fallback.</li>
</ul>
</li>
<li>
<p>Ignore WordPress <code>wp-json</code> API endpoint during JSON feed discovery.</p>
</li>
<li>
<p>Add unread status filter to search results.</p>
</li>
<li>
<p>Improve timezone handling internals and performance.</p>
</li>
<li>
<p>Improve API payload structures and Godoc comments.</p>
</li>
<li>
<p>Improve JavaScript code readability and keyboard shortcut handling.</p>
</li>
<li>
<p>Restore cmd/ctrl/shift-click behavior on main navigation.</p>
</li>
<li>
<p>Fix Safari PWA behavior for the <code>v</code> shortcut to open links in the main browser.</p>
</li>
</ul>
<h3 id="bug-fixes">Bug Fixes</h3>
<ul>
<li>Do not keep old enclosures when an updated entry has none.</li>
<li>Handle <code>sql.ErrNoRows</code> properly in <code>IconByFeedID</code>.</li>
<li>Change <code>FindRemoteIP</code> to fall back to <code>127.0.0.1</code>.</li>
</ul>
<h3 id="configuration-changes">Configuration Changes</h3>
<ul>
<li>Removed <code>FILTER_ENTRY_MAX_AGE_DAYS</code>.
This option can be replaced with a filter rule such as <code>max-age:&lt;duration&gt;</code>.
Global environment variables should be reserved for process-level configuration.</li>
</ul>
<h3 id="dependencies">Dependencies</h3>
<ul>
<li>
<p>Update <code>github.com/lib/pq</code> to 1.11.2.</p>
</li>
<li>
<p>Update:</p>
<ul>
<li><code>golang.org/x/net</code> to 0.50.0</li>
<li><code>golang.org/x/crypto</code> to 0.48.0</li>
<li><code>golang.org/x/image</code> to 0.36.0</li>
<li><code>golang.org/x/oauth2</code> to 0.35.0</li>
<li><code>golang.org/x/term</code> to 0.40.0</li>
</ul>
</li>
<li>
<p>Update Debian packager Docker image to Trixie.</p>
</li>
</ul>
<hr>
<p>As always, thank you to all contributors who helped improve Miniflux in this release.</p>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux-2.2.17-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux_2.2.17_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux_2.2.17_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.17/miniflux_2.2.17_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.16</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.16.html"/><id>https://miniflux.app/releases/2.2.16.html</id><updated>2026-01-06T00:00:00Z</updated><content type="html"><![CDATA[<h3 id="security">Security</h3>
<ul>
<li>Disallow the media proxy from fetching resources on private networks to mitigate potential SSRF issues. This behavior is configurable at the instance level.</li>
<li>Disallow fetching feed icons from private networks to reduce the SSRF attack surface. This is also configurable at the instance level.</li>
<li>Add the <code>TRUSTED_REVERSE_PROXY_NETWORKS</code> configuration option to prevent spoofing of HTTP headers such as <code>X-Forwarded-For</code>, <code>X-Forwarded-Proto</code>, and <code>X-Real-Ip</code>. This option must be configured when <code>AUTH_PROXY_HEADER</code> is enabled.</li>
<li>Stop logging generated Google Reader API tokens, even when debug mode is enabled.</li>
<li>Remove the CORS handler from the Google Reader API, as it is not intended to be used by web clients, reducing the overall attack surface.</li>
</ul>
<h3 id="performance-and-storage">Performance and Storage</h3>
<ul>
<li>Avoid indexing the content of removed entries, significantly reducing database index size after cleanup.</li>
<li>Minor storage and database refactoring to simplify code paths and reduce unnecessary formatting overhead.</li>
</ul>
<h3 id="api-and-integrations">API and Integrations</h3>
<ul>
<li>Add a new API endpoint to import entries into an existing feed.</li>
<li>Execute the content sanitizer when updating or importing entries through the API to ensure consistent sanitization.</li>
<li>Improve Google Reader API compatibility by removing unnecessary output parameter checks and aligning behavior with other open-source RSS readers.</li>
<li>Add an auto-push option to the Readeck integration.</li>
</ul>
<h3 id="user-interface">User Interface</h3>
<ul>
<li>Add smooth page transitions for a more polished navigation experience.</li>
<li>Add a route to view individual starred entries directly from a category’s starred list.</li>
<li>Add a link to the GitHub contributors page in templates.</li>
<li>Update all translations.</li>
</ul>
<h3 id="documentation-and-tooling">Documentation and Tooling</h3>
<ul>
<li>Improve consistency and fix typos in the <code>miniflux(1)</code> manual page.</li>
<li>Remove the obsolete <code>version</code> key from Docker Compose examples.</li>
<li>Update the Go devcontainer image to <code>go:1-trixie</code>.</li>
<li>Update the Distroless container base image to Debian 13.</li>
<li>Update GitHub Actions dependencies.</li>
</ul>
<hr>
<p>As always, thank you to all contributors who helped improve Miniflux in this release.</p>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux-2.2.16-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux_2.2.16_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux_2.2.16_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.16/miniflux_2.2.16_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.15</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.15.html"/><id>https://miniflux.app/releases/2.2.15.html</id><updated>2025-12-09T00:00:00Z</updated><content type="html"><![CDATA[<h3 id="new-features">New Features</h3>
<ul>
<li>New configuration option to disable the Miniflux API</li>
<li>Added option to save entries to a specific Linkwarden collection</li>
<li>YouTube subscription improvements:
<ul>
<li>Provide multiple feeds for YouTube content: Channel, videos only, short videos, live streams</li>
<li>Better canonical URL detection (now has its own dedicated step)</li>
<li>Improved YouTube channel parsing, including default playlists</li>
</ul>
</li>
<li>Allow feed entries with <code>&lt;i&gt;</code> and <code>&lt;small&gt;</code> tags</li>
<li>URL Cleaner: Remove additional trackers from URLs</li>
</ul>
<h3 id="bug-fixes">Bug Fixes</h3>
<ul>
<li><strong>YouTube embeds:</strong> Avoid Error 153 (<code>video player configuration error</code>) in various scenarios</li>
<li><strong>API:</strong> <code>fetchContent</code> endpoint now properly rewrites media URLs when using the media proxy</li>
<li><strong>Security:</strong> Only relative paths are now allowed for the <code>redirectURL</code> parameter</li>
<li><strong>CI fixes:</strong>
<ul>
<li>Improved CodeQL workflow (language matrix + dynamic analysis)</li>
<li>Fixed missing GitHub Actions permissions</li>
<li>Fixed RPM package versioning for scheduled and pull_request triggers</li>
</ul>
</li>
</ul>
<h3 id="refactoring--maintenance">Refactoring &amp; Maintenance</h3>
<ul>
<li>JavaScript optimizations: use <code>replace</code> instead of <code>remove/add</code>, minor regex cleanup</li>
<li>Performance improvement: removed string concatenation in loops</li>
<li>Updated Polish translation</li>
<li>Updated Postgres volume path in Docker Compose examples</li>
<li>Added new CI workflow to mirror the Git repo to Codeberg</li>
</ul>
<h3 id="dependency-updates">Dependency Updates</h3>
<p>This release includes updates to several dependencies:</p>
<ul>
<li><code>golang.org/x/*</code> modules (<code>net</code>, <code>oauth2</code>, <code>image</code>, <code>crypto</code>)</li>
<li><code>github.com/tdewolff/minify/v2</code></li>
<li><code>github.com/coreos/go-oidc/v3</code></li>
<li><code>github.com/go-webauthn/webauthn</code></li>
<li><code>github.com/PuerkitoBio/goquery</code></li>
<li>Docker base image updates (Alpine 3.23)</li>
<li>GitHub Actions:
<ul>
<li><code>actions/checkout</code> v6</li>
<li><code>actions/upload-artifact</code> v5</li>
<li><code>golangci/golangci-lint-action</code> v9</li>
</ul>
</li>
</ul>
<p>For more details, look at the Git commit history.</p>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux-2.2.15-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux_2.2.15_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux_2.2.15_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.15/miniflux_2.2.15_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.14</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.14.html"/><id>https://miniflux.app/releases/2.2.14.html</id><updated>2025-10-22T00:00:00Z</updated><content type="html"><![CDATA[<h3 id="new-features">New Features</h3>
<ul>
<li><strong>Go Client:</strong> Allow passing a custom <code>http.Client</code> and add context support to API methods.</li>
<li><strong>UI:</strong> Redirect users back to the original page after logging in.</li>
<li><strong>Template:</strong> Improved Content Security Policy: extracted CSP generation into a function, added systematic nonces, and changed <code>default-src</code> to <code>'none'</code> for stronger security.</li>
<li><strong>Integrations:</strong>
<ul>
<li>Added <strong>tags option</strong> for the Karakeep integration.</li>
<li>Added new <strong>Archive.org</strong> integration.</li>
</ul>
</li>
<li><strong>Rewrite Rules:</strong>
<ul>
<li>Added <code>remove_img_blur_params</code> rule.</li>
<li>Added <code>add_image_title</code> rule for <em>explainxkcd.com</em>.</li>
</ul>
</li>
</ul>
<h3 id="improvements--refactoring">Improvements &amp; Refactoring</h3>
<ul>
<li>Replaced custom modal with native <code>&lt;dialog&gt;</code> element for simpler, more accessible UI.</li>
<li>Simplified date parsing in the reader and XML encoding logic.</li>
<li>Optimized sanitizer functions (<code>hasRequiredAttributes</code>, <code>hasValidURIScheme</code>, <code>isBlockedResource</code>).</li>
<li>Replaced <code>fmt.Errorf</code> with <code>errors.New</code> where applicable.</li>
<li>Removed dependency on <code>hstore</code> in the database layer and relaxed implicit <code>NOT NULL</code> for serial types.</li>
<li>Simplified Fever API slice sizing and various internal cleanups.</li>
<li>Preallocated slices and optimized string/number conversions for better performance.</li>
</ul>
<h3 id="tests">Tests</h3>
<ul>
<li>Added test cases for XML encoding behavior.</li>
</ul>
<h3 id="bug-fixes">Bug Fixes</h3>
<ul>
<li>Fixed CSS layout overflow when external links are too long.</li>
<li>Fixed JSON Feed parser to fallback to <code>external_url</code> when <code>url</code> is missing.</li>
<li>Updated scraper rule for <em>Dark Reading</em>.</li>
</ul>
<h3 id="documentation">Documentation</h3>
<ul>
<li>Clarified the <code>POLLING_FREQUENCY</code> environment variable in the documentation.</li>
</ul>
<h3 id="build--ci">Build &amp; CI</h3>
<ul>
<li>
<p>Updated dependencies:</p>
<ul>
<li><code>github.com/tdewolff/minify/v2</code> → 2.24.4</li>
<li><code>golang.org/x/net</code> → 0.46.0</li>
<li><code>golang.org/x/image</code> → 0.32.0</li>
<li><code>golang.org/x/oauth2</code> → 0.32.0</li>
<li><code>github.com/coreos/go-oidc/v3</code> → 3.16.0</li>
<li><code>github/codeql-action</code> → 4</li>
</ul>
</li>
<li>
<p>Updated <code>make lint</code> and enabled additional Go linters (<code>perfsprint</code>, <code>goheader</code>).</p>
</li>
</ul>
<h3 id="additional-notes">Additional Notes</h3>
<p>If you are seeing this Postgres error: <code>Error: pq: must be owner of extension hstore</code>, you can fix it by running the following SQL command as a superuser for the Miniflux database:</p>
<pre><code class="language-sql">DROP EXTENSION hstore;
</code></pre>
<p>This error means you initially created the <code>hstore</code> extension as a different database user than the one you are currently using for Miniflux.</p>
<p>For more details, look at the Git commit history.</p>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux-2.2.14-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux_2.2.14_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux_2.2.14_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.14/miniflux_2.2.14_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.13</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.13.html"/><id>https://miniflux.app/releases/2.2.13.html</id><updated>2025-09-18T00:00:00Z</updated><content type="html"><![CDATA[<h3 id="new-features">New Features</h3>
<ul>
<li><strong>UI:</strong> Added a &ldquo;Back to top&rdquo; link for easier navigation.</li>
<li><strong>Integrations:</strong>
<ul>
<li>Added support for <strong>Wallabag tags</strong>.</li>
<li>Added support for <strong>LinkTaco</strong> service to save articles.</li>
</ul>
</li>
</ul>
<h3 id="bug-fixes">Bug Fixes</h3>
<ul>
<li><strong>API:</strong> Fixed issue where <code>removed</code> entries could still be returned. It was generating an error when fetching entries.</li>
<li><strong>Icons:</strong> Improved handling of relative icon URLs within subfolders.</li>
<li><strong>Timezone:</strong> Ensured only current IANA time zones are used. This avoids issues with Debian Trixie where deprecated time zones have been removed.</li>
</ul>
<h3 id="-refactoring--improvements">🛠 Refactoring &amp; Improvements</h3>
<ul>
<li>Complete rewrite of the config parser with validation and consistency improvements.</li>
<li>Combined YouTube subscription parsing functions into a single function.</li>
<li>Simplified and optimized JavaScript files (<code>modal_handler.js</code>, removed <code>isTouchSupported()</code>).</li>
<li>Refactored internal code to consistently use <code>time.Duration</code> for time values across CLI, server, fetcher, metrics, and HTTP components.</li>
<li>Replaced &ldquo;Bookmarks&rdquo; with &ldquo;Starred&rdquo; across UI and codebase for consistency.</li>
<li>Template and UI cleanups: explicit template dependencies, moved inline SVGs to <code>sprite.svg</code>, improved <code>layout.html</code> consistency.</li>
<li>Strengthened the JavaScript Trusted Types policy to enhance security.</li>
<li>Updated translations for German, Polish, and French.</li>
</ul>
<h3 id="performance">Performance</h3>
<ul>
<li><strong>XML Parsing:</strong> Optimized <code>filterValidXMLChars</code> (~4% faster).</li>
<li><strong>Sanitizer:</strong> Improved sanitization performance by ~10% using <code>slices.Contains</code>.</li>
<li>Converted slices to arrays in some internal structures for efficiency.</li>
</ul>
<h3 id="dependency-updates">Dependency Updates</h3>
<ul>
<li><strong>go-webauthn/webauthn:</strong> 0.13.4 → 0.14.0</li>
<li><strong>golang.org/x/net:</strong> 0.43.0 → 0.44.0</li>
<li><strong>golang.org/x/image:</strong> 0.30.0 → 0.31.0</li>
<li><strong>golang.org/x/crypto:</strong> 0.41.0 → 0.42.0</li>
<li><strong>golang.org/x/term:</strong> 0.34.0 → 0.35.0</li>
<li><strong>golang.org/x/oauth2:</strong> 0.30.0 → 0.31.0</li>
<li><strong>tdewolff/minify/v2:</strong> 2.23.11 → 2.24.3</li>
<li><strong>prometheus/client_golang:</strong> 1.23.0 → 1.23.2</li>
<li>GitHub Actions: <code>setup-go</code> and <code>setup-python</code> bumped from v5 → v6</li>
</ul>
<p>For more details, look at the commit history.</p>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux-2.2.13-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux_2.2.13_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux_2.2.13_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.13/miniflux_2.2.13_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.12</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.12.html"/><id>https://miniflux.app/releases/2.2.12.html</id><updated>2025-08-20T00:00:00Z</updated><content type="html"><![CDATA[<h3 id="new-features">New Features</h3>
<ul>
<li>Keep only metadata of removed entries to reduce database size.</li>
<li>Removed entry status is now immutable and cannot be changed back to <code>unread</code> or <code>read</code> status.</li>
<li>SVG favicons are now minified before storing them in the database.</li>
<li>Added support for resizing WebP images.</li>
<li>Main menu now includes icons.</li>
<li>Added Progressive Web App (PWA) shortcuts for quick access to common actions.</li>
<li>Added direct link to the Apache 2.0 license on the About page.</li>
<li>Feed-level webhook URLs now take priority when saving entries.</li>
<li>New option: <code>POLLING_LIMIT_PER_HOST</code> to limit concurrent requests per host.
Limits the number of concurrent requests to the same hostname when polling feeds.
This helps prevent overwhelming a single server during batch processing by the worker pool.</li>
<li>Added a rewrite rule to remove useless heading images on Phoronix articles.</li>
<li>Use Golang&rsquo;s built-in VCS feature to get commit and build date when not specified by <code>LDFLAGS</code>.</li>
<li>Disable OAuth2 and WebAuthn routes when the feature is not enabled.</li>
<li>Added request URI logging in authentication handlers.</li>
</ul>
<h3 id="fixes">Fixes</h3>
<ul>
<li>Limited <code>tsvector</code> indexing to the first 500K characters to avoid PostgreSQL limits.</li>
<li>Use <code>rel=apple-touch-icon</code> instead of <code>rel=apple-touch-icon-precomposed.png</code>.</li>
<li>Fixed broken WebAuthn error alert message on the settings page.</li>
<li>Reverted <code>SameSiteStrict</code> cookie mode because it forces people to authenticate each time when using the PWA on Android.</li>
<li>Prevent stale data by forcing reload when navigating back from articles (fix for Chrome&rsquo;s <strong>bfcache</strong>).</li>
<li>Fixed URL detection capturing newlines in media descriptions.</li>
</ul>
<h3 id="performance-improvements">Performance Improvements</h3>
<ul>
<li>Optimized SQL queries (<code>FetchJobs</code>, <code>markFeedAsRead</code>) by removing unnecessary joins and heavy-weight operations.</li>
<li>Improved memory usage by minimizing SVGs, static images, and templates.</li>
<li>WebAuthn script (<code>webauthn.js</code>) is no longer loaded when the feature is disabled.</li>
<li>Replaced regex-based YouTube and Invidious video ID extraction with URL parsing.</li>
<li>Introspect the translation files at load time.</li>
<li>Parse and merge filters only once per refresh.</li>
</ul>
<h3 id="refactoring--internal-changes">Refactoring &amp; Internal Changes</h3>
<ul>
<li>Extensive refactoring across UI, templates, storage, and fetcher to simplify code and reduce memory allocations.</li>
<li>Replaced <code>interface{}</code> with <code>any</code> (Go 1.18+ idiomatic usage).</li>
<li>Reorganized JavaScript code: simplified functions, reduced duplication, and modernized handlers.</li>
<li><code>app.js</code> bundle and service worker files are now loaded as a JavaScript module.</li>
<li>Use request builder in media proxy handler.</li>
</ul>
<h3 id="documentation">Documentation</h3>
<ul>
<li>Fixed typos and updated default values in the man page.</li>
<li>Removed <code>ChangeLog</code> file (release notes are visible on GitHub and the official website - use the commit history for more details).</li>
</ul>
<h3 id="dependencies">Dependencies</h3>
<ul>
<li>
<p>Updated GitHub Actions workflows to use Go version <strong>1.25</strong>.</p>
</li>
<li>
<p>Updated dependencies:</p>
<ul>
<li><code>golang.org/x/net</code> → 0.43.0</li>
<li><code>golang.org/x/image</code> → 0.30.0</li>
<li><code>golang.org/x/term</code> → 0.34.0</li>
<li><code>github.com/tdewolff/minify/v2</code> → 2.23.11</li>
<li><code>github.com/coreos/go-oidc/v3</code> → 3.15.0</li>
<li><code>github.com/prometheus/client_golang</code> → 1.23.0</li>
<li>GitHub Actions: <code>actions/checkout</code> bumped to v5</li>
</ul>
</li>
</ul>
<h3 id="tests">Tests</h3>
<ul>
<li>Added API integration tests for fetching categories with counters.</li>
<li>Added tests for icon URL discovery, SVG minification error handling, and version format enforcement.</li>
<li>Added unit tests for <code>RequestBuilder</code>.</li>
<li>Avoided building a temporary binary for integration tests.</li>
</ul>
<p>For more details, look at the commit history.</p>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux-2.2.12-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux_2.2.12_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux_2.2.12_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.12/miniflux_2.2.12_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.11</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.11.html"/><id>https://miniflux.app/releases/2.2.11.html</id><updated>2025-07-26T00:00:00Z</updated><content type="html"><![CDATA[<h3 id="new-features">New Features</h3>
<ul>
<li><strong>TLS support for Unix sockets</strong>: Miniflux can now serve TLS over Unix domain sockets using <code>CERT_FILE</code> and <code>KEY_FILE</code> (<a href="https://github.com/miniflux/v2/commit/fcf86e3">#fcf86e3</a>).</li>
<li><strong>RSS fallback</strong>: If a feed entry has no URL, Miniflux now uses the enclosure URL as a fallback (<a href="https://github.com/miniflux/v2/commit/d9de9d1">#d9de9d1</a>).</li>
<li><strong>Bearer token for Linkwarden</strong>: The Linkwarden integration now uses Bearer token authorization instead of cookies (<a href="https://github.com/miniflux/v2/commit/1d11623">#1d11623</a>).</li>
<li><strong>Cookie policy improvement</strong>: <code>SameSiteStrictMode</code> is enforced for cookies when OAuth2/OIDC is not used (<a href="https://github.com/miniflux/v2/commit/135ce1d">#135ce1d</a>).</li>
<li><strong>Readability engine</strong>: Avoid removing elements with the <code>content</code> class during readability parsing (<a href="https://github.com/miniflux/v2/commit/66b269e">#66b269e</a>).</li>
</ul>
<h3 id="improvements">Improvements</h3>
<ul>
<li>
<p><strong>Massive readability engine refactoring</strong> and performance optimizations:</p>
<ul>
<li>Improved performance of <code>getClassWeight</code>, <code>getLinkDensity</code>, and <code>transformMisusedDivsIntoParagraphs</code>.</li>
<li>Simplified and optimized internal logic of <code>removeUnlikelyCandidates</code>, <code>getSelectionLength</code>, and <code>getArticle</code>.</li>
<li>Reduced memory allocation in sanitizer and readability components.</li>
</ul>
</li>
<li>
<p><strong>Storage optimization</strong>: Strings are now truncated on the Go side to respect <code>tsvector</code> limits, reducing DB load and ensuring valid UTF-8 (<a href="https://github.com/miniflux/v2/commit/703f113">#703f113</a>).</p>
</li>
<li>
<p><strong>Simplified and clarified internal code structure</strong>:</p>
<ul>
<li>Major cleanup and size optimization of internal structs (<code>Feed</code>, <code>FeedCreationRequest</code>, etc.).</li>
<li>Reduced memory use and improved CPU cache locality.</li>
<li>Numerous refactors across <code>config</code>, <code>template</code>, <code>locale</code>, <code>subscription</code>, and <code>fetcher</code> modules.</li>
</ul>
</li>
</ul>
<h3 id="bug-fixes">Bug Fixes</h3>
<ul>
<li>Fixed an issue with feeds having excessive leading whitespace causing parser buffer issues (<a href="https://github.com/miniflux/v2/commit/54abd0a">#54abd0a</a>).</li>
<li>Properly preserve UTF-8 when truncating strings for full-text search (<a href="https://github.com/miniflux/v2/commit/703f113">#703f113</a>).</li>
<li>Fixed logic error in enclosure type detection (<a href="https://github.com/miniflux/v2/commit/50d5cb9">#50d5cb9</a>).</li>
<li>Fixed incorrect filter rule parsing of Windows-style newlines (<a href="https://github.com/miniflux/v2/commit/dc81725">#dc81725</a>).</li>
<li>Fixed a panic in <code>startAutoCertTLSServer</code> function when using Let&rsquo;s Encrypt automatic certificates (<a href="https://github.com/miniflux/v2/commit/f7a6b02">#f7a6b02</a>)</li>
<li>Improved UI spacing consistency around header/footer (<a href="https://github.com/miniflux/v2/commit/32fbb4e">#32fbb4e</a>).</li>
</ul>
<h3 id="breaking-changes">Breaking Changes</h3>
<ul>
<li><strong>Windows binary no longer distributed</strong>: Windows is no longer a supported platform for binary distribution. Users must build from source if needed (<a href="https://github.com/miniflux/v2/commit/b470b18">#b470b18</a>).</li>
</ul>
<h3 id="tests--ci">Tests &amp; CI</h3>
<ul>
<li>Test coverage significantly increased for modules like <code>readability</code>, <code>sanitizer</code>, <code>processor</code>, <code>locale</code>, and <code>storage</code>.</li>
<li>Commit linter updated to support new Git revert message format.</li>
</ul>
<h3 id="docker--environment">Docker &amp; Environment</h3>
<ul>
<li>Base Docker image updated to Alpine 3.22.</li>
<li>PostgreSQL Docker example updated to use the latest version.</li>
</ul>
<h3 id="localization">Localization</h3>
<ul>
<li>Updated Chinese and German translations.</li>
</ul>
<h3 id="dependency-updates">Dependency Updates</h3>
<ul>
<li>Bumped <code>github.com/go-webauthn/webauthn</code> to <code>0.13.4</code></li>
<li>Bumped <code>github.com/tdewolff/minify/v2</code> to <code>2.23.10</code></li>
<li>Bumped <code>golang.org/x/*</code> modules: <code>image</code>, <code>net</code>, <code>term</code>, <code>crypto</code></li>
<li>Bumped <code>github.com/andybalholm/brotli</code> to <code>1.2.0</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux-2.2.11-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux_2.2.11_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux_2.2.11_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.11/miniflux_2.2.11_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.10</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.10.html"/><id>https://miniflux.app/releases/2.2.10.html</id><updated>2025-06-23T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>test(sanitizer): add unit test for 0x0 pixel tracker</li>
<li>test(sanitizer): add test case to cover Vimeo iframe rewrite without query string</li>
<li>refactor(youtube): Remove a regex and make use of <code>fetchWatchTime</code></li>
<li>refactor(youtube): initialize two maps to the proper length</li>
<li>refactor(tests): use <code>b.Loop()</code> instead of for range <code>b.N</code></li>
<li>refactor(server): avoid double call to <code>Sprintf</code></li>
<li>refactor(sanitizer): use global variables to avoid recreating slices on every call</li>
<li>refactor(sanitizer): use a map for iframe allow-list</li>
<li>refactor(sanitizer): remove two useless <code>www.</code> prefixes</li>
<li>refactor(sanitizer): make <code>isValidAttribute()</code> check O(1)</li>
<li>refactor(rewrite): rename <code>Rewriter</code> function to <code>ApplyContentRewriteRules</code></li>
<li>refactor(processor): simplify Bilibili processing</li>
<li>refactor(processor): remove a useless type declaration</li>
<li>refactor(processor): remove a duplicated function call</li>
<li>refactor(processor): refactor common code into a <code>fetchWatchTime</code> function</li>
<li>refactor(processor): move filters to a <code>filter</code> package</li>
<li>refactor(processor): move <code>FilterEntryMaxAgeDays</code> filter to filter package</li>
<li>refactor(processor): move <code>RewriteEntryURL</code> function to <code>rewrite</code> package</li>
<li>refactor(processor): minor simplification of a loop</li>
<li>refactor(internal): add an <code>urllib.DomainWithoutWWW</code> function</li>
<li>refactor(http): rename package from <code>httpd</code> to <code>server</code> for consistency</li>
<li>refactor(http): don&rsquo;t hardcode TLS configuration</li>
<li>refactor(filter): avoid code duplication between <code>IsBlockedEntry</code> and <code>IsAllowedEntry</code> functions</li>
<li>refactor(database): drop 3 columns in a single transaction</li>
<li>refactor(crypto): use <code>rand.Text()</code> instead of a custom implementation</li>
<li>refactor(config): remove deprecated config options</li>
<li>refactor(js): no need to check if always present elements are always present</li>
<li>perf(xml): optimized <code>NewXMLDecoder</code></li>
<li>perf(xml): optimize XML filtering</li>
<li>perf(validator): slightly optimize a regex</li>
<li>perf(timezone): cache <code>getLocation</code>&rsquo;s results</li>
<li>perf(storage): pre-allocate a slice in <code>RefreshFeedEntries</code></li>
<li>perf(storage): optimize away two <code>Sprintf</code> calls</li>
<li>perf(sanitizer): use a switch-case instead of a map</li>
<li>perf(sanitizer): minor simplifications of the sanitizer</li>
<li>perf(sanitizer): extract a call to <code>url.Parse</code> and make intensive use of it</li>
<li>perf(rss): optimize a bit <code>BuildFeed</code></li>
<li>perf(rss): early return when looking for an item&rsquo;s author</li>
<li>perf(rewrite): make <code>getPredefinedRewriteRules</code> O(1)</li>
<li>perf(reader): use a non-cryptographic hash when possible</li>
<li>perf(reader): optimize <code>RemoveTrackingParameters</code></li>
<li>perf(readability): minor regex improvement</li>
<li>perf(media): minor regex simplification</li>
<li>perf(fetcher): pre-allocate the <code>cipherSuites</code></li>
<li>perf(database): use <code>TRUNCATE</code> instead of <code>DELETE FROM</code> in migrations</li>
<li>perf(database): marginally speeds migrations up</li>
<li>perf(api): use <code>math/rand/v2</code> instead of <code>math/rand</code> for better performance</li>
<li>fix(readability): do not remove elements within code blocks</li>
<li>fix(karakeep): correct method name and improve error handling in <code>SaveURL</code></li>
<li>fix(filter): skip invalid rules instead of exiting the loop</li>
<li>feat(ui): display external link in single entry view because the URL was not visible on mobile (no mouse over)</li>
<li>feat(ui): avoid showing an excessive number of tags</li>
<li>feat(ui): add user setting to control <code>target=&quot;_blank&quot;</code> on links</li>
<li>feat(sanitizer): validate MathML XML namespace</li>
<li>feat(sanitizer): consider images of size 0x0 as pixel trackers</li>
<li>feat(sanitizer): add validation for empty <code>width</code> and <code>height</code> attributes in img tags</li>
<li>feat(sanitizer): add support for <code>fetchpriority</code> and <code>decoding</code> attributes in img tags</li>
<li>feat(rewrite): add support for YouTube Shorts video URL pattern</li>
<li>feat(rewrite): add <code>parkablogs.com</code> to the referer override list</li>
<li>feat(oidc): use <code>preferred_username</code> first instead of <code>email</code> claim</li>
<li>feat(locale): update Polish translations</li>
<li>feat(locale): update locales using machine translation</li>
<li>feat(locale): update Indonesian translations</li>
<li>feat(locale): update German translations</li>
<li>feat(locale): update Chinese translations</li>
<li>feat(integration)!: remove Pocket integration (Pocket will no longer be available after July 8, 2025)</li>
<li>feat(filter): add <code>EntryDate=max-age:duration</code> filter</li>
<li>feat(css): add margin-bottom to input for consistent spacing</li>
<li>feat(config)!: remove <code>SERVER_TIMING_HEADER</code> config option</li>
<li>feat: allow multiple listen addresses</li>
<li>feat: adding support for saving entries to Karakeep</li>
<li>feat: add entry filters at the feed level</li>
<li>docs(readme): document a couple of nifty features</li>
<li>docs: add <code>CONTRIBUTING.md</code> file</li>
<li>chore(template): remove <code>X-UA-Compatible</code> meta tag specific to Internet Explorer</li>
<li>build(go): bump to go 1.24</li>
<li>build(deps): bump <code>library/alpine</code> in <code>/packaging/docker/alpine</code></li>
<li>build(deps): bump <code>golang.org/x/net</code> from <code>0.40.0</code> to <code>0.41.0</code></li>
<li>build(deps): bump <code>golang.org/x/image</code> from <code>0.27.0</code> to <code>0.28.0</code></li>
<li>build(deps): bump <code>golang.org/x/crypto</code> from <code>0.38.0</code> to <code>0.39.0</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-windows-amd64.exe" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-windows-amd64.exe.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux-2.2.10-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux_2.2.10_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux_2.2.10_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.10/miniflux_2.2.10_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.9</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.9.html"/><id>https://miniflux.app/releases/2.2.9.html</id><updated>2025-05-26T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>refactor(googlereader): remove redundant log message</li>
<li>refactor(googlereader): move constants to separate files</li>
<li>fix(webauthn): correct argument in debug log</li>
<li>fix(sanitizer): MathML tags are not fully supported by <code>golang.org/x/net/html</code></li>
<li>fix(migrations): prevent failure at version 45 with long entry URLs</li>
<li>fix(locale): localize Git commit label in about page</li>
<li>fix(googlereader): return a 400 instead of 500 for invalid edit requests</li>
<li>fix(googlereader): handle various item ID formats</li>
<li>fix(googlereader): avoid panic for inexisting feed or category</li>
<li>fix(googlereader): <code>/items/contents</code> should accept short form item IDs</li>
<li>feat(webauthn): prefer creation of a client-side discoverable credential</li>
<li>feat(urlcleaner): remove the <code>ref</code> parameter from url</li>
<li>feat(settings): replace <code>div.panel</code> with paragraph tags for OAuth2 links</li>
<li>feat(settings): add validation for entry order and categories sorting order</li>
<li>feat(settings): add option to always open articles externally</li>
<li>feat(server): add liveness and readiness probes</li>
<li>feat(sanitizer): add MathML tags to the sanitizer</li>
<li>feat(sanitized): allow Spotify iframes</li>
<li>feat(rssbridge): support authentication token for RSS-Bridge</li>
<li>feat(response): change error response content type to plain text and escape HTML</li>
<li>feat(reader): populate feed description automatically</li>
<li>feat(locale): update Russian translation</li>
<li>feat(locale): update Polish translation</li>
<li>feat(locale): update French translation</li>
<li>feat(googlereader): avoid SQL query to fetch username in streamItemContentsHandler</li>
<li>feat(googlereader): add <code>mark-all-as-read</code> endpoint</li>
<li>feat(api): add new endpoints to manage API keys</li>
<li>ci: remove deprecated <code>reviewers</code> field from <code>dependantbot.yml</code></li>
<li>chore(gitignore): ignore miniflux binary in root directory</li>
<li>build(deps): bump <code>golangci/golangci-lint-action</code> from <code>7</code> to <code>8</code></li>
<li>build(deps): bump <code>golang.org/x/oauth2</code> from <code>0.29.0</code> to <code>0.30.0</code></li>
<li>build(deps): bump <code>golang.org/x/net</code> from <code>0.39.0</code> to <code>0.40.0</code></li>
<li>build(deps): bump <code>golang.org/x/image</code> from <code>0.26.0</code> to <code>0.27.0</code></li>
<li>build(deps): bump <code>golang.org/x/crypto</code> from <code>0.37.0</code> to <code>0.38.0</code></li>
<li>build(deps): bump <code>github.com/tdewolff/minify/v2</code> from <code>2.23.3</code> to <code>2.23.8</code></li>
<li>build(deps): bump <code>github.com/tdewolff/minify/v2</code> from <code>2.23.1</code> to <code>2.23.3</code></li>
<li>build(deps): bump <code>github.com/go-webauthn/webauthn</code> from <code>0.12.3</code> to <code>0.13.0</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-windows-amd64.exe" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-windows-amd64.exe.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux-2.2.9-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux_2.2.9_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux_2.2.9_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.9/miniflux_2.2.9_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.8</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.8.html"/><id>https://miniflux.app/releases/2.2.8.html</id><updated>2025-04-22T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>refactor(js): replace <code>DomHelper</code> methods with standalone functions</li>
<li>refactor: avoid logging twice the feed errors in the background worker</li>
<li>fix(api): <code>hide_globally</code> categories field should be a boolean</li>
<li>fix(ui): add missing <code>await</code> when calling <code>navigator.share()</code> method</li>
<li>fix(ui): replace share link with a form button for better accessibility</li>
<li>feat(telegrambot): replace &ldquo;Go to website&rdquo; button with &ldquo;Go to Miniflux&rdquo;</li>
<li>feat(locale): update Polish translation</li>
<li>feat(locale): update German translation</li>
<li>feat(locale): update Chinese translation</li>
<li>feat(config): add <code>SCHEDULER_ROUND_ROBIN_MAX_INTERVAL</code> option</li>
<li>feat(cli): add <code>-reset-feed-next-check-at</code> argument</li>
<li>feat(api): add <code>update_content</code> query parameter to <code>/entries/{entryID}/fetch-content</code> endpoint</li>
<li>feat: use <code>Cache-Control</code> max-age and <code>Expires</code> headers to calculate next check</li>
<li>feat: implement proxy URL per feed</li>
<li>feat: add proxy rotation functionality</li>
<li>ci(linter): replace commitlint with a Python script</li>
<li>ci: add documentation issue template</li>
<li>build(deps): bump <code>golang.org/x/oauth2</code> from <code>0.28.0</code> to <code>0.29.0</code></li>
<li>build(deps): bump <code>golang.org/x/net</code> from <code>0.38.0</code> to <code>0.39.0</code></li>
<li>build(deps): bump <code>golang.org/x/image</code> from <code>0.25.0</code> to <code>0.26.0</code></li>
<li>build(deps): bump <code>github.com/tdewolff/minify/v2</code> from <code>2.22.4</code> to <code>2.23.1</code></li>
<li>build(deps): bump <code>github.com/PuerkitoBio/goquery</code> from <code>1.10.2</code> to <code>1.10.3</code></li>
<li>build(deps): bump <code>github.com/prometheus/client_golang</code></li>
<li>build(deps): bump <code>github.com/mattn/go-sqlite3</code> from <code>1.14.24</code> to <code>1.14.28</code></li>
<li>build(deps): bump <code>github.com/go-webauthn/webauthn</code> from <code>0.12.2</code> to <code>0.12.3</code></li>
<li>build(deps): bump <code>github.com/coreos/go-oidc/v3</code> from <code>3.13.0</code> to <code>3.14.1</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-windows-amd64.exe" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-windows-amd64.exe.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux-2.2.8-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux_2.2.8_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux_2.2.8_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.8/miniflux_2.2.8_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.7</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.7.html"/><id>https://miniflux.app/releases/2.2.7.html</id><updated>2025-04-01T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>test(api): update base URL after upgrading Hugo</li>
<li>refactor(rewrite): reorganize referer rules and remove obsolete mappings</li>
<li>refactor: combine feed icon handlers to use only <code>externalIconID</code></li>
<li>fix(ui): update share feature to correctly select the title element and handle empty titles</li>
<li>fix(ui): update entry tags display logic to show links based on user authentication</li>
<li>fix(ui): remove touch-action style to prevent horizontal scrolling issues</li>
<li>fix(ui): log a warning for an empty client secret</li>
<li>fix(ui): change labels from &ldquo;Read / Unread&rdquo; to &ldquo;Mark as Read&rdquo;</li>
<li>fix(ui): avoid 500 errors and NaN when marking a deleted entry as read</li>
<li>fix(subscription): add <code>/rss/feed.xml</code> to the list of known feed URLs</li>
<li>fix(security): use a more restrictive CSP for untrusted content</li>
<li>fix(rewrite): remove obsolete rule for <code>webtoons.com</code></li>
<li>fix(processor): add missing quotation marks to import comments</li>
<li>fix(googlereader): return enclosures in the <code>streamItemContentsHandler</code> response</li>
<li>fix: address minor issues detected by Go linters</li>
<li>feat(urlcleaner): add more Google Analytics parameters</li>
<li>feat(storage): reduce the number of SQL queries when fetching entry enclosures</li>
<li>feat(sanitizer): allow the <code>&lt;u&gt;</code> tag in feeds</li>
<li>feat(sanitizer): allow the <code>&lt;b&gt;</code> tag</li>
<li>feat(locale): update Polish translation</li>
<li>feat(locale): add Romanian translation</li>
<li>feat(integrations/ntfy): make ntfy topics configurable per feed</li>
<li>feat(googlereader): add a feed icon endpoint</li>
<li>feat: show database size on the about page</li>
<li>feat: add a <code>make add string</code> command to add new localized strings</li>
<li>docs: update README</li>
<li>docs: update client README to remove references to deprecated functions</li>
<li>ci: replace GitHub Issue Markdown templates with YAML forms</li>
<li>build(deps): bump <code>golangci/golangci-lint-action</code> from <code>6</code> to <code>7</code></li>
<li>build(deps): bump <code>golang.org/x/term</code> from <code>0.29.0</code> to <code>0.30.0</code></li>
<li>build(deps): bump <code>golang.org/x/oauth2</code> from <code>0.26.0</code> to<code> 0.28.0</code></li>
<li>build(deps): bump <code>golang.org/x/net</code> from <code>0.35.0</code> to <code>0.38.0</code></li>
<li>build(deps): bump <code>golang.org/x/image</code> from <code>0.24.0</code> to <code>0.25.0</code></li>
<li>build(deps): bump <code>golang.org/x/crypto</code> from <code>0.33.0</code> to <code>0.36.0</code></li>
<li>build(deps): bump <code>github.com/tdewolff/minify/v2</code> from <code>2.21.3</code> to <code>2.22.4</code></li>
<li>build(deps): bump <code>github.com/prometheus/client_golang</code></li>
<li>build(deps): bump <code>github.com/golang-jwt/jwt/v5</code> from <code>5.2.1</code> to <code>5.2.2</code></li>
<li>build(deps): bump <code>github.com/go-webauthn/webauthn</code> from <code>0.11.2</code> to <code>0.12.2</code></li>
<li>build(deps): bump <code>github.com/go-jose/go-jose/v4</code> from <code>4.0.2</code> to <code>4.0.5</code></li>
<li>build(deps): bump <code>github.com/coreos/go-oidc/v3</code> from <code>3.12.0</code> to <code>3.13.0</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-windows-amd64.exe" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-windows-amd64.exe.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux-2.2.7-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux_2.2.7_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux_2.2.7_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.7/miniflux_2.2.7_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.6</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.6.html"/><id>https://miniflux.app/releases/2.2.6.html</id><updated>2025-02-22T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>test(encoding): add unit tests for <code>CharsetReader</code> function</li>
<li>refactor(xml): improve the performances of <code>NewXMLDecoder</code></li>
<li>refactor(ui): remove superfluous cast</li>
<li>refactor(request): broaden an error condition when parsing cookies</li>
<li>refactor(processor): remove superfluous parenthesis</li>
<li>refactor(opml): don&rsquo;t define receivers on both values and pointer</li>
<li>refactor(model): simplify a condition</li>
<li>refactor(model): don&rsquo;t define methods both on instance and pointer</li>
<li>refactor(locale): sort JSON documents alphabetically by keys</li>
<li>refactor(locale): remove superfluous parenthesis</li>
<li>refactor(js): use proper types in <code>app.js</code></li>
<li>refactor(js): replace the deprecated <code>window.pageYOffset</code> with <code>window.scollY</code></li>
<li>refactor(js): remove a useless <code>return</code></li>
<li>refactor(js): anchor <code>=</code> removal in <code>webauthn_handler.js</code> regex</li>
<li>refactor(js): add default value for parameter <code>fallbackSelf</code> in <code>goToPage</code> function</li>
<li>refactor(integration): don&rsquo;t use <code>defer</code> in a loop</li>
<li>refactor(icon): guard against a potential <code>null</code> dereference</li>
<li>refactor(date): use an else-if instead of two if statements</li>
<li>refactor(css): use shortcuts to declare padding</li>
<li>refactor(client): remove a useless cast</li>
<li>perf(sanitizer): remove two useless calls to <code>strings.ReplaceAll</code></li>
<li>fix(ui): Redirect correctly post feed removal from category feeds list</li>
<li>fix(scraper): update TechCrunch scraper rule</li>
<li>fix(scraper): avoid encoding issue if charset meta tag is after 1024 bytes</li>
<li>fix(sanitizer): non-allowed attributes are not properly stripped</li>
<li>fix(sanitizer): correct HTML tag name from <code>tfooter</code> to <code>tfoot</code></li>
<li>fix(rss): handle item title with <code>CDATA</code> content correctly</li>
<li>fix(locale): missing hyphen in <code>de_DE.json</code></li>
<li>fix(css): avoid aside overflow on the pagination menu</li>
<li>fix(css): <code>--entry-content-aside-border-color</code> is missing from <code>system.css</code></li>
<li>fix(api): return 500 response when JSON serialization fails</li>
<li>fix(api): JSON encoding is failing with dates at OAD and negative timezone offset</li>
<li>feat(urlcleaner): add trackers to the blocklist</li>
<li>feat(ui): open the <code>&lt;details&gt;</code> tag in edit feed page when the feature is enabled</li>
<li>feat(sanitizer): improve text truncation with better space handling</li>
<li>feat(sanitizer): allow <code>img</code> tags with only a <code>srcset</code> and no <code>src</code> attribute</li>
<li>feat(rss): add workaround for RSS item title with HTML content</li>
<li>feat(pushover): add integration with pushover.net</li>
<li>feat(processor): fetch YouTube watch time in bulk using the API</li>
<li>feat(locale): update Traditional Chinese translation</li>
<li>feat(locale): update Polish translation</li>
<li>feat(locale): update French translation</li>
<li>feat(locale): add Taiwanese POJ (nan-Latn-pehoeji)</li>
<li>feat(integration): update Linkace integration to support API v2</li>
<li>feat(integration): add webhook URL per feed</li>
<li>feat(integration): add Slack integration</li>
<li>feat(css): improve aside element position on smartphone</li>
<li>ci: update GitHub Actions workflows to use Go 1.24</li>
<li>ci: trigger packaging tests on pull requests</li>
<li>ci: add <code>commitlint</code> to validate PR commit messages</li>
<li>build(deps): bump <code>golang</code> in <code>/packaging/debian</code></li>
<li>build(deps): bump <code>golang.org/x/term</code> from <code>0.28.0</code> to <code>0.29.0</code></li>
<li>build(deps): bump <code>golang.org/x/oauth2</code> from <code>0.25.0</code> to <code>0.26.0</code></li>
<li>build(deps): bump <code>golang.org/x/net</code> from <code>0.34.0</code> to <code>0.35.0</code></li>
<li>build(deps): bump <code>golang.org/x/image</code> from <code>0.23.0</code> to <code>0.24.0</code></li>
<li>build(deps): bump <code>golang.org/x/crypto</code> from <code>0.32.0</code> to <code>0.33.0</code></li>
<li>build(deps): bump <code>github.com/PuerkitoBio/goquery</code> from <code>1.10.1</code> to <code>1.10.2</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-windows-amd64.exe" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-windows-amd64.exe.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux-2.2.6-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux_2.2.6_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux_2.2.6_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.6/miniflux_2.2.6_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.5</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.5.html"/><id>https://miniflux.app/releases/2.2.5.html</id><updated>2025-01-20T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>test(js): improve <code>.jshintrc</code> (strict comparison, etc&hellip;)</li>
<li>test(sanitizer): add a fuzzer</li>
<li>refactor(rewriter): use custom title case converter implementation instead of <code>golang.org/x/text/cases.Title()</code></li>
<li>refactor(readingtime): replace <code>whatlanggo</code> package with an ad-hoc implementation</li>
<li>refactor(oauth2): no need to use <code>io.WriteString</code> when sha256 provides a way to obtain a sum in a single call</li>
<li>refactor(js): simplify a bit <code>keyboard_handler.js</code></li>
<li>refactor(js): remove an outdated check for <code>{passive: true}</code></li>
<li>refactor(js): minor refactoring of <code>touch_handler.js</code></li>
<li>refactor(js): minor improvements in <code>app.js</code></li>
<li>refactor(database): add special handling for PostgreSQL-specific migrations</li>
<li>fix(ui): reading preferences are reset if the form values are incorrect</li>
<li>fix(sanitizer): allow <code>&lt;hr&gt;</code> tags</li>
<li>fix(finder): do not add redirections to the list of subscriptions to avoid confusion</li>
<li>fix: update Wallabag URL label to avoid confusion</li>
<li>fix: improve pagination when having identical publication date</li>
<li>fix: do not strip tags in Atom entry title</li>
<li>feat(ntfy): Add option to use internal links</li>
<li>feat(locale): update Polish translation</li>
<li>feat(locale): update German translation</li>
<li>feat(integration): add Discord integration</li>
<li>feat(database): add optional build support for SQLite</li>
<li>feat: validate usernames upon creation</li>
<li>feat: replace <code>%{?systemd_requires}</code> with <code>%{?systemd_ordering}</code></li>
<li>feat: bump linter and minifier from ECMAScript 2017 to 2020 (ES11)</li>
<li>feat: add <code>fix_ghost_cards</code> rewrite rule</li>
<li>ci: tighten the CodeQL rules</li>
<li>ci: run Docker tests only when the Dockerfiles are modified</li>
<li>ci: run <code>-race -cover</code> only on Ubuntu jobs</li>
<li>ci: don&rsquo;t specify languages for CodeQL</li>
<li>ci: don&rsquo;t run <code>go vet ./...</code> as it&rsquo;s run as part of <code>golangci-lint</code></li>
<li>ci: checkout before installing Go to improve cache efficiency</li>
<li>ci: avoid building Linux packages for each pull-request</li>
<li>build(deps): bump <code>golang.org/x/oauth2</code> from <code>0.24.0</code> to <code>0.25.0</code></li>
<li>build(deps): bump <code>golang.org/x/net</code> from <code>0.33.0</code> to <code>0.34.0</code></li>
<li>build(deps): bump <code>golang.org/x/crypto</code> from <code>0.31.0</code> to <code>0.32.0</code></li>
<li>build(deps): bump <code>github.com/tdewolff/minify/v2</code> from <code>2.21.2</code> to <code>2.21.3</code></li>
<li>build(deps): bump <code>github.com/PuerkitoBio/goquery</code> from <code>1.10.0</code> to <code>1.10.1</code></li>
<li>build(deps): bump <code>github.com/coreos/go-oidc/v3</code> from <code>3.11.0</code> to <code>3.12.0</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-windows-amd64.exe" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-windows-amd64.exe.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux-2.2.5-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux_2.2.5_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux_2.2.5_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.5/miniflux_2.2.5_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.4</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.4.html"/><id>https://miniflux.app/releases/2.2.4.html</id><updated>2024-12-20T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>test(rewrite): add unit test for referer rewrite function</li>
<li>refactor(subscription): use <code>strings.HasSuffix</code> instead of a regex in <code>FindSubscriptionsFromYouTubePlaylistPage</code></li>
<li>refactor(sanitizer): use <code>token.String()</code> instead of <code>html.EscapeString(token.Data)</code></li>
<li>refactor(sanitizer): simplify <code>isValidTag</code></li>
<li>refactor(sanitizer): simplify <code>hasRequiredAttributes</code></li>
<li>refactor(sanitizer): remove condition because <code>config.Opts</code> is guaranteed to never be nil</li>
<li>refactor(sanitizer): remove a now-useless function after refactoring</li>
<li>refactor(sanitizer): refactor conditions to highlight their similitude, enabling further refactoring</li>
<li>refactor(sanitizer): optimize <code>strip_tags.go</code></li>
<li>refactor(sanitizer): micro-optimizations of <code>srcset.go</code></li>
<li>refactor(sanitizer): merge two conditions</li>
<li>refactor(sanitizer): inline a function in <code>sanitizeAttributes</code> and fix a bug in it</li>
<li>refactor(sanitizer): inline a condition in <code>sanitizeSrcsetAttr</code></li>
<li>refactor(sanitizer): improve <code>rewriteIframeURL()</code></li>
<li>refactor(sanitizer): Google+ isn&rsquo;t a thing anymore</li>
<li>refactor(sanitizer): change the scope of a variable</li>
<li>refactor(rewriter): replace regex with URL parsing for referrer override</li>
<li>refactor(rewriter): avoid the use of regex in <code>addDynamicImage</code></li>
<li>refactor(rewrite): remove unused function arguments</li>
<li>refactor(readability): various improvements and optimizations</li>
<li>refactor(readability): simplify the regexes in <code>readability.go</code></li>
<li>refactor(processor): use URL parsing instead of a regex</li>
<li>refactor(processor): improve the <code>rewrite</code> URL rule regex</li>
<li>refactor(locale): delay parsing of translations until they&rsquo;re used</li>
<li>refactor(js): factorise a line in <code>app.js</code></li>
<li>refactor(handler): delay <code>store.UserByID()</code> as much as possible</li>
<li>refactor(css): replace <code>-ms-text-size-adjust</code> with <code>text-size-adjust</code></li>
<li>refactor(css): remove <code>-webkit-clip-path</code></li>
<li>refactor(css): factorise <code>.pagination-next</code> and <code>.pagination-last</code> together</li>
<li>refactor: use a better construct than <code>doc.Find(…).First()</code></li>
<li>refactor: use <code>min/max</code> instead of <code>math.Min/math.Max</code></li>
<li>refactor: refactor <code>internal/reader/readability/testdata</code></li>
<li>refactor: optimize <code>sanitizeAttributes</code></li>
<li>refactor: get rid of <code>numberOfPluralFormsPerLanguage</code> test-only variable</li>
<li>fix(storage): replace timezone function call with view</li>
<li>fix(consistency): align feed modification behavior between API and UI</li>
<li>fix(ci): fix grammar in pull-request template</li>
<li>fix: load icon from site URL instead of feed URL</li>
<li>fix: feed icon from xml ignored during force refresh</li>
<li>feat(rewrite)!: remove <code>parse_markdown</code> rewrite rule</li>
<li>feat(mediaproxy): update predefined referer spoofing rules for restricted media resources</li>
<li>feat(locale): update translations to clarify readeck URL instead of readeck API endpoint</li>
<li>feat(locale): update German translations</li>
<li>feat(locale): update Chinese translations</li>
<li>feat(apprise): update <code>SendNotification</code> to handle multiple entries and add logging</li>
<li>feat(apprise): add title in notification request body</li>
<li>feat: resize favicons before storing them in the database</li>
<li>feat: optionally fetch watch time from YouTube API instead of website</li>
<li>feat: only show the commit URL if it&rsquo;s not empty on <code>/about</code></li>
<li>feat: add predefined scraper rules for <code>arstechnica.com</code></li>
<li>feat: add date-based entry filtering rules</li>
<li>chore: remove <code>blog.laravel.com</code> rewrite rule</li>
<li>build(deps): bump <code>library/alpine</code> in <code>/packaging/docker/alpine</code> to <code>3.21</code></li>
<li>build(deps): bump <code>golang.org/x/term</code> from <code>0.26.0</code> to <code>0.27.0</code></li>
<li>build(deps): bump <code>golang.org/x/net</code> from <code>0.31.0</code> to <code>0.33.0</code></li>
<li>build(deps): bump <code>golang.org/x/crypto</code> from <code>0.30.0</code> to <code>0.31.0</code></li>
<li>build(deps): bump <code>github.com/tdewolff/minify/v2</code> from <code>2.21.1</code> to <code>2.21.2</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-windows-amd64.exe" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-windows-amd64.exe.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux-2.2.4-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux_2.2.4_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux_2.2.4_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.4/miniflux_2.2.4_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.3</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.3.html"/><id>https://miniflux.app/releases/2.2.3.html</id><updated>2024-11-10T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>fix: unable to change password due to a typo in SQL parameter</li>
<li>fix: show only one player when there are several audio/video enclosures</li>
<li>feat(mediaproxy): pass original filename in <code>Content-Disposition</code> header</li>
<li>feat(mediaproxy): implement referer spoofing for restricted media resources</li>
<li>feat(integration): update Shiori integration to use new API endpoints for login/bookmark</li>
<li>build(deps): bump <code>golang.org/x/text</code> from <code>0.19.0</code> to <code>0.20.0</code></li>
<li>build(deps): bump <code>golang.org/x/term</code> from <code>0.25.0</code> to <code>0.26.0</code></li>
<li>build(deps): bump <code>golang.org/x/oauth2</code> from <code>0.23.0</code> to <code>0.24.0</code></li>
<li>build(deps): bump <code>golang.org/x/net</code> from <code>0.30.0</code> to <code>0.31.0</code></li>
<li>build(deps): bump <code>golang.org/x/crypto</code> from <code>0.28.0</code> to <code>0.29.0</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-windows-amd64.exe" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-windows-amd64.exe.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux-2.2.3-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux_2.2.3_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux_2.2.3_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.3/miniflux_2.2.3_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.2</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.2.html"/><id>https://miniflux.app/releases/2.2.2.html</id><updated>2024-10-29T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>fix(webauthn): add backup eligibility flag workaround to avoid a 401 response</li>
<li>fix: update <code>Last-Modified</code> if it changes in a 304 response</li>
<li>feat(webauthn): show help message regarding username and non-discoverable credentials</li>
<li>feat(rss): calculate hash based on item title/content for feeds without GUID and link</li>
<li>feat(locale): update Chinese translations</li>
<li>feat(locale): update Polish translations</li>
<li>feat(integration): add Cubox integration</li>
<li>feat(client): add <code>custom_js</code> field to Go API client</li>
<li>feat(api): add endpoint for user integration status</li>
<li>feat: update feed icon during force refresh</li>
<li>feat: take <code>Retry-After</code> header into consideration for rate limited feeds</li>
<li>feat: set entry URL to rewritten URL if a rewrite rule is defined</li>
<li>feat: replace <code>xurls</code> third-party module with an ad-hoc regexp</li>
<li>feat: add new settings option to allow external fonts</li>
<li>feat: add custom user JavaScript similar to custom CSS</li>
<li>chore: update test case comment</li>
<li>build(deps): bump <code>golang.org/x/net</code> from <code>0.29.0</code> to <code>0.30.0</code></li>
<li>build(deps): bump <code>github.com/yuin/goldmark</code> from <code>1.7.4</code> to <code>1.7.8</code></li>
<li>build(deps): bump <code>github.com/tdewolff/minify/v2</code> from <code>2.20.37</code> to <code>2.21.1</code></li>
<li>build(deps): bump <code>github.com/prometheus/client_golang</code></li>
<li>build(deps): bump <code>github.com/andybalholm/brotli</code> from <code>1.1.0</code> to <code>1.1.1</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-windows-amd64.exe" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-windows-amd64.exe.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-2.2.2-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux_2.2.2_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux_2.2.2_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.2/miniflux_2.2.2_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.1</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.1.html"/><id>https://miniflux.app/releases/2.2.1.html</id><updated>2024-09-27T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>refactor: split processor package into smaller files</li>
<li>fix(mediaproxy): forward client user-agent to origin to bypass bot protection</li>
<li>fix: use root URL to generate absolute proxy URL</li>
<li>fix: remove progression save on shared entry</li>
<li>fix: add datasource variable and upgrade depecrated panels on the Grafana dashboard</li>
<li>feat(locale): update zh_CN translations</li>
<li>feat(locale): update Ukrainian translations</li>
<li>feat(locale): update Spanish translations</li>
<li>feat(locale): update Dutch translations</li>
<li>feat: use Bilibili API instead of web scraping to get videos watch time</li>
<li>feat: add pagination to shared entries listing</li>
<li>feat: add button to show only starred entries per category</li>
<li>build(deps): bump <code>golang.org/x/term</code> from <code>0.23.0</code> to <code>0.24.0</code></li>
<li>build(deps): bump <code>golang.org/x/oauth2</code> from <code>0.22.0</code> to <code>0.23.0</code></li>
<li>build(deps): bump <code>golang.org/x/net</code> from <code>0.28.0</code> to <code>0.29.0</code></li>
<li>build(deps): bump <code>github.com/PuerkitoBio/goquery</code> from <code>1.9.2</code> to <code>1.10.0</code></li>
<li>build(deps): bump <code>github.com/prometheus/client_golang</code> from <code>1.20.3</code> to <code>1.20.4</code></li>
<li>build(deps): bump <code>github.com/go-webauthn/webauthn</code> from <code>0.10.2</code> to <code>0.11.2</code></li>
<li>build: update go.mod to Go 1.23</li>
<li>build: bump devcontainer version to Go 1.23</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-windows-amd64.exe" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-windows-amd64.exe.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux-2.2.1-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux_2.2.1_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux_2.2.1_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.1/miniflux_2.2.1_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.2.0</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.2.0.html"/><id>https://miniflux.app/releases/2.2.0.html</id><updated>2024-08-18T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>refactor: simplify Youtube feeds discovery</li>
<li>fix(integration): define content encoding explicitly when sending article body to Readeck</li>
<li>fix(fever): correct sorting direction when using <code>max_id</code> argument</li>
<li>fix(client): Return <code>nil</code> and error if endpoint is an empty string</li>
<li>fix: video poster image URL is encoded twice when using <code>MEDIA_PROXY_MODE=all</code></li>
<li>fix: use <code>BASE_URL</code> instead of <code>r.Host</code> to generate absolute media proxy URL</li>
<li>fix: panic during YouTube channel feed discovery</li>
<li>fix: honor <code>hide_globally</code> when creating a new feed through the api</li>
<li>fix: align pagination correctly on small screens with non-English text</li>
<li>fix: <code>store.GetEnclosure()</code> should return <code>nil</code> if no rows are returned</li>
<li>feat(locale): update Turkish translations</li>
<li>feat(locale): update French translations</li>
<li>feat(locale): update Chinese` translations</li>
<li>feat(integration): add ntfy integration</li>
<li>feat(api): add API routes <code>/v1/enclosures/{enclosureID}</code></li>
<li>feat: validate <code>OAUTH2_PROVIDER</code> config option value</li>
<li>feat: remove YouTube video page subscription finder because <code>meta[itemprop=&quot;channelId&quot;]</code> no longer exists</li>
<li>feat: remove well-known URL parameter trackers</li>
<li>feat: mark media as read when playback reaches 90%</li>
<li>feat: change log level to info when running migrations</li>
<li>feat: allow customizing the display name of the OpenID Connect provider</li>
<li>feat: add support for <code>base</code> HTML element when discovering feeds</li>
<li>feat: add support for <code>aside</code> HTML element in entry content</li>
<li>feat: Add option to disable local auth form</li>
<li>feat: add license info to Javascript files for LibreJS compatibility</li>
<li>feat: add <code>FETCH_BILIBILI_WATCH_TIME</code> config option</li>
<li>docs: update links to filtering rules</li>
<li>chore: avoid using legacy key/value format in Dockerfile</li>
<li>build(deps): bump <code>golang.org/x/oauth2</code> from <code>0.21.0</code> to <code>0.22.0</code></li>
<li>build(deps): bump <code>golang.org/x/net</code> from <code>0.27.0</code> to <code>0.28.0</code></li>
<li>build(deps): bump <code>golang.org/x/crypto</code> from <code>0.25.0</code> to <code>0.26.0</code></li>
<li>build(deps): bump <code>github.com/tdewolff/minify/v2</code> from <code>2.20.36</code> to <code>2.20.37</code></li>
<li>build(deps): bump <code>github.com/prometheus/client_golang</code></li>
<li>build: update GitHub Actions to Go 1.23</li>
<li>build: publish OCI images only if <code>PUBLISH_DOCKER_IMAGES=true</code></li>
<li>build: bump Alpine Linux build image to v3.20</li>
<li>build: add sha256 checksum file for published binaries</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-darwin-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-darwin-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-freebsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-linux-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-linux-arm64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-linux-armv5.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-linux-armv6.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-linux-armv7.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-openbsd-amd64.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-windows-amd64.exe" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-windows-amd64.exe.sha256" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux-2.2.0-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux_2.2.0_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux_2.2.0_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.2.0/miniflux_2.2.0_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.1.4</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.1.4.html"/><id>https://miniflux.app/releases/2.1.4.html</id><updated>2024-07-09T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>test: add unit tests for <code>IsModified()</code> behaviour</li>
<li>refactor: improve YouTube page feed detection</li>
<li>fix(ui): settings form is not populated correctly after validation errors</li>
<li>fix(ui): playback speed indicator precision</li>
<li>fix(ui): playback speed indicator on shared entries</li>
<li>fix(integration): preserve existing Pinboard bookmarks</li>
<li>fix(googlereader): set <code>CrawlTimeMsec</code> to the correct precision</li>
<li>fix(build): failed to solve container image <code>arm64v8/golang:1.22-bookworm</code></li>
<li>fix(build): add <code>distroless</code> suffix on <code>latest</code> tag in GitHub workflow</li>
<li>fix: use <code>ETag</code> as a stronger validator than <code>Last-Modified</code></li>
<li>fix: update <code>theverge.com</code> rewrite rule to avoid duplicate image</li>
<li>fix: incorrect Go package comment <code>reader/readingtime</code></li>
<li>fix: error out for improper rewrite regexp when processing feed entries</li>
<li>fix: ensures that session cookies are not expiring before the session is cleaned up from the database as per <code>CLEANUP_REMOVE_SESSIONS_DAYS</code></li>
<li>fix: <code>&lt;img&gt;</code> aspect ratio with <code>height: auto</code></li>
<li>feat(ui): add <code>viewport-fit=cover</code></li>
<li>feat(sanitizer): add support for HTML hidden attribute</li>
<li>feat(locale): update French translations</li>
<li>feat(integration): add Raindrop integration</li>
<li>feat(integration): add feed name to Telegram message</li>
<li>feat(integration): add Betula integration</li>
<li>feat: use of insecure TLS ciphers when &ldquo;Allow self-signed or invalid certificates&rdquo; is enabled to workaround some broken websites</li>
<li>feat: discover feeds from a Youtube playlist pages</li>
<li>feat: add navigation to last/first page</li>
<li>feat: add global block and keep filters</li>
<li>feat: add description field to feed settings</li>
<li>feat: add <code>pitchfork.com</code> scraping rule</li>
<li>feat: add <code>FETCH_NEBULA_WATCH_TIME</code> config option</li>
<li>Bump <code>github.com/PuerkitoBio/goquery</code> from<code> 1.9.1</code> to<code> 1.9.2</code></li>
<li>Bump <code>github.com/prometheus/client_golang</code> from <code>1.19.0</code> to <code>1.19.1</code></li>
<li>build(deps): bump <code>library/alpine</code> in <code>/packaging/docker/alpine</code></li>
<li>build(deps): bump <code>golangci/golangci-lint-action</code> from <code>4</code> to <code>6</code></li>
<li>build(deps): bump <code>golang.org/x/term</code> from <code>0.19.0</code> to <code>0.22.0</code></li>
<li>build(deps): bump <code>golang.org/x/oauth2</code> from <code>0.19.0</code> to <code>0.21.0</code></li>
<li>build(deps): bump <code>golang.org/x/net</code> from <code>0.22.0</code> to <code>0.27.0</code></li>
<li>build(deps): bump <code>golang.org/x/crypto</code> from <code>0.24.0</code> to <code>0.25.0</code></li>
<li>build(deps): bump <code>github.com/yuin/goldmark</code> from <code>1.7.1</code> to <code>1.7.4</code></li>
<li>build(deps): bump <code>github.com/tdewolff/minify/v2</code> from <code>2.20.20</code> to <code>2.20.36</code></li>
<li>build(deps): bump <code>github.com/coreos/go-oidc/v3</code> from <code>3.10.0</code> to <code>3.11.0</code></li>
<li>build(deps): bump <code>docker/build-push-action</code> from <code>5</code> to <code>6</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.4/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.4/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.4/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.4/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.4/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.4/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.4/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.4/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.4/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.4/miniflux-windows-amd64.exe" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.4/miniflux-2.1.4-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.4/miniflux_2.1.4_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.4/miniflux_2.1.4_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.4/miniflux_2.1.4_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.1.3</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.1.3.html"/><id>https://miniflux.app/releases/2.1.3.html</id><updated>2024-04-27T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li><code>api</code>: <code>rand.Intn(math.MaxInt64)</code> causes tests to fail on 32-bit architectures (use <code>rand.Int()</code> instead)</li>
<li><code>ci</code>: use <code>docker/metadata-action</code> instead of deprecated shell-scripts</li>
<li><code>database</code>: remove <code>entries_feed_url_idx</code> index because entry URLs can exceeds btree index size limit</li>
<li><code>finder</code>: find feeds from YouTube playlist</li>
<li><code>http/response</code>: add brotli compression support</li>
<li><code>integration/matrix</code>: fix function name in comment</li>
<li><code>packaging</code>: specify container registry explicitly (e.g., Podman does not use <code>docker.io</code> by default)</li>
<li><code>packaging</code>: use <code>make miniflux</code> instead of duplicating <code>go build</code> arguments (this leverages Go&rsquo;s PIE build mode)</li>
<li><code>reader/fetcher</code>: add brotli content encoding support</li>
<li><code>reader/processor</code>: minimize feed entries HTML content</li>
<li><code>reader/rewrite</code>: add a rule for <code>oglaf.com</code></li>
<li><code>storage</code>: change <code>GetReadTime()</code> function to use <code>entries_feed_id_hash_key</code> index</li>
<li><code>ui</code>: add seek and speed controls to media player</li>
<li><code>ui</code>: add tag entries page</li>
<li><code>ui</code>: fix JavaScript error when clicking on unread counter</li>
<li><code>ui</code>: use <code>FORCE_REFRESH_INTERVAL</code> config for category refresh</li>
<li>Bump <code>github.com/tdewolff/minify/v2</code> from <code>2.20.19</code> to <code>2.20.20</code></li>
<li>Bump <code>golang.org/x/net</code> from <code>0.22.0</code> to <code>0.24.0</code></li>
<li>Bump <code>golang.org/x/term</code> from <code>0.18.0</code> to <code>0.19.0</code></li>
<li>Bump <code>golang.org/x/oauth2</code> from <code>0.18.0</code> to <code>0.19.0</code></li>
<li>Bump <code>github.com/yuin/goldmark</code> from <code>1.7.0</code> to <code>1.7.1</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.3/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.3/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.3/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.3/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.3/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.3/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.3/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.3/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.3/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.3/miniflux-windows-amd64.exe" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.3/miniflux-2.1.3-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.3/miniflux_2.1.3_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.3/miniflux_2.1.3_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.3/miniflux_2.1.3_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.1.2</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.1.2.html"/><id>https://miniflux.app/releases/2.1.2.html</id><updated>2024-03-30T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li><code>api</code>: rewrite API integration tests without build tags</li>
<li><code>ci</code>: add basic ESLinter checks</li>
<li><code>ci</code>: enable go-critic linter and fix various issues detected</li>
<li><code>ci</code>: fix JavaScript linter path in GitHub Actions</li>
<li><code>cli</code>: avoid misleading error message when creating an admin user automatically</li>
<li><code>config</code>: add <code>FILTER_ENTRY_MAX_AGE_DAYS</code> option</li>
<li><code>config</code>: bump the number of simultaneous workers</li>
<li><code>config</code>: rename <code>PROXY_*</code> options to <code>MEDIA_PROXY_*</code></li>
<li><code>config</code>: use <code>crypto.GenerateRandomBytes</code> instead of doing it by hand</li>
<li><code>http/request</code>: refactor conditions to be more idiomatic</li>
<li><code>http/response</code>: remove legacy <code>X-XSS-Protection</code> header</li>
<li><code>integration/rssbrige</code>: fix rssbrige import</li>
<li><code>integration/shaarli</code>: factorize the header+payload concatenation as data</li>
<li><code>integration/shaarli</code>: no need to base64-encode then remove the padding when we can simply encode without padding</li>
<li><code>integration/shaarli</code>: the JWT token was declared as using HS256 as algorithm, but was using HS512</li>
<li><code>integration/webhook</code>: add category title to request body</li>
<li><code>locale</code>: update Turkish translations</li>
<li><code>man page</code>: sort config options in alphabetical order</li>
<li><code>mediaproxy</code>: reduce the internal indentation of <code>ProxifiedUrl</code> by inverting some conditions</li>
<li><code>mediaproxy</code>: simplify and refactor the package</li>
<li><code>model</code>: replace<code> Optional{Int,Int64,Float64}</code> with a generic function <code>OptionalNumber()</code></li>
<li><code>model</code>: use struct embedding for <code>FeedCreationRequestFromSubscriptionDiscovery</code> to reduce code duplication</li>
<li><code>reader/atom</code>: avoid debug message when the date is empty</li>
<li><code>reader/atom</code>: change <code>if !a { a = } if !a {a = }</code> constructs into <code>if !a { a = ; if !a {a = }}</code> to reduce the number of comparisons and improve readability</li>
<li><code>reader/atom</code>: Move the population of the feed&rsquo;s entries into a new function, to make BuildFeed easier to understand/separate concerns/implementation details</li>
<li><code>reader/atom</code>: refactor Atom parser to use an adapter</li>
<li><code>reader/atom</code>: use <code>sort+compact</code> instead of <code>compact+sort</code> to remove duplicates</li>
<li><code>reader/atom</code>: when detecting the format, detect its version as well</li>
<li><code>reader/encoding</code>: inline a one-liner function</li>
<li><code>reader/handler</code>: fix force refresh feature</li>
<li><code>reader/json</code>: refactor JSON Feed parser to use an adapter</li>
<li><code>reader/media</code>: remove a superfluous error-check: <code>strconv.ParseInt</code> returns <code>0</code> when passed an empty string</li>
<li><code>reader/media</code>: simplify switch-case by moving a common condition above it</li>
<li><code>reader/processor</code>: compile block/keep regex only once per feed</li>
<li><code>reader/rdf</code>: refactor RDF parser to use an adapter</li>
<li><code>reader/rewrite</code>: inline some one-line functions</li>
<li><code>reader/rewrite</code>: simplify <code>removeClickbait</code></li>
<li><code>reader/rewrite</code>: transform a free-standing function into a method</li>
<li><code>reader/rewrite</code>: use a proper constant instead of a magic number in <code>applyFuncOnTextContent</code></li>
<li><code>reader/rss</code>: add support for <code>&lt;media:category&gt;</code> element</li>
<li><code>reader/rss</code>: don&rsquo;t add empty tags to RSS items</li>
<li><code>reader/rss</code>: refactor RSS parser to use a default namespace to avoid some limitations of the Go XML parser</li>
<li><code>reader/rss</code>: refactor RSS Parser to use an adapter</li>
<li><code>reader/rss</code>: remove some duplicated code in RSS parser</li>
<li><code>reader</code>: ensure that enclosure URLs are always absolute</li>
<li><code>reader</code>: move iTunes and GooglePlay XML definitions to their own packages</li>
<li><code>reader</code>: parse podcast categories</li>
<li><code>reader</code>: remove trailing space in <code>SiteURL</code> and <code>FeedURL</code></li>
<li><code>storage</code>: do not store empty tags</li>
<li><code>storage</code>: simplify <code>removeDuplicates()</code> to use a <code>sort</code>+<code>compact</code> construct instead of doing it by hand with a hashmap</li>
<li><code>storage</code>: Use plain strings concatenation instead of building an array and then joining it</li>
<li><code>timezone</code>: make sure the tests pass when the timezone database is not installed on the host</li>
<li><code>ui/css</code>: align <code>min-width</code> with the other <code>min-width</code> values</li>
<li><code>ui/css</code>: fix regression: &ldquo;Add to Home Screen&rdquo; button is unreadable</li>
<li><code>ui/js</code>: don&rsquo;t use lambdas to return a function, use directly the function instead</li>
<li><code>ui/js</code>: enable trusted-types</li>
<li><code>ui/js</code>: fix download button loading label</li>
<li><code>ui/js</code>: fix JavaScript error on the login page when the user not authenticated</li>
<li><code>ui/js</code>: inline one-line functions</li>
<li><code>ui/js</code>: inline some <code>querySelectorAll</code> calls</li>
<li><code>ui/js</code>: reduce the scope of some variables</li>
<li><code>ui/js</code>: remove a hack for &ldquo;Chrome 67 and earlier&rdquo; since it was released in 2018</li>
<li><code>ui/js</code>: replace <code>DomHelper.findParent</code> with <code>.closest</code></li>
<li><code>ui/js</code>: replace <code>let</code> with <code>const</code></li>
<li><code>ui/js</code>: simplify <code>DomHelper.getVisibleElements</code> by using a <code>filter</code> instead of a loop with an index</li>
<li><code>ui/js</code>: use a <code>Set</code> instead of an array in a <code>KeyboardHandler</code>&rsquo;s member</li>
<li><code>ui/js</code>: use some ternaries where it makes sense</li>
<li><code>ui/static</code>: make use of <code>HashFromBytes</code> everywhere</li>
<li><code>ui/static</code>: set minifier ECMAScript version</li>
<li><code>ui</code>: add keyboard shortcuts for scrolling to top/bottom of the item list</li>
<li><code>ui</code>: add media player control playback speed</li>
<li><code>ui</code>: remove unused variables and improve JSON decoding in <code>saveEnclosureProgression()</code></li>
<li><code>validator</code>: display an error message on edit feed page when the feed URL is not unique</li>
<li>Bump <code>github.com/coreos/go-oidc/v3</code> from <code>3.9.0</code> to <code>3.10.0</code></li>
<li>Bump <code>github.com/go-webauthn/webauthn</code> from <code>0.10.1</code> to <code>0.10.2</code></li>
<li>Bump <code>github.com/tdewolff/minify/v2</code> from <code>2.20.18</code> to <code>2.20.19</code></li>
<li>Bump <code>google.golang.org/protobuf</code> from <code>1.32.0</code> to <code>1.33.0</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.2/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.2/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.2/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.2/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.2/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.2/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.2/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.2/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.2/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.2/miniflux-windows-amd64.exe" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.2/miniflux-2.1.2-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.2/miniflux_2.1.2_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.2/miniflux_2.1.2_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.2/miniflux_2.1.2_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.1.1</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.1.1.html"/><id>https://miniflux.app/releases/2.1.1.html</id><updated>2024-03-10T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Move search form to a dedicated page</li>
<li>Add Readeck integration</li>
<li>Add feed option to disable HTTP/2 to avoid fingerprinting</li>
<li>Add <code>Enter</code> key as a hotkey to open selected item</li>
<li>Proxify <code>video</code> element <code>poster</code> attribute</li>
<li>Add a couple of new possible locations for feeds
<ul>
<li>Hugo likes to generate <code>index.xml</code></li>
<li><code>feed.atom</code> and <code>feed.rss</code> are used by enterprise-scale/old-school gigantic CMS</li>
</ul>
</li>
<li>Fix categories import from Thunderbird&rsquo;s OPML</li>
<li>Fix logo misalignment when using languages that are more verbose than English</li>
<li>Google Reader: Do not return a 500 error when no items is returned</li>
<li>Handle RDF feeds with duplicated <code>&lt;title&gt;</code> elements</li>
<li>Sort integrations alphabetically</li>
<li>Add more URL validation in media proxy</li>
<li>Add unit test to ensure each translation has the correct number of plurals</li>
<li>Add missing plurals for some languages</li>
<li>Makefile: quiet <code>git describe</code> and <code>rev-parse</code> stderr: When building from a tarball instead of a cloned git repo, there would be two <code>fatal: not a git repository</code> errors emitted even though the build succeeds. This is because of how <code>VERSION</code> and <code>COMMIT</code> are set in the Makefile. This PR suppresses the stderr for these variable assignments.</li>
<li>Makefile: do not force <code>CGO_ENABLED=0</code> for <code>miniflux</code> target</li>
<li>Add GitHub Action pipeline to build packages on-demand</li>
<li>Remove Golint (deprecated), use <code>staticcheck</code> and <code>golangci-lint</code> instead</li>
<li>Build amd64/arm64 Debian packages with CGO disabled</li>
<li>Update <code>go.mod</code> and add <code>.exe</code> suffix to Windows binary</li>
<li>Add a couple of fuzzers</li>
<li>Fix CodeQL workflow</li>
<li>Code and performance improvements:
<ul>
<li>Use an <code>io.ReadSeeker</code> instead of an <code>io.Reader</code> to parse feeds</li>
<li>Speed up the sanitizer:
<ul>
<li>Allow Youtube URLs to start with <code>www</code></li>
<li>Use <code>strings.Builder</code> instead of a <code>bytes.Buffer</code></li>
<li>Use a <code>strings.NewReader</code> instead of a <code>bytes.NewBufferString</code></li>
<li>Sprinkles a couple of <code>continue</code> to make the code-flow more obvious</li>
<li>Inline calls to <code>inList</code>, and put their parameters in the right order</li>
<li>Simplify <code>isPixelTracker</code></li>
<li>Simplify <code>isValidIframeSource</code>, by extracting the hostname and comparing it directly, instead of using the full url and checking if it starts with multiple variations of the same one (<code>//</code>, <code>http:</code>, <code>https://</code> multiplied by <code>/www.</code>)</li>
<li>Add a benchmark</li>
<li>Instead of having to allocate a ~100 keys map containing possibly dynamic values (at least to the go compiler), allocate it once in a global variable. This significantly speeds things up, by reducing the garbage</li>
<li>Use constant time access for maps instead of iterating on them</li>
<li>Build a ~large whitelist map inline instead of constructing it item by item (and remove a duplicate key/value pair)</li>
<li>Use <code>slices</code> instead of hand-rolled loops
collector/allocator involvements.</li>
</ul>
</li>
<li>Reuse a <code>Reader</code> instead of copying to a buffer when parsing an Atom feed</li>
<li>Preallocate memory when exporting to OPML: This should marginally increase performance when exporting a large amount of feeds to OPML</li>
<li>Delay call of <code>view.New</code> after logging the user in: There is no need to do extra work like creating a session and its associated view until the user has been properly identified and as many possibly-failing sql request have been successfully run</li>
<li>Use constant-time comparison for anti-csrf tokens: This is probably completely overkill, but since anti-csrf tokens are secrets, they should be compared against untrusted inputs in constant time</li>
<li>Simplify and optimize <code>genericProxyRewriter</code>
<ul>
<li>Reduce the amount of nested loops: it&rsquo;s preferable to search the whole page once and filter on it (even with filters that should always be false), than searching it again for every element we&rsquo;re looking for.</li>
<li>Factorize the proxying conditions into a <code>shouldProxy</code> function to reduce the copy-pasta.</li>
</ul>
</li>
<li>Speed up <code>removeUnlikelyCandidates</code>: <code>.Not</code> returns a brand new <code>Selection</code>, copied element by element</li>
<li>Improve <code>EstimateReadingTime</code>&rsquo;s speed by a factor 7
<ul>
<li>Refactorise the tests and add some</li>
<li>Use 250 signs instead of the whole text</li>
<li>Only check for Korean, Chinese and Japanese script</li>
<li>Add a benchmark</li>
<li>Use a more idiomatic control flow</li>
</ul>
</li>
<li>Don&rsquo;t compute reading-time when unused: If the user doesn&rsquo;t display reading times, there is no need to compute them. This should speed things up a bit, since <code>whatlanggo.Detect</code> is abysmally slow.</li>
<li>Simplify <code>username</code> generation for the integration tests: No need to generate random numbers 10 times, generate a single big-enough one. A single int64 should be more than enough</li>
<li>Add missing regex anchor detected by CodeQL</li>
<li>Don&rsquo;t mix up slices capacity and length</li>
<li>Use prepared statements for intervals, <code>ArchiveEntries</code> and <code>updateEnclosures</code></li>
<li>Use modern for-loops introduced with Go 1.22</li>
<li>Remove a superfluous condition: No need to check if the length of <code>line</code> is positive since we&rsquo;re checking afterwards that it contains the <code>=</code> sign</li>
<li>Close resources as soon as possible, instead of using <code>defer()</code> in a loop</li>
<li>Remove superfluous escaping in a regex</li>
<li>Use <code>strings.ReplaceAll</code> instead of <code>strings.Replace(…, -1)</code></li>
<li>Use <code>strings.EqualFold</code> instead of <code>strings.ToLower(…) ==</code></li>
<li>Use <code>.WriteString(</code> instead of <code>.Write([]byte(…</code></li>
<li>Use <code>%q</code> instead of <code>&quot;%s&quot;</code></li>
<li>Make <code>internal/worker/worker.go</code> read-only</li>
<li>Use a switch-case construct in <code>internal/locale/plural.go</code> instead of an avalanche of <code>if</code></li>
<li>Template functions: simplify <code>formatFileSize</code> and <code>duration</code> implementation</li>
<li>Inline some templating functions</li>
<li>Make use of <code>printer.Print</code> when possible</li>
<li>Add a <code>printer.Print</code> to <code>internal/locale/printer.go</code>: No need to use variadic functions with string format interpolation to generate static strings</li>
<li>Minor code simplification in <code>internal/ui/view/view.go</code>: No need to create the map item by item when we can create it in one go</li>
<li>Build the map inline in <code>CountAllFeeds()</code>: No need to build an empty map to then add more fields in it one by one</li>
<li>Miscellaneous improvements to <code>internal/reader/subscription/finder.go</code>:
<ul>
<li>Surface <code>localizedError</code> in <code>FindSubscriptionsFromWellKnownURLs</code> via <code>slog</code></li>
<li>Use an inline declaration for new subscriptions, like done elsewhere in the
file, if only for consistency&rsquo;s sake</li>
<li>Preallocate the <code>subscriptions</code> slice when using an RSS-bridge,</li>
</ul>
</li>
<li>Use an update-where for <code>MarkCategoryAsRead</code> instead of a subquery</li>
<li>Simplify <code>CleanOldUserSessions</code>&rsquo; query: No need for a subquery, filtering on <code>created_at</code> directly is enough</li>
<li>Simplify <code>cleanupEntries</code>&rsquo; query
<ul>
<li><code>NOT (hash=ANY(%4))</code> can be expressed as <code>hash NOT IN $4</code></li>
<li>There is no need for a subquery operating on the same table, moving the conditions out is equivalent.</li>
</ul>
</li>
<li>Reformat <code>ArchiveEntries</code>&rsquo;s query for consistency&rsquo;s sake and replace the <code>=ANY</code> with an <code>IN</code></li>
<li>Reformat the query in <code>GetEntryIDs</code> and <code>GetReadTime</code>&rsquo;s query for consistency&rsquo;s sake</li>
<li>Simplify <code>WeeklyFeedEntryCount</code>: No need for a <code>BETWEEN</code>: we want to filter on entries published in the last week, no need to express is as &ldquo;entries published between now and last week&rdquo;, &ldquo;entries published after last week&rdquo; is enough</li>
<li>Add some tests for <code>add_image_title</code></li>
<li>Remove <code>github.com/google/uuid</code> dependencies: Replace it with a hand-rolled implementation. Heck, an UUID isn&rsquo;t even a requirement according to Omnivore API docs</li>
<li>Simplify <code>internal/reader/icon/finder.go</code>:
<ul>
<li>Use a simple regex to parse data uri instead of a hand-rolled parser, and document what fields are considered mandatory.</li>
<li>Use case-insensitive matching to find (fav)icons, instead of doing the same query twice with different letter cases</li>
<li>Add <code>apple-touch-icon-precomposed.png</code> as a fallback <code>favicon</code></li>
<li>Reorder the queries to have <code>icon</code> first, since it seems to be the most popular one. It used to be last, meaning that pages had to be parsed completely 4 times, instead of one now.</li>
<li>Minor factorisation in <code>findIconURLsFromHTMLDocument</code></li>
</ul>
</li>
<li>Small refactoring of <code>internal/reader/date/parser.go</code>:
<ul>
<li>Split dates formats into those that require local times and those who don&rsquo;t, so that there is no need to have a switch-case in the for loop with around 250 iterations at most.</li>
<li>Be more strict when it comes to timezones, previously invalid ones like -13 were accepted. Also add a test for this.</li>
<li>Bail out early if the date is an empty string.</li>
</ul>
</li>
<li>Make use of Go ≥ 1.21 slices package instead of hand-rolled loops</li>
<li>Reorder the fields of the <code>Entry</code> struct to save some memory</li>
</ul>
</li>
<li>Dependencies update:
<ul>
<li>Bump <code>golang.org/x/oauth2</code> from <code>0.17.0</code> to <code>0.18.0</code></li>
<li>Bump <code>github.com/prometheus/client_golang</code> from <code>1.18.0</code> to <code>1.19.0</code></li>
<li>Bump <code>github.com/tdewolff/minify/v2</code> from <code>2.20.16</code> to <code>2.20.18</code></li>
<li>Bump <code>github.com/PuerkitoBio/goquery</code> from <code>1.8.1</code> to <code>1.9.1</code></li>
<li>Bump <code>golang.org/x/crypto</code> from <code>0.19.0</code> to <code>0.20.0</code></li>
<li>Bump <code>github.com/go-jose/go-jose/v3</code> from <code>3.0.1</code> to <code>3.0.3</code></li>
</ul>
</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.1/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.1/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.1/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.1/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.1/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.1/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.1/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.1/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.1/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.1/miniflux-windows-amd64.exe" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.1/miniflux-2.1.1-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.1/miniflux_2.1.1_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.1/miniflux_2.1.1_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.1/miniflux_2.1.1_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.1.0</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.1.0.html"/><id>https://miniflux.app/releases/2.1.0.html</id><updated>2024-02-17T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add Linkwarden integration</li>
<li>Add LinkAce integration</li>
<li>Add <code>FORCE_REFRESH_INTERVAL</code> config option</li>
<li>Add <code>item-meta-info-reading-time</code> CSS class</li>
<li>Add <code>add_dynamic_iframe</code> rewrite function</li>
<li>Add attribute <code>data-original-mos</code> to <code>add_dynamic_image</code> rewrite candidates</li>
<li>Update entry processor to allow blocking/keeping entries by tags and/or authors</li>
<li>Change default <code>Accept</code> header when fetching feeds</li>
<li>Rewrite relative RSS Bridge URL to absolute URL</li>
<li>Use numeric user ID in Alpine and distroless container image (avoid <code>securityContext</code> error in Kubernetes)</li>
<li>Always try to use HTTP/2 when fetching feeds if available</li>
<li>Add <code>type</code> attribute in OPML export as per OPML 2.0 specs</li>
<li>Fix missing translation argument for the key <code>error.unable_to_parse_feed</code></li>
<li>Fix Debian package builder when using Go 1.22 and <code>armhf</code> architecture</li>
<li>Fix typo in log message</li>
<li>Fix incorrect label shown when saving an article</li>
<li>Fix incorrect condition in refresh feeds cli</li>
<li>Fix incorrect label <code>for</code> attribute</li>
<li>Add missing label ID for custom CSS field</li>
<li>Accessibility improvements:
<ul>
<li>Add workaround for macOS VoiceOver that didn&rsquo;t announce <code>details</code> and <code>summary</code> when expanded</li>
<li>Add <code>alert</code> role to alert message element</li>
<li>Add a <code>h2</code> heading to the article element so that the screen reader users can navigate the article through the heading level</li>
<li>Add an <code>aria-label</code> attribute for the article element for screen readers</li>
<li>Remove the icon image <code>alt</code> attribute in feeds list to prevent screen reader to announce it before entry title</li>
<li>Add <code>sr-only</code> CSS class for screen reader users (provides more context)</li>
<li>Differentiate between buttons and links</li>
<li>Change links that could perform actions to buttons</li>
<li>Improve translation of hidden Aria elements</li>
<li>Remove the redundant article role</li>
<li>Add a search landmark for the search form so that the screen reader users can navigate to it</li>
<li>Add skip to content link</li>
<li>Add <code>nav</code> landmark to page header links</li>
</ul>
</li>
<li>Limit feed/category entry pagination to unread entries when coming from unread entry list</li>
<li>Update German translation</li>
<li>Update GitHub Actions to Go 1.22</li>
<li>Bump <code>golang.org/x/term</code> from <code>0.16.0</code> to <code>0.17.0</code></li>
<li>Bump <code>github.com/google/uuid</code> from <code>1.5.0</code> to <code>1.6.0</code></li>
<li>Bump <code>github.com/yuin/goldmark</code> from <code>1.6.0</code> to <code>1.7.0</code></li>
<li>Bump <code>golang.org/x/oauth2</code> from <code>0.15.0</code> to <code>0.17.0</code></li>
<li>Bump <code>github.com/tdewolff/minify/v2</code> from <code>2.20.10</code> to <code>2.20.12</code></li>
<li>Bump <code>golang.org/x/term</code> from <code>0.15.0</code> to <code>0.16.0</code></li>
<li>Bump <code>github.com/prometheus/client_golang</code> from <code>1.17.0</code> to <code>1.18.0</code></li>
<li>Bump <code>github.com/tdewolff/minify/v2</code> from <code>2.20.9</code> to <code>2.20.16</code></li>
<li>Bump <code>golang.org/x/crypto</code> from <code>0.16.0</code> to <code>0.19.0</code></li>
<li>Bump <code>github.com/go-webauthn/webauthn</code> from <code>0.9.4</code> to<code> 0.10.1</code></li>
<li>Bump <code>golang.org/x/net</code> from <code>0.20.0</code> to <code>0.21.0</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.0/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.0/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.0/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.0/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.0/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.0/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.0/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.0/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.0/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.0/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.0/miniflux-2.1.0-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.0/miniflux_2.1.0_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.0/miniflux_2.1.0_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.1.0/miniflux_2.1.0_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.51</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.51.html"/><id>https://miniflux.app/releases/2.0.51.html</id><updated>2023-12-13T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add Omnivore integration</li>
<li>Fixes for the regressions introduced in version 2.0.50:
<ul>
<li>Ensure all HTML documents are encoded in UTF-8</li>
<li>Send default User-Agent and HTTP caching headers when making HTTP requests</li>
</ul>
</li>
<li>Allow Youtube links to be opened outside the <code>iframe</code> (avoid <code>ERR_BLOCKED_BY_RESPONSE</code> error)</li>
<li>Fix inaccessible metrics endpoint when listening on Unix socket</li>
<li>Allow renaming and moving feed at the same time in the Google Reader API</li>
<li>Log <code>nb_jobs</code> only when number of jobs is larger than 0 in background scheduler</li>
<li>Deduplicate feed URLs when parsing HTML document during discovery process</li>
<li>Calculate a virtual weekly count based on the average updating frequency (<code>POLLING_SCHEDULER=entry_frequency</code>)</li>
<li>Update GitHub Actions workflow to be able to run the linter and tests on-demand</li>
<li>Add <code>SCHEDULER_ROUND_ROBIN_MIN_INTERVAL</code> config option</li>
<li>Add links to GitHub for the commit hash and the version in the about page</li>
<li>Use &ldquo;starred&rdquo; rather than &ldquo;bookmarked&rdquo; in English translation</li>
<li>Update Chinese (CN &amp; TW) translation</li>
<li>Bump <code>github.com/google/uuid</code> from <code>1.4.0</code> to <code>1.5.0</code></li>
<li>Bump <code>github.com/coreos/go-oidc/v3</code> from <code>3.7.0</code> to <code>3.9.0</code></li>
<li>Bump <code>github.com/tdewolff/minify/v2</code> from <code>2.20.6</code> to <code>2.20.9</code></li>
<li>Bump <code>github.com/go-webauthn/webauthn</code> from <code>0.8.6</code> to <code>0.9.4</code></li>
<li>Bump <code>golang.org/x/oauth2</code> from <code>0.14.0</code> to <code>0.15.0</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.51/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.51/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.51/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.51/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.51/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.51/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.51/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.51/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.51/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.51/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.51/miniflux-2.0.51-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.51/miniflux_2.0.51_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.51/miniflux_2.0.51_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.51/miniflux_2.0.51_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.50</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.50.html"/><id>https://miniflux.app/releases/2.0.50.html</id><updated>2023-11-12T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add WebAuthn / Passkey integration (Define <code>BASE_URL</code> config option and set <code>WEBAUTHN=1</code>)</li>
<li>Add RSS-Bridge integration</li>
<li>Take RSS TTL field into consideration to schedule next check date</li>
<li>Show number of visible entries instead of number of read entries in feed list</li>
<li>OpenID Connect: Redirect to configured user home page after successful authentication</li>
<li>Google Reader API fixes:
<ul>
<li><code>user/{userID}/state/com.google/read</code> is missing in categories section for read entries</li>
<li>Take <code>ExcludeTargets</code> into consideration in feed stream handler</li>
</ul>
</li>
<li>Allow iframes pointing to Twitch videos</li>
<li>Filter feed entries based on URL or title</li>
<li>Take into consideration <code>hide_globally</code> property defined for categories in <code>/v1/entries</code> API endpoint</li>
<li>Add category ID to webhooks request body</li>
<li>Update date parser to parse more invalid date formats</li>
<li>Refactor feed discovery handler, and avoid an extra HTTP request if the URL provided is the feed</li>
<li>Refactor HTTP Client and <code>LocalizedError</code> packages</li>
<li>Refactor Batch Builder, and prevent accidental and excessive refreshes from the web UI</li>
<li>Refactor icon finder:
<ul>
<li>Continue the discovery process when the feed icon is invalid</li>
<li>Search all icons from the HTML document and do not stop on the first one</li>
</ul>
</li>
<li>Add support for SVG icons with data URL without encoding</li>
<li>Expose <code>next_check_at</code> in the web ui and API</li>
<li>Add database indexes to improve performance</li>
<li>Change log level to warning for failed feeds refresh in cronjob</li>
<li>Do not log website without icon as warning</li>
<li>Add GitHub workflow to build binaries</li>
<li>Add GitHub extensions to devcontainer</li>
<li>Make sure to pull the latest base image when building the Docker image</li>
<li>Strip version prefix when building Debian package</li>
<li>Add <code>github-cli</code> and <code>docker-outside-of-docker</code> features to devcontainer</li>
<li>Bump <code>golang.org/x/*</code> dependencies</li>
<li>Bump <code>github.com/gorilla/mux</code> from <code>1.8.0</code> to <code>1.8.1</code></li>
<li>Bump <code>github.com/tdewolff/minify/v2</code> from <code>2.19.9</code> to <code>2.20.6</code></li>
<li>Bump <code>github.com/yuin/goldmark</code> from <code>1.5.6</code> to <code>1.6.0</code></li>
<li>Bump <code>github.com/coreos/go-oidc/v3</code> from <code>3.6.0</code> to <code>3.7.0</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.50/miniflux-2.0.50-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.50/miniflux_2.0.50_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.50/miniflux_2.0.50_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.50/miniflux_2.0.50_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.49</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.49.html"/><id>https://miniflux.app/releases/2.0.49.html</id><updated>2023-10-15T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Implement structured logging using <code>log/slog</code> package. New config options available:
<ul>
<li><code>LOG_FORMAT</code>: <code>json</code> or <code>text</code></li>
<li><code>LOG_LEVEL</code>: <code>debug</code>, <code>info</code>, <code>warning</code>, or <code>error</code></li>
<li><code>LOG_FILE</code>: <code>sdterr</code>, <code>stdout</code>, or a file path</li>
<li>The <code>DEBUG</code> option is now deprecated in favor of <code>LOG_LEVEL</code></li>
</ul>
</li>
<li>API Improvements:
<ul>
<li>Add endpoint <code>/v1/version</code></li>
<li>Add endpoint <code>PUT /v1/entries</code> to update entry title and content</li>
<li>Add endpoint <code>/v1/icons/{iconID}</code></li>
<li>Add endpoint <code>/v1/flush-history</code> to flush history</li>
<li>Make the category optional when creating feeds for API clients who don&rsquo;t support categories</li>
<li>Add enclosures to <code>GET /v1/entries</code> endpoint</li>
<li>Add <code>published_after</code>, <code>published_before</code>, <code>changed_after</code> and <code>changed_before</code> options to <code>/v1/entries</code> endpoint</li>
</ul>
</li>
<li>Telegram integration improvements:
<ul>
<li>Replace feed HTML link with a button to avoid page preview issues</li>
<li>Add the possibility to disable buttons</li>
</ul>
</li>
<li>Add Bruno Miniflux API collection in <code>contrib</code> folder (Bruno is an open source alternative to Postman/Insomnia)</li>
<li>Add command line argument to export user feeds as OPML</li>
<li>Add new rewrite rules <code>add_hn_links_using_hack</code> and <code>add_hn_links_using_opener</code> to open HN comments with iOS apps</li>
<li>Fix timestamp format for <code>Expires</code> response header</li>
<li>Fix Javascript error when reading time option is disabled</li>
<li>Fix Apprise logic to handle feed service URLs</li>
<li>Fix missing word in force refresh message</li>
<li>Remove deprecated <code>PreferServerCipherSuites</code> TLS option</li>
<li>Replace <code>github.com/rylans/getlang</code> with <code>github.com/abadojack/whatlanggo</code> because <code>getlang</code> doesn&rsquo;t seems to be updated anymore</li>
<li>Bump <code>github.com/mccutchen/go-httpbin/v2</code> from <code>2.11.0</code> to <code>2.11.1</code></li>
<li>Bump <code>golang.org/x/*</code> dependencies</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-2.0.49-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.49/miniflux_2.0.49_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.49/miniflux_2.0.49_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.49/miniflux_2.0.49_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.48</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.48.html"/><id>https://miniflux.app/releases/2.0.48.html</id><updated>2023-09-15T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add generic webhook integration
<ul>
<li>Send webhook events when new entries are detected</li>
<li>Send wehbook events when saving an entry</li>
<li>Sign the outgoing requests with HMAC-SHA256</li>
</ul>
</li>
<li>Improve Telegram integration
<ul>
<li>Add built-in Telegram client</li>
<li>Remove dependency on <code>go-telegram-bot-api</code> library</li>
<li>Add new options:
<ul>
<li>Optional topic ID</li>
<li>Disable page preview</li>
<li>Disable notifications</li>
</ul>
</li>
<li>Add new button to go to article</li>
</ul>
</li>
<li>Improve Matrix integration
<ul>
<li>Add built-in Matrix client</li>
<li>Remove dependency on <code>gomatrix</code> library</li>
<li>Send HTML formatted messages to Matrix</li>
</ul>
</li>
<li>OpenID Connect authentication improvements:
<ul>
<li>Add OAuth2 PKCE support</li>
<li>Add <code>profile</code> scope to OIDC integration to support accounts without email address</li>
<li>Prevent empty username when using the OIDC integration</li>
</ul>
</li>
<li>Add <code>factor</code> for <code>entry_frequency</code> scheduler:
<ul>
<li>Allow the user to increase the frequency of the <code>entry_frequency</code>
scheduler by a configurable factor in order to shorten the time between
updates.</li>
</ul>
</li>
<li>Fix: status bar is unreadable when using PWA in dark mode on Firefox Android</li>
<li>Group form fields into fieldsets to improve page layout</li>
<li>Update Russian translation</li>
<li>Make sure icon URLs are always absolute</li>
<li>Add Apprise service URLs per feed</li>
<li>Trim <code>username</code> and <code>password</code> form fields</li>
<li>Strip HTML tags from DublinCore Creator tags</li>
<li>Fix scroll up behavior on Firefox Android</li>
<li>Add missing <code>return</code> statement in <code>fetchContent</code> UI handler</li>
<li>Add <code>replace_title</code> rewrite rule to adjust entry titles</li>
<li>Fix Pocket integration redirect URL and Google Reader API HREF</li>
<li>Fix feed <code>hide_globally</code> property to use it with third-party clients.</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.48/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.48/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.48/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.48/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.48/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.48/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.48/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.48/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.48/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.48/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.48/miniflux-2.0.48-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.48/miniflux_2.0.48_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.48/miniflux_2.0.48_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.48/miniflux_2.0.48_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.47</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.47.html"/><id>https://miniflux.app/releases/2.0.47.html</id><updated>2023-08-20T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Update rules for <code>webtoons.com</code></li>
<li>Use HTTP client from the standard library for third-party integrations</li>
<li>Rename internal <code>url</code> package to <code>urllib</code> to avoid overlap with <code>net/url</code></li>
<li>Add Shaarli integration</li>
<li>Add Shiori integration</li>
<li>Add Apprise integration</li>
<li>Add Readwise Reader integration</li>
<li>Consider base path when generating third-party services API endpoint</li>
<li>Use podcast duration tag as reading time</li>
<li>Move internal packages to an <code>internal</code> folder
<ul>
<li>For reference: <a href="https://go.dev/doc/go1.4#internalpackages">https://go.dev/doc/go1.4#internalpackages</a></li>
</ul>
</li>
<li>Rename Miniflux package name to follow Go module naming convention
<ul>
<li>For reference: <a href="https://go.dev/ref/mod#major-version-suffixes">https://go.dev/ref/mod#major-version-suffixes</a></li>
</ul>
</li>
<li>Update RockyLinux image from 8 to 9 (used to build RPM package)</li>
<li>Add force refresh in feed edit and feed entries page</li>
<li>Use Odysee video duration as read time</li>
<li>Upgrade to Go 1.21</li>
<li>Use details disclosure element to show the list of third-party services</li>
<li>Use Web Share API for sharing entry</li>
<li>Add a workaround for parsing some invalid date format</li>
<li>Add Thunder Client API collection into contrib folder</li>
<li>Add new API endpoint: <code>/entries/{entryID}/save</code></li>
<li>Trigger Docker and packages workflows only for semantic tags
<ul>
<li>Go module versioning expect Git tags to start with the letter v.</li>
<li>The goal is to keep the existing naming convention for generated artifacts and
have proper versioning for the Go module.</li>
</ul>
</li>
<li>Bump <code>golang.org/x/*</code> dependencies</li>
<li>Bump <code>github.com/yuin/goldmark</code></li>
<li>Bump <code>github.com/tdewolff/minify/v2</code></li>
<li>Bump <code>github.com/mccutchen/go-httpbin/v2</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.47/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.47/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.47/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.47/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.47/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.47/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.47/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.47/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.47/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.47/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.47/miniflux-2.0.47-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.47/miniflux_2.0.47_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.47/miniflux_2.0.47_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.47/miniflux_2.0.47_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.46</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.46.html"/><id>https://miniflux.app/releases/2.0.46.html</id><updated>2023-07-21T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add scraper and rewrite rules for Webtoons</li>
<li>Fix regression in integration page and simplify SQL query</li>
<li>Wallabag integration: add more information in log messages</li>
<li>Add support for custom Youtube embed URL</li>
<li>Fix accessibility issues in modal component
<ul>
<li>Fix modal aria role</li>
<li>Trap focusing with tab / shift+tab inside the modal</li>
<li>Restore keyboard focus when closing modal</li>
<li>Automatically move keyboard focus to first focusable element unless specified otherwise</li>
<li>Keyboard shortcut help modal: move keyboard focus to modal title</li>
<li>Keyboard shortcut help modal: change close control from link to button</li>
</ul>
</li>
<li>Add Notion integration</li>
<li>Update <code>golang.org/x/*</code> dependencies and <code>go-oidc</code> to v3.6.0</li>
<li>Improve responsive design</li>
<li>Add user setting for marking entry as read on view</li>
<li>Improve Russian translation</li>
<li>Add the possibility to run cleanup tasks from the command line</li>
<li>Add the possibility to run Miniflux as a cronjob</li>
<li>Use <code>go-httpbin</code> to run tests locally and avoid remote calls to <code>httpbin.org</code></li>
<li>Display tags when viewing entries</li>
<li>Update categories API endpoint to return <code>total_unread</code> and <code>feed_count</code></li>
<li>Improve date parser to handle various broken date formats</li>
<li>Avoid <code>pq: time zone displacement out of range</code> errors</li>
<li>Improve entry existance check to make better use of index</li>
<li>Add unique index <code>enclosures_user_entry_url_idx</code></li>
<li>Add mark as unread for Linkding integration</li>
<li>Add sub-folder support for Wallabag integration</li>
<li>Use RockyLinux to build RPM package</li>
<li>Disable CGO when building RPM package</li>
<li>Disable CGO when building Docker images</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.46/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.46/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.46/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.46/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.46/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.46/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.46/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.46/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.46/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.46/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.46/miniflux-2.0.46-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.46/miniflux_2.0.46_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.46/miniflux_2.0.46_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.46/miniflux_2.0.46_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.45</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.45.html"/><id>https://miniflux.app/releases/2.0.45.html</id><updated>2023-06-21T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add media player to listen to audio and video podcasts with the possiblity to resume to last playback position</li>
<li>Add default tag names for Linkding integration</li>
<li>Mark only globally visible entries when marking all entries from UI</li>
<li>Use image included in feeds as feed icon when available</li>
<li>Order history by <code>changed_at</code> and <code>published_at</code></li>
<li>Remove title attribute from entry title links</li>
<li>Fix reading time that is not aligned correctly with the latest version of Safari</li>
<li>Use glyphs of the same size on keyboard shortcuts page</li>
<li>Add maskable versions of the PWA icon</li>
<li>Replace copyright header with SPDX identifier</li>
<li>Remove the &ldquo;í&rdquo; letter from the Portuguese &ldquo;lido&rdquo; word</li>
<li>Increase golangci-lint timeout value</li>
<li>Bump <code>github.com/tdewolff/minify/v2</code>, <code>github.com/prometheus/client_golang</code>, <code>golang.org/x/*</code> dependencies</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.45/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.45/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.45/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.45/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.45/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.45/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.45/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.45/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.45/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.45/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.45/miniflux-2.0.45-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.45/miniflux_2.0.45_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.45/miniflux_2.0.45_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.45/miniflux_2.0.45_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.44</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.44.html"/><id>https://miniflux.app/releases/2.0.44.html</id><updated>2023-05-06T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add link to the URL rewrite rules documentation</li>
<li>Update scraping rules for <code>ilpost.it</code></li>
<li>Update rewrite rules for <code>theverge.com</code></li>
<li>Add a rewrite rule to remove clickbait titles</li>
<li>Make sure <code>PROXY_IMAGES</code> option is backward compatible with <code>PROXY_OPTION</code> and <code>PROXY_MEDIA_TYPES</code></li>
<li>Add new rule to remove tables</li>
<li>Add support for searching well-known URLs in subdirectory</li>
<li>Add CSS <code>word-wrap</code> rule to break very long entry title into multiple lines</li>
<li>Add swipe as option for gesture navigation between entries. There are now 3 possible choices: <code>none</code>, <code>double-tap</code>, and <code>swipe</code>.</li>
<li>Prefer typographic punctuation in English translation</li>
<li>Process older entries first:
<ul>
<li>Feed entries are usually ordered from most to least recent.</li>
<li>Processing older entries first ensures that their creation timestamp
is lower than that of newer entries.</li>
<li>This is useful when we order by creation, because then we get a
consistent timeline.</li>
</ul>
</li>
<li>Fix Grafana dashboard</li>
<li>Push Docker images to <code>Quay.io</code> (RedHat)</li>
<li>Bump <code>golang.org/x/*</code>, <code>github.com/lib/pq</code>, <code>mvdan.cc/xurls/v2</code> and <code>github.com/prometheus/client_golang</code> dependencies</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.44/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.44/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.44/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.44/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.44/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.44/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.44/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.44/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.44/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.44/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.44/miniflux-2.0.44-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.44/miniflux_2.0.44_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.44/miniflux_2.0.44_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.44/miniflux_2.0.44_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.43</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.43.html"/><id>https://miniflux.app/releases/2.0.43.html</id><updated>2023-03-16T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>
<p>Avoid XSS when opening a broken image due to unescaped ServerError in proxy handler (CVE-2023-27592)</p>
<p>Creating an RSS feed item with the inline description containing an <code>&lt;img&gt;</code> tag
with a <code>srcset</code> attribute pointing to an invalid URL like
<code>http:a&lt;script&gt;alert(1)&lt;/script&gt;</code>, we can coerce the proxy handler into an error
condition where the invalid URL is returned unescaped and in full.</p>
<p>This results in JavaScript execution on the Miniflux instance as soon as the
user is convinced to open the broken image.</p>
</li>
<li>
<p>Use <code>r.RemoteAddr</code> to check <code>/metrics</code> endpoint network access (CVE-2023-27591)</p>
<p>HTTP headers like <code>X-Forwarded-For</code> or <code>X-Real-Ip</code> can be easily spoofed. As
such, it cannot be used to test if the client IP is allowed.</p>
<p>The recommendation is to use HTTP Basic authentication to protect the
metrics endpoint, or run Miniflux behind a trusted reverse-proxy.</p>
</li>
<li>
<p>Add HTTP Basic authentication for <code>/metrics</code> endpoint</p>
</li>
<li>
<p>Add proxy support for several media types</p>
</li>
<li>
<p>Parse feed categories from RSS, Atom and JSON feeds</p>
</li>
<li>
<p>Ignore empty link when discovering feeds</p>
</li>
<li>
<p>Disable CGO explicitly to make sure the binary is statically linked</p>
</li>
<li>
<p>Add CSS classes to differentiate between category/feed/entry view and icons</p>
</li>
<li>
<p>Add rewrite and scraper rules for <code>blog.cloudflare.com</code></p>
</li>
<li>
<p>Add <code>color-scheme</code> to themes</p>
</li>
<li>
<p>Add new keyboard shortcut to toggle open/close entry attachments section</p>
</li>
<li>
<p>Sanitizer: allow <code>id</code> attribute in <code>&lt;sup&gt;</code> element</p>
</li>
<li>
<p>Add Indonesian Language</p>
</li>
<li>
<p>Update translations</p>
</li>
<li>
<p>Update Docker Compose examples:</p>
<ul>
<li>Run the application in one command</li>
<li>Bring back the health check condition to <code>depends_on</code></li>
<li>Remove deprecated <code>version</code> element</li>
</ul>
</li>
<li>
<p>Update scraping rules for <code>ilpost.it</code></p>
</li>
<li>
<p>Bump <code>github.com/PuerkitoBio/goquery</code> from <code>1.8.0</code> to <code>1.8.1</code></p>
</li>
<li>
<p>Bump <code>github.com/tdewolff/minify/v2</code> from <code>2.12.4</code> to <code>2.12.5</code></p>
</li>
<li>
<p>Bump <code>github.com/yuin/goldmark</code> from <code>1.5.3</code> to <code>1.5.4</code></p>
</li>
<li>
<p>Bump <code>golang.org/x/*</code> dependencies</p>
</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-2.0.43-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.43/miniflux_2.0.43_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.43/miniflux_2.0.43_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.43/miniflux_2.0.43_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.42</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.42.html"/><id>https://miniflux.app/releases/2.0.42.html</id><updated>2023-01-29T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Fix header items wrapping</li>
<li>Add option to enable or disable double tap</li>
<li>Improve PWA display mode label in settings page</li>
<li>Bump <code>golang.org/x/*</code> dependencies</li>
<li>Update translations</li>
<li>Add scraping rule for <code>ilpost.it</code></li>
<li>Update reading time HTML element after fetching the original web page</li>
<li>Add category feeds refresh feature</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.42/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.42/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.42/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.42/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.42/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.42/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.42/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.42/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.42/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.42/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.42/miniflux-2.0.42-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.42/miniflux_2.0.42_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.42/miniflux_2.0.42_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.42/miniflux_2.0.42_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.41</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.41.html"/><id>https://miniflux.app/releases/2.0.41.html</id><updated>2022-12-10T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Reverted PR #1290 (follow the only link) because it leads to several panics/segfaults that prevent feed updates</li>
<li>Disable double-tap mobile gesture if swipe gesture is disabled</li>
<li>Skip integrations if there are no entries to push</li>
<li>Enable TLS-ALPN-01 challenge for ACME
<ul>
<li>This type of challenge works purely at the TLS layer and is compatible
with SNI proxies. The existing HTTP-01 challenge support has been left
as-is.</li>
</ul>
</li>
<li>Preconfigure Miniflux for GitHub Codespaces</li>
<li>Updated <code>golang.org/x/net/*</code> dependencies</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.41/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.41/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.41/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.41/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.41/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.41/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.41/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.41/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.41/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.41/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.41/miniflux-2.0.41-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.41/miniflux_2.0.41_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.41/miniflux_2.0.41_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.41/miniflux_2.0.41_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.40</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.40.html"/><id>https://miniflux.app/releases/2.0.40.html</id><updated>2022-11-13T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Update dependencies</li>
<li>Pin Postgres image version in Docker Compose examples to avoid unexpected upgrades</li>
<li>Make English and Spanish translation more consistent:
<ul>
<li>Use &ldquo;Feed&rdquo; everywhere instead of &ldquo;Subscription&rdquo;</li>
<li>Use &ldquo;Entry&rdquo; instead of &ldquo;Article&rdquo;</li>
</ul>
</li>
<li>Allow <code>Content-Type</code> and <code>Accept</code> headers in CORS policy</li>
<li>Use dirs file for Debian package</li>
<li>Use custom home page in PWA manifest</li>
<li>Fix scraper rule that could be incorrect when there is a redirect</li>
<li>Improve web scraper to fetch the only link present as workaround to some landing pages</li>
<li>Add Matrix bot integration</li>
<li>Proxify images in API responses</li>
<li>Add new options in user preferences to configure sorting of entries in the category page</li>
<li>Remove dependency on <code>github.com/mitchellh/go-server-timing</code></li>
<li>Add support for the <code>continuation</code> parameter and result for Google Reader API ID calls</li>
<li>Use automatic variable for build target file names</li>
<li>Add rewrite rule for <code>recalbox.com</code></li>
<li>Improve Dutch translation</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.40/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.40/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.40/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.40/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.40/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.40/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.40/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.40/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.40/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.40/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.40/miniflux-2.0.40-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.40/miniflux_2.0.40_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.40/miniflux_2.0.40_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.40/miniflux_2.0.40_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.39</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.39.html"/><id>https://miniflux.app/releases/2.0.39.html</id><updated>2022-10-16T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add support for date filtering in Google Reader API item ID calls</li>
<li>Handle RSS entries with only a GUID permalink</li>
<li>Go API Client: Accept endpoint URLs ending with <code>/v1/</code></li>
<li>CORS API headers: Allow <code>Basic</code> authorization header</li>
<li>Log feed URL when submitting a subscription that returns an error</li>
<li>Update <code>make run</code> command to execute migrations automatically</li>
<li>Add option to send only the URL to Wallabag</li>
<li>Do not convert anchors to absolute links</li>
<li>Add config option to use a custom image proxy URL</li>
<li>Allow zoom on mobile devices</li>
<li>Add scraping rules for <code>theverge.com</code>, <code>royalroad.com</code>, <code>swordscomic.com</code>, and <code>smbc-comics.com</code></li>
<li>Add Ukrainian translation</li>
<li>Update <code>golang.org/x/*</code> dependencies</li>
<li>Bump <code>github.com/tdewolff/minify/v2</code> from <code>2.12.0</code> to <code>2.12.4</code></li>
<li>Bump <code>github.com/yuin/goldmark</code> from <code>1.4.13</code> to <code>1.5.2</code></li>
<li>Bump <code>github.com/lib/pq</code> from <code>1.10.6</code> to <code>1.10.7</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.39/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.39/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.39/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.39/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.39/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.39/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.39/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.39/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.39/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.39/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.39/miniflux-2.0.39-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.39/miniflux_2.0.39_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.39/miniflux_2.0.39_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.39/miniflux_2.0.39_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.38</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.38.html"/><id>https://miniflux.app/releases/2.0.38.html</id><updated>2022-08-13T00:00:00Z</updated><content type="html"><![CDATA[<p>Make sure to use the new Debian and RPM repositories:</p>
<ul>
<li><a href="https://miniflux.app/docs/howto.html#apt-repo">https://miniflux.app/docs/howto.html#apt-repo</a></li>
<li><a href="https://miniflux.app/docs/howto.html#rpm-repo">https://miniflux.app/docs/howto.html#rpm-repo</a></li>
</ul>
<p>List of changes:</p>
<ul>
<li>Rename default branch from master to main</li>
<li>Update GitHub Actions</li>
<li>Bump <code>github.com/prometheus/client_golang</code> from <code>1.12.2</code> to <code>1.13.0</code></li>
<li>Fix some linter issues</li>
<li>Handle Atom links with a text/html type defined</li>
<li>Add <code>parse_markdown</code> rewrite function</li>
<li>Build RPM and Debian packages automatically using GitHub Actions</li>
<li>Add <code>explosm.net</code> scraper rule</li>
<li>Make default home page configurable</li>
<li>Add title attribute to entry links because text could be truncated</li>
<li>Highlight categories with unread entries</li>
<li>Allow option to order by title and author in API entry endpoint</li>
<li>Update Russian translation</li>
<li>Make reading speed user-configurable</li>
<li>Added translation for Hindi language used in India</li>
<li>Add rewrite rules for article URL before fetching content</li>
<li>Bump <code>github.com/tdewolff/minify/v2</code> from <code>2.11.7</code> to <code>2.12.0</code></li>
<li>Support other repo owners in GitHub Docker Action</li>
<li>Proxify empty URL should not crash</li>
<li>Avoid stretched image if specified width is larger than Miniflux&rsquo;s layout</li>
<li>Add support for OPML files with several nested outlines</li>
<li>sanitizer: handle image URLs in <code>srcset</code> attribute with comma</li>
<li>Allow <code>width</code> and <code>height</code> attributes for <code>img</code> tags</li>
<li>Document that <code>-config-dump</code> command line argument shows sensitive info</li>
<li>Add System-V init service in contrib folder</li>
<li>Fix syntax error in <code>RequestBuilder.getCsrfToken()</code> method</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.38/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.38/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.38/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.38/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.38/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.38/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.38/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.38/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.38/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.38/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.38/miniflux-2.0.38-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.38/miniflux_2.0.38_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.38/miniflux_2.0.38_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.38/miniflux_2.0.38_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.37</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.37.html"/><id>https://miniflux.app/releases/2.0.37.html</id><updated>2022-05-27T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add rewrite rule to decode base64 content</li>
<li>Add Linkding integration</li>
<li>Add comment button to Telegram message</li>
<li>Add API endpoint to fetch unread and read counters</li>
<li>Fixes logic bug in Google Reader API sanity check</li>
<li>Reduce number of CORS preflight check to save network brandwidth</li>
<li>Add Espial integration</li>
<li>Allow API search for entries which are not starred</li>
<li>Try to use outermost element text when title is empty</li>
<li>Make swipe gestures feel more natural
<ul>
<li>Removes opacity transition when swiping an article read/unread</li>
<li>Adds &ldquo;resistance&rdquo; to the swiped entry when the 75px threshold is
reached</li>
<li>Fixes an issue in which a swiped article couldn&rsquo;t be moved &lt;15px</li>
</ul>
</li>
<li>Add support for feed streams to Google Reader API IDs API</li>
<li>Fix invalid parsing of icon data URL</li>
<li>Add Traditional Chinese translation</li>
<li>Add distroless Docker image variant</li>
<li>Add Go 1.18 to GitHub Action</li>
<li>Bump <code>github.com/tdewolff/minify/v2</code> from <code>2.10.0</code> to <code>2.11</code></li>
<li>Bump <code>github.com/prometheus/client_golang</code> from <code>1.12.1</code> to <code>1.12.2</code></li>
<li>Bump <code>github.com/lib/pq</code> from <code>1.10.4</code> to <code>1.10.6</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.37/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.37/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.37/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.37/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.37/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.37/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.37/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.37/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.37/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.37/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.37/miniflux-2.0.37-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.37/miniflux_2.0.37_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.37/miniflux_2.0.37_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.37/miniflux_2.0.37_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.36</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.36.html"/><id>https://miniflux.app/releases/2.0.36.html</id><updated>2022-03-08T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Gray out pagination buttons when they are not applicable</li>
<li>Use truncated entry description as title if unavailable</li>
<li>Do not fallback to InnerXML if XHTML title is empty</li>
<li>Add <code>+</code> keyboard shortcut for new subscription page</li>
<li>Add <code>(+)</code> action next to Feeds to quickly add new feeds</li>
<li>Fix unstar not working via Google Reader API</li>
<li>Remove circles in front of page header list items</li>
<li>Fix CSS hover style for links styled as buttons</li>
<li>Avoid showing <code>undefined</code> when clicking on read/unread</li>
<li>Add new keyboard shortcut <code>M</code> to toggle read/unread, and go to previous item</li>
<li>Add several icons to menus according to their roles</li>
<li>Add missing event argument to <code>onClick()</code> function call</li>
<li>Add links to scraper/rewrite/filtering docs when editing feeds</li>
<li>Add a rewrite rule for Castopod episodes</li>
<li>Fix regression: reset touch-item if not in <code>/unread</code> page</li>
<li>Add API endpoint to fetch original article</li>
<li>Show the category first in feed settings</li>
<li>Add pagination on top of all entries</li>
<li>Display Go version in &ldquo;About&rdquo; page</li>
<li>Bump <code>mvdan.cc/xurls/v2</code> from 2.3.0 to 2.4.0</li>
<li>Bump <code>github.com/prometheus/client_golang</code> from 1.11.0 to 1.12.1</li>
<li>Bump <code>github.com/tdewolff/minify/v2</code> from 2.9.28 to 2.10.0</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.36/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.36/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.36/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.36/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.36/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.36/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.36/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.36/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.36/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.36/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.36/miniflux-2.0.36-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.36/miniflux_2.0.36_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.36/miniflux_2.0.36_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.36/miniflux_2.0.36_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.35</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.35.html"/><id>https://miniflux.app/releases/2.0.35.html</id><updated>2022-01-21T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Set <code>read-all</code> permission to <code>GITHUB_TOKEN</code> for GitHub Actions</li>
<li>Pin <code>jshint</code> version in linter job</li>
<li>Fix incorrect conversion between integer types</li>
<li>Add new GitHub Actions workflows: CodeQL and Scorecards analysis</li>
<li>Handle Atom feeds with space around CDATA</li>
<li>Bump <code>github.com/tdewolff/minify/v2</code> from 2.9.22 to 2.9.28</li>
<li>Add Documentation directive to Systemd service</li>
<li>Do not reset <code>touch-item</code> if successfully swiped</li>
<li>Add support for multiple authors in Atom feeds</li>
<li>Omit <code>User-Agent</code> header in image proxy to avoid being blocked</li>
<li>Use custom feed user agent to fetch website icon</li>
<li>Make default Invidious instance configurable</li>
<li>Add new rewrite rule <code>add_youtube_video_from_id</code> to add Youtube videos in Quanta articles</li>
<li>Add scrape and rewrite rules for <code>quantamagazine.org</code></li>
<li>Expose entry unshare link in the entry and list views</li>
<li>Add Google Reader API implementation (experimental)</li>
<li>Add <code>Content-Security-Policy</code> header to feed icon and image proxy endpoints
<ul>
<li>SVG images could contain Javascript. This CSP blocks inline script.</li>
<li>Feed icons are served using <code>&lt;img&gt;</code> tag and Javascript is not interpreted.</li>
</ul>
</li>
<li>Add Finnish translation</li>
<li>Add scraper rule for <code>ikiwiki.iki.fi</code></li>
<li>Remove <code>SystemCallFilter</code> from <code>miniflux.service</code></li>
<li>Fix minor typo in French translation</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.35/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.35/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.35/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.35/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.35/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.35/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.35/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.35/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.35/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.35/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.35/miniflux-2.0.35-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.35/miniflux_2.0.35_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.35/miniflux_2.0.35_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.35/miniflux_2.0.35_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.34</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.34.html"/><id>https://miniflux.app/releases/2.0.34.html</id><updated>2021-12-16T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add rewrite rule for comics website <a href="http://monkeyuser.com">http://monkeyuser.com</a></li>
<li>Add <code>&lt;head&gt;</code> tag to OPML export</li>
<li>Tighten Systemd sandboxing and update comments in <code>miniflux.service</code></li>
<li>Add <code>RuntimeDirectory</code> to Systemd service</li>
<li>Order disabled feeds at the end of the list</li>
<li>Add support for theme color based on preferred color scheme of OS</li>
<li>Bump <code>github.com/lib/pq</code> from 1.10.3 to 1.10.4</li>
<li>Bump <code>github.com/PuerkitoBio/goquery</code> from 1.7.1 to 1.8.0</li>
<li>Fix typos in <code>model/icon.go</code></li>
<li>Add <code>data-srcset</code> support to <code>add_dynamic_image rewrite</code> rewrite rule</li>
<li>Fix Docker Compose example files compatibility to v3</li>
<li>Added the <code>role=&quot;article&quot;</code> to <code>&lt;article&gt;</code> elements for better accessibility with screen readers</li>
<li>Redact secrets shown on the about page</li>
<li>Handle <code>srcset</code> images with no space after comma</li>
<li>Hide the logout link when using auth proxy</li>
<li>Fix wrong CSS variable</li>
<li>Change <code>-config-dump</code> command to use <code>KEY=VALUE</code> format</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.34/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.34/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.34/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.34/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.34/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.34/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.34/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.34/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.34/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.34/miniflux-2.0.34-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.34/miniflux_2.0.34_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.34/miniflux_2.0.34_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.34/miniflux_2.0.34_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.33</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.33.html"/><id>https://miniflux.app/releases/2.0.33.html</id><updated>2021-09-25T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Build RPM and Debian package with PIE mode enabled</li>
<li>Add CSS rule to hide <code>&lt;template&gt;</code> tag in old browsers</li>
<li>Bump <code>github.com/tdewolff/minify/v2 from 2.9.21 to 2.9.22</code></li>
<li>Bump <code>github.com/lib/pq from 1.10.2 to 1.10.3</code></li>
<li>Remove <code>RequestURI()</code> hack</li>
<li>Improve <code>zh_CN</code> translation</li>
<li>Add ability to change entry sort order in the UI</li>
<li>Add minor improvements in integration package</li>
<li>Add Telegram integration</li>
<li>Add rewrite rule to remove DOM elements</li>
<li>Add proxy argument to <code>scraper.Fetch()</code></li>
<li>Add mime type <code>application/feed+json</code> to discover JSON Feed v1.1</li>
<li>Update scraper rule for <code>theregister.com</code></li>
<li>Add Go 1.17 to GitHub Actions</li>
<li>Display option to hide feed only when category is not already hidden</li>
<li>Add option to hide feeds from the global Unread list</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.33/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.33/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.33/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.33/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.33/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.33/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.33/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.33/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.33/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.33/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.33/miniflux-2.0.33-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.33/miniflux_2.0.33_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.33/miniflux_2.0.33_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.33/miniflux_2.0.33_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.32</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.32.html"/><id>https://miniflux.app/releases/2.0.32.html</id><updated>2021-08-14T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Bump <code>github.com/tdewolff/minify/v2</code> from 2.9.17 to 2.9.21</li>
<li>Bump <code>mvdan.cc/xurls/v2</code> from 2.2.0 to 2.3.0</li>
<li>Bump <code>github.com/PuerkitoBio/goquery</code> from 1.6.1 to 1.7.1</li>
<li>Bump <code>github.com/prometheus/client_golang</code> from 1.10.0 to 1.11.0</li>
<li>Add <code>/rss/</code> to the list of well known URLs during feed discovery</li>
<li>Use <code>authors</code> entry for JSON 1.1 feeds</li>
<li>Added Greek translation</li>
<li>Added the ability to mark an entire category as read in the web ui</li>
<li>Added &ldquo;in&rdquo; in &ldquo;logged in&rdquo; for <code>en_US</code> <code>tooltip.logged_user</code></li>
<li>Added option to hide categories from the global unread list</li>
<li>Show &ldquo;saving&rdquo; labels for entry status button</li>
<li>Golang client: Try to parse response body on <code>InternalServerError</code> errors</li>
<li>contrib: Add support for a <code>$MINIFLUX_IMAGE</code> env var in docker-compose</li>
<li>contrib: Bump docker-compose version to 3.4</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.32/miniflux-2.0.32-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.32/miniflux_2.0.32_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.32/miniflux_2.0.32_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.32/miniflux_2.0.32_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.31</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.31.html"/><id>https://miniflux.app/releases/2.0.31.html</id><updated>2021-06-06T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Expose <code>comments_url</code> entry field in Golang API client</li>
<li>Use unique file names for cache busting instead of query string</li>
<li>Highlight and sort feeds with unread entries in feeds list</li>
<li>Mark items as read on click/middle click of external links</li>
<li>Fix: Firefox on Windows does not show the active link as bold</li>
<li>Avoid extra HTTP request for fetching custom stylesheet</li>
<li>Remove invalid CSRF HTML meta tag</li>
<li>Add lang attribute to root HTML tag</li>
<li>Use runes instead of bytes to truncate JSON feed titles (avoid breaking Unicode strings)</li>
<li>Expose <code>changed_at</code> time through the API</li>
<li>Add new config option <code>CLEANUP_ARCHIVE_BATCH_SIZE</code></li>
<li>Add new option <code>DATABASE_CONNECTION_LIFETIME</code></li>
<li>Add database stats to Prometheus exporter</li>
<li>Add Systemd watchdog</li>
<li>Avoid custom stylesheet to be cached by third-party CDN</li>
<li>Update a shared entry label translation in <code>zh_CN</code></li>
<li>Bump <code>github.com/tdewolff/minify/v2</code> from <code>2.9.16</code> to <code>2.9.17</code></li>
<li>Bump <code>github.com/lib/pq</code> from <code>1.10.1</code> to <code>1.10.2</code></li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.31/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.31/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.31/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.31/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.31/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.31/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.31/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.31/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.31/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.31/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.31/miniflux-2.0.31-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.31/miniflux_2.0.31_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.31/miniflux_2.0.31_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.31/miniflux_2.0.31_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.30</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.30.html"/><id>https://miniflux.app/releases/2.0.30.html</id><updated>2021-05-07T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Security fix: any user can delete any feed (Regression introduced in commit <code>51fb949</code>)</li>
<li>Fix password reset via CLI</li>
<li>Increase default batch size value</li>
<li>Handle RSS feed title with encoded Unicode entities</li>
<li>Show number of unread per category in category list instead of number of feeds</li>
<li>Bump <code>github.com/lib/pq</code> from 1.10.0 to 1.10.1</li>
<li>Filtering doesn&rsquo;t work when selecting from multiple found feeds</li>
<li>Bump <code>github.com/tdewolff/minify/v2</code> from 2.9.15 to 2.9.16</li>
<li>Use an appropriate color for visited links on dark theme</li>
<li>Fix typo in <code>reader/json/doc.go</code></li>
<li>Create <code>SECURITY.md</code></li>
<li>Setup <code>golangci-lint</code> Github Action</li>
<li>Add per feed cookies option</li>
<li>Bump <code>github.com/prometheus/client_golang</code> from 1.9.0 to 1.10.0</li>
<li>Bump <code>github.com/tdewolff/minify/v2</code> from 2.9.13 to 2.9.15</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.30/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.30/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.30/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.30/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.30/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.30/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.30/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.30/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.30/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.30/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.30/miniflux-2.0.30-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.30/miniflux_2.0.30_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.30/miniflux_2.0.30_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.30/miniflux_2.0.30_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.29</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.29.html"/><id>https://miniflux.app/releases/2.0.29.html</id><updated>2021-03-21T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Miniflux requires at least Go 1.16 now</li>
<li>Improved support of Atom text constructs
<ul>
<li>Improve handling of CDATA in text elements</li>
<li>Omit XHTML root element because it should not be part of the content</li>
<li>Fix incorrect parsing of HTML elements</li>
</ul>
</li>
<li>Handle RDF feed with HTML encoded entry title</li>
<li>Add Turkish language</li>
<li>Improve deletion of feeds with lots of entries</li>
<li>Add support of Systemd readiness notification using the sd_notify protocol</li>
<li>Remove <code>feed_icons</code> service worker cache because it&rsquo;s causing more problems than it solves (and HTTP cache seems faster)</li>
<li>Add basic PWA offline page
<ul>
<li>Add basic offline mode when using the service worker</li>
<li>Starting in Chrome 93, offline mode is going to be a requirement to install the PWA</li>
</ul>
</li>
<li>Replace icon for &ldquo;Add to home screen&rdquo; button</li>
<li>Use SVG icons for &ldquo;toast&rdquo; notifications</li>
<li>Use SVG sprite for icons instead of inline elements</li>
<li>Reset scroll position on mark page as read</li>
<li>Add link to mark all feed entries as read</li>
<li>Make web app display mode configurable (The change is visible after reinstalling the web app)</li>
<li>Handle RSS feeds with CDATA in author item element</li>
<li>Add read time on the article page</li>
<li>Avoid showing a broken image when there is no feed icon</li>
<li>Add option to allow self-signed or invalid certificates</li>
<li>Add new config option to scrape YouTube&rsquo;s website to get video duration as read time (disabled by default)</li>
<li>Send full article content to Wallabag</li>
<li>Add more extensive health check support
<ul>
<li>Improve endpoint to test database connection</li>
<li>Add new cli argument: -healthcheck</li>
<li>Update Docker Compose examples</li>
</ul>
</li>
<li>Update iframe &ldquo;allow list&rdquo; to support Bilibili videos</li>
<li>Remove completely generated files and use embed package to bundle JS/CSS/Images/Translations files into the final binary</li>
<li>Remove deprecated <code>io/ioutil</code> package</li>
<li>Show Postgres version in &ldquo;About&rdquo; page</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.29/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.29/miniflux-darwin-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.29/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.29/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.29/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.29/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.29/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.29/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.29/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.29/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.29/miniflux-2.0.29-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.29/miniflux_2.0.29_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.29/miniflux_2.0.29_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.29/miniflux_2.0.29_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.28</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.28.html"/><id>https://miniflux.app/releases/2.0.28.html</id><updated>2021-02-15T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add HTTP header <code>Referrer-Policy: no-referrer</code></li>
<li>Handle entry title with double encoded entities</li>
<li>Add Open Containers annotations to Docker image</li>
<li>Remove iframe inner HTML contents (iframe element never has fallback content)</li>
<li>Update date parser to fix another time zone issue</li>
<li>Update German translation for blocklist and keeplist</li>
<li>Validate Keep list and Block list rules syntax</li>
<li>Add support for IPv6 with zone index</li>
<li>Allow images with data URLs</li>
<li>Limit full-text search indexation to first 500K characters (tsvector has a size limit of 1MB)</li>
<li>Change PWA display mode to standalone</li>
<li>ETag value is not set correctly in HTTP client (regression)</li>
<li>Add database backed Let&rsquo;s Encrypt certificate cache</li>
<li>Add global option <code>POLLING_PARSING_ERROR_LIMIT</code></li>
<li>Update systemd service file comments to use <code>systemctl edit</code> for editing</li>
<li>Update Go version to 1.15 in go.mod</li>
<li>Don&rsquo;t discard the &ldquo;Fetch via Proxy&rdquo; option</li>
<li>Update man page to show the default values</li>
<li>Add PostgreSQL indices</li>
<li>Add API endpoints to get feeds and entries of a category</li>
<li>Create feed query builder</li>
<li>Bump github.com/PuerkitoBio/goquery from 1.6.0 to 1.6.1</li>
<li>Show global options in the about page</li>
<li>Update man page to mention <code>-1</code> can be used for <code>CLEANUP_ARCHIVE_*</code> options</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.28/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.28/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.28/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.28/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.28/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.28/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.28/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.28/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.28/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.28/miniflux-2.0.28-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.28/miniflux_2.0.28_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.28/miniflux_2.0.28_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.28/miniflux_2.0.28_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.27</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.27.html"/><id>https://miniflux.app/releases/2.0.27.html</id><updated>2021-01-09T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add <code>spellcheck=&quot;false&quot;</code> to input fields</li>
<li>Refactoring of entry, feed, category, and user validation</li>
<li>Avoid stripping tags for entry title</li>
<li>Add the possibility to subscribe to feeds with the Android Share menu</li>
<li>API improvements:
<ul>
<li>Change feed creation request to allow setting most fields via API</li>
<li>Allow regular users to change settings via API</li>
<li>Make user fields editable via API</li>
<li>Renaming non-existent category via API should return a 404</li>
</ul>
</li>
<li>Update Systemd service file:
<ul>
<li>Add capability <code>CAP_NET_BIND_SERVICE</code> (allow the process to listen on privileged ports)</li>
<li>Enable a private <code>/tmp</code> for <code>$CERT_CACHE</code> (required when using Let&rsquo;s Encrypt)</li>
</ul>
</li>
<li>Update read/star icons to SVGs</li>
<li>Add <code>autocomplete=&quot;username&quot;</code> to HTML forms</li>
<li>Improve user mass delete to use fewer Goroutines</li>
<li>Use SQL transaction when creating user sessions and users</li>
<li>Remove <code>extra</code> column (HSTORE field) from <code>users</code> table and migrate key/value pairs to specific columns</li>
<li>Bump github.com/prometheus/client_golang from 1.8.0 to 1.9.0</li>
<li>Bump github.com/lib/pq from 1.8.0 to 1.9.0</li>
<li>Add styles for <code>&lt;abbr&gt;</code> HTML tag</li>
<li>Refactor SQL migrations:
<ul>
<li>Avoid embedding SQL files into binary</li>
<li>Allow more flexible changes by using Go functions</li>
</ul>
</li>
<li>Add Server-Timing header to unread page</li>
<li>Show correct User Agent in input placeholders</li>
<li>Add autocomplete attribute to login form</li>
<li>Add Grafana dashboard in contrib folder</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.27/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.27/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.27/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.27/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.27/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.27/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.27/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.27/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.27/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.27/miniflux-2.0.27-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.27/miniflux_2.0.27_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.27/miniflux_2.0.27_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.27/miniflux_2.0.27_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.26</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.26.html"/><id>https://miniflux.app/releases/2.0.26.html</id><updated>2020-12-05T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Use <code>created_at</code> instead of <code>published_at</code> for archiving entries</li>
<li>Add <code>created_at</code> field for entries</li>
<li>Handle invalid feeds with relative URLs</li>
<li>Add API routes for &ldquo;mark all as read&rdquo;</li>
<li>Add support for setting a global default <code>User-Agent</code></li>
<li>Add rewrite rule &ldquo;replace&rdquo; for custom search and replace</li>
<li>Calculate reading time during feed processing</li>
<li>Handle various invalid dates</li>
<li>systemd: keep <code>/run</code> writeable</li>
<li>debian package: add missing post-install script</li>
<li>Do not follow redirects when trying known feed URLs</li>
<li>Trim spaces around icon URLs</li>
<li>Reinstate <code>EXPOSE</code> instruction in <code>Dockerfile</code></li>
<li>Update German and Portuguese translations</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.26/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.26/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.26/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.26/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.26/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.26/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.26/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.26/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.26/miniflux-2.0.26-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.26/miniflux_2.0.26_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.26/miniflux_2.0.26_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.26/miniflux_2.0.26_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.25</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.25.html"/><id>https://miniflux.app/releases/2.0.25.html</id><updated>2020-11-03T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Rename &ldquo;original&rdquo; link to be more explicit</li>
<li>Do not escape HTML for Atom 1.0 text content during parsing (Avoid HTML entities issues)</li>
<li>Do not use <code>charset.NewReader</code> if the body is a valid UTF-8 document</li>
<li>Restore the ability to use a proxy for all HTTP requests (see <a href="https://golang.org/pkg/net/http/#ProxyFromEnvironment">https://golang.org/pkg/net/http/#ProxyFromEnvironment</a>)</li>
<li>Show Git commit in about page</li>
<li>Publish Docker images to GitHub Container Registry</li>
<li>Added few Docker Compose examples in contrib folder</li>
<li>Added Ansible Role + Playbook for Miniflux in contrib folder</li>
<li>Add rewrite rule to use <code>noscript</code> content for images rendered with Javascript</li>
<li>Bump <code>github.com/prometheus/client_golang</code> from 1.7.1 to 1.8.0</li>
<li>Update contributor link and Godoc badge for API client</li>
<li>Move Debian package builder to main repository</li>
<li>Move RPM build files to main repository</li>
<li>Add GitHub Action to generate Docker images</li>
<li>Build multi-platform images with Docker Buildx</li>
<li>Add keyboard shortcut to scroll current item to the top</li>
<li>Add feed filters (Keeplist and Blocklist)</li>
<li>Do not proxy image with a data URL</li>
<li>Bump <code>github.com/PuerkitoBio/goquery</code> from 1.5.1 to 1.6.0</li>
<li>Proxify articles crawled manually</li>
<li>Proxify images defined in srcset attribute</li>
<li>Remove plaintext Fever password from database</li>
<li>Add keyboard shortcut to jump to an item&rsquo;s feed page</li>
<li>Add option for swipe gesture on entries on mobile</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.25/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.25/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.25/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.25/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.25/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.25/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.25/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.25/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.25/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.25/miniflux-2.0.25-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.25/miniflux_2.0.25_amd64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.25/miniflux_2.0.25_arm64.deb" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.25/miniflux_2.0.25_armhf.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.24</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.24.html"/><id>https://miniflux.app/releases/2.0.24.html</id><updated>2020-10-03T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add hardening options to Systemd service file</li>
<li>Add rewrite rule to fix Medium.com images</li>
<li>Update sanitizer to support responsive images:
<ul>
<li>Add support for <code>picture</code> HTML tag</li>
<li>Add support for <code>srcset</code>, <code>media</code>, and <code>sizes</code> attributes to <code>img</code> and <code>source</code> tags</li>
</ul>
</li>
<li>Enhance man page formatting</li>
<li>Add <a href="https://prometheus.io/">Prometheus</a> exporter</li>
<li>Remove dependency on global config options in HTTP client</li>
<li>API:
<ul>
<li>Avoid database lookup if empty credentials are provided</li>
<li>Add the possibility to filter entries by category ID</li>
<li>Add the possibility to filter entries by a list of statuses</li>
</ul>
</li>
<li>Add Feed ID in worker error logs</li>
<li>Tweak default HTTP client transport timeout values to reduce the number of file descriptors</li>
<li>CSS tweaks and optimizations:
<ul>
<li>Prevent <code>sub</code> and <code>sup</code> from affecting line-height</li>
<li>Set <code>touch-action</code> on <code>.items</code> to prevent browser navigation</li>
<li>Move <code>font-family</code> specific CSS to the appropriate file</li>
<li>Update primary <code>font-family</code> for UI to be even more compatible with various operating systems</li>
<li>Make <code>.entry-content</code> font-weight variable depending on <code>font-family</code> used</li>
</ul>
</li>
<li>Avoid Javascript minifier to break keyboard shortcuts</li>
<li>Rename service worker script to avoid being blocked by uBlock extension</li>
<li>Update date parser to handle Pacific Daylight Time in addition to Pacific Standard Time</li>
<li>Create index to speed up bookmark page</li>
<li>Do not try to update a duplicated feed after a refresh</li>
<li>Use a transaction to refresh and create entries</li>
<li>Speed up entries clean up with an index and a goroutine</li>
<li>Avoid the accumulation of enclosures by keeping only what is referenced in the feed</li>
<li>Add workarounds for parsing invalid dates</li>
<li>Archive older entries first</li>
<li>Update API client to support more filters</li>
<li>Avoid code duplication between &ldquo;get feed&rdquo; entries and &ldquo;get entries&rdquo; API endpoints</li>
<li>Enable strict slash to avoid a page not found (404) when using a trailing slash in the URLs</li>
<li>Add a submit button to each section of the integration page</li>
<li>Reload page after making page as read when showing unread entries</li>
<li>Add option to archive unread entries</li>
<li>Add option to enable maintenance mode</li>
<li>Add HTTP proxy option for subscriptions</li>
<li>Make <code>add_invidious_video</code> rule applicable for different invidious instances</li>
<li>Fix reading time for <code>jp</code>, <code>ko</code> and <code>zh</code> languages</li>
<li>Update <code>POLLING_SCHEDULER</code> description in man page</li>
<li>Bump <code>gorilla/mux</code> from 1.7.4 to 1.8.0</li>
<li>Add link to mark a feed as read</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.24/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.24/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.24/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.24/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.24/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.24/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.24/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.24/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.24/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.24/miniflux-2.0.24-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.24/miniflux_2.0.24_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.23</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.23.html"/><id>https://miniflux.app/releases/2.0.23.html</id><updated>2020-08-15T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Try known URLs when discovering subscriptions</li>
<li>Add workarounds to find YouTube channel feeds (YouTube doesn&rsquo;t expose RSS links anymore for new-style URLs)</li>
<li>Increase HTTP server timeout values</li>
<li>Use stdlib constants for HTTP methods instead of strings</li>
<li>Add support for RTL feed content</li>
<li>Ignore <code>&lt;media:title&gt;</code> to avoid overriding the default title if they are different</li>
<li>Add support for secret keys exposed as a file (useful for containerized environments)</li>
<li>Display recent entries first in search results</li>
<li>Do not archive shared items</li>
<li>Add option to change the number of entries per page</li>
<li>Add Brazilian Portuguese (<code>pt_BR</code>) translation</li>
<li>Add reading time for entries</li>
<li>Redirect to login page if CSRF token is expired</li>
<li>Fever API:
<ul>
<li>Use getEntryIDs instead of getEntries to reduce memory consumption</li>
<li>Fix max_id argument logic to follow the specs</li>
<li>Improve logging</li>
<li>Do not send articles to external services when unsaving an item</li>
<li>Create index to speed up API calls</li>
<li>Log client IP in middleware</li>
</ul>
</li>
<li>API client: Do not return body for response with no content</li>
<li>REST API:
<ul>
<li>Delete users asynchronously (Deleting large users might lock the tables)</li>
<li>Add CORS support</li>
</ul>
</li>
<li>Align entry actions to the left
<ul>
<li>Attempt to avoid awkward alignment on smartphone screens</li>
<li>Keep the read/star actions aligned to the left</li>
<li>Remove CSS flex to allow easier override with custom CSS</li>
</ul>
</li>
<li>Upgrade Postgres client library</li>
<li>Upgrade CI checks to Go 1.15</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.23/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.23/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.23/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.23/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.23/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.23/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.23/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.23/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.23/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.23/miniflux-2.0.23-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.23/miniflux_2.0.23_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.22</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.22.html"/><id>https://miniflux.app/releases/2.0.22.html</id><updated>2020-06-19T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Remove child-src CSP policy (deprecated)</li>
<li>Add <code>/version</code> endpoint</li>
<li>Add the ability to use custom css</li>
<li>Handle more invalid dates</li>
<li>Add CSS styles for textarea</li>
<li>Add index to speed up slow query</li>
<li>Speed up feed list page rendering</li>
<li>Add alternative scheduler based on the number of entries</li>
<li>Setup Dependabot on GitHub</li>
<li>Update Docker image to Alpine 3.12</li>
<li>Add feed option to ignore HTTP cache</li>
<li>Fix some Italian and German translations</li>
<li>Added scraper rule for RayWenderlich.com, TheOatmeal.com, financialsamurai.com, dilbert.com and turnoff.us</li>
<li>Replace link to categories by a link to the list of entries in &ldquo;Category &gt; Feeds&rdquo; page</li>
<li>Change feed title to a link to the original website</li>
<li>Add icons to feeds and categories list</li>
<li>Update dependencies and remove vendor folder</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.22/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.22/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.22/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.22/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.22/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.22/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.22/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.22/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.22/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.22/miniflux-2.0.22-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.22/miniflux_2.0.22_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.21</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.21.html"/><id>https://miniflux.app/releases/2.0.21.html</id><updated>2020-03-28T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add SVG icons to entry actions</li>
<li>Add support for Invidious
<ul>
<li>Embed Invidious player for <a href="http://invidio.us">http://invidio.us</a> feeds</li>
<li>Add new rewrite rule to use Invidious player for Youtube feeds</li>
</ul>
</li>
<li>Check during application startup if the database schema is up to date</li>
<li>Change default theme for public pages to &ldquo;System Serif&rdquo;</li>
<li>Add feature to share an article (create a public link of a feed entry)</li>
<li>Fix SQL injection in full-text search rank ordering</li>
<li>Add generic OpenID Connect provider (OAuth2)</li>
<li>Use more secure TLS configuration for autocert server (increase SSL Labs score from B to A+)</li>
<li>Add feature to create per-application API Keys</li>
<li>Add Go 1.14 to GitHub Actions</li>
<li>Add scraper rule for wdwnt.com</li>
<li>Add API client function to refresh all feeds</li>
<li>Add API endpoint to refresh all feeds</li>
<li>Add Auth Proxy authentication</li>
<li>Use <code>rel=&quot;prev/next&quot;</code> on pagination links</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.21/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.21/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.21/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.21/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.21/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.21/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.21/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.21/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.21/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.21/miniflux-2.0.21-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.21/miniflux_2.0.21_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.20</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.20.html"/><id>https://miniflux.app/releases/2.0.20.html</id><updated>2020-02-15T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add Japanese translation</li>
<li>History: show entries in the order in which they were read</li>
<li>Add button to add to Home screen</li>
<li>Ignore enclosures without URL</li>
<li>Correct spelling of &ldquo;toggle&rdquo;</li>
<li>List view: align information to the left side, and the actionable buttons to the right</li>
<li>Redirect to /unread when getting a 404 for an unread expired entry</li>
<li>Do not advance to the next item when using the &lsquo;v&rsquo; shortcut on the list of starred items</li>
<li>Wrap around when navigating with keyboard shortcuts on a list view</li>
<li>Remove unused Feed.Entries and Entry.Category from API client</li>
<li>Add comments link keyboard shortcut</li>
<li>Allow application/xhtml+xml links as comments URL in Atom replies</li>
<li>Allow only absolute URLs in comments URL</li>
<li>Use internal XML workarounds to detect feed format</li>
<li>Make menu consistent across feed pages</li>
<li>Make sure external URLs are not encoded incorrectly by Go template engine</li>
<li>Make sure whitelisted URI schemes are handled properly by the sanitizer</li>
<li>Use white background for favicon (Improve legibility when using a dark theme)</li>
<li>Remove dependency on Sed to build Docker images</li>
<li>Normalize URL query string before executing HTTP requests</li>
<li>Improve Dublin Core support for RDF feeds</li>
<li>Improve Podcast support (iTunes and Google Play feeds)</li>
<li>Add support for Atom 0.3</li>
<li>Add support for Atom &ldquo;replies&rdquo; link relation</li>
<li>Return outer HTML when scraping elements</li>
<li>Update scraper rule for &ldquo;Le Monde&rdquo;</li>
<li>Filter valid XML characters for UTF-8 XML documents before decoding</li>
<li>Trim spaces for RDF entry links</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.20/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.20/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.20/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.20/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.20/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.20/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.20/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.20/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.20/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.20/miniflux-2.0.20-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.20/miniflux_2.0.20_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.19</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.19.html"/><id>https://miniflux.app/releases/2.0.19.html</id><updated>2019-12-01T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add shortcut <code>V</code> to open original link in current tab</li>
<li>Add the possibility to add rules during feed creation</li>
<li>Wrap attachments into <code>&lt;details&gt;</code> disclosure element</li>
<li>Show attachment size on entry page</li>
<li>Add support of RSS Media elements (group, description, peer link, and thumbnails)</li>
<li>Add rewrite functions: <code>convert_text_link</code> and <code>nl2br</code></li>
<li>Add scraper rule for openingsource.org</li>
<li>Add Makefile target to build only amd64 Docker image</li>
<li>Make sure to remove integration settings when removing a user</li>
<li>Add API parameter to filter entries by category</li>
<li>Display list of feeds per category</li>
<li>Show the number of read and unread entries for each feed</li>
<li>Make sure settings menu is consistent</li>
<li>Remove fixed table-layout for entry content</li>
<li>Update autocert lib because ACME v1 is EOL</li>
<li>Do not lighten blockquote font color</li>
<li>Update <code>de_DE</code> translation</li>
<li>Send a response when changing status of removed entries in Fever API</li>
<li>Add meta tag to disable Google Translate</li>
<li>Improve storage module</li>
<li>Improve XML decoder to remove illegal characters</li>
<li>Compare Fever token case-insensitively</li>
<li>Make sure integration tests are marked as failed in Github Actions</li>
<li>Add new formats to date parser</li>
<li>Add notification message when using keyboard shortcuts: <code>f</code>, <code>s</code>, and <code>m</code>.</li>
<li>Avoid keyboard shortcuts to conflict with Firefox’s &ldquo;Find as you type&rdquo; feature</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.19/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.19/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.19/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.19/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.19/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.19/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.19/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.19/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.19/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.19/miniflux-2.0.19-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.19/miniflux_2.0.19_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.18</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.18.html"/><id>https://miniflux.app/releases/2.0.18.html</id><updated>2019-09-25T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add Docker image variant for <code>arm32v7</code></li>
<li>Add theme variants
<ul>
<li>Use CSS variables instead of inherence</li>
<li>Rename default theme to &ldquo;Light - Serif&rdquo;</li>
<li>Rename Black theme to &ldquo;Dark - Serif&rdquo;</li>
<li>Rename &ldquo;Sans-Serif&rdquo; theme to &ldquo;Light - Sans Serif&rdquo;</li>
<li>Add &ldquo;System&rdquo; theme that use system preferences: Dark or Light</li>
<li>Add Serif and Sans-Serif variants for each color theme</li>
</ul>
</li>
<li>Avoid constraint error when having duplicate entries during feed creation</li>
<li>Disable strict XML parsing</li>
<li>Ignore invalid content type</li>
<li>Update man page</li>
<li>Replace Travis by GitHub Actions</li>
<li>Rename cleanup config variables and deprecate old ones
<ul>
<li><code>CLEANUP_FREQUENCY_HOURS</code> instead of <code>CLEANUP_FREQUENCY</code></li>
<li><code>CLEANUP_ARCHIVE_READ_DAYS</code> instead of <code>ARCHIVE_READ_DAYS</code></li>
</ul>
</li>
<li>Make configurable the number of days to remove old sessions</li>
<li>Add native lazy loading for images and iframes</li>
<li>Do not buffer responses in the image proxy</li>
<li>Update dependencies</li>
<li>Add Go 1.13 to test matrix</li>
<li>Replace link border by outline to avoid slight content shift</li>
<li>New rewrite function: <code>add_mailto_subject</code></li>
<li>Import OPML from URL</li>
<li>Fix HTML injection in addImageTitle</li>
<li>Accept HTML entities when parsing XML</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.18/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.18/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.18/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.18/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.18/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.18/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.18/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.18/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.18/miniflux-2.0.18-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.18/miniflux_2.0.18_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.17</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.17.html"/><id>https://miniflux.app/releases/2.0.17.html</id><updated>2019-08-03T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Update Docker image to Alpine Linux 3.10.1</li>
<li>Pass auth header to manifest request (crossorigin attribute)</li>
<li>Sort feed categories before serialization</li>
<li>Fix syntax errors in man page</li>
<li>Add .search margin-right</li>
<li>Ask for confirmation before flushing history, marking page as read, and mark all as read</li>
<li>Add option to disable feeds</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.17/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.17/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.17/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.17/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.17/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.17/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.17/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.17/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.17/miniflux-2.0.17-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.17/miniflux_2.0.17_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.16</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.16.html"/><id>https://miniflux.app/releases/2.0.16.html</id><updated>2019-06-08T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add option to toggle date/time in log messages</li>
<li>Add optional config file parser in addition to environment variables</li>
<li>Make HTTP Client timeout and max body size configurable</li>
<li>Refactor config package:
<ul>
<li>Parse configuration only once during startup time</li>
<li>Store configuration values in a global variable</li>
</ul>
</li>
<li>Flip behavior of <code>j</code> and <code>k</code> keyboard shortcuts</li>
<li>Bump Postgresql client library to v1.1.1 to bring in SCRAM-SHA-256 authentication</li>
<li>Add option to enable/disable keyboard shortcuts</li>
<li>Add missing translation</li>
<li>Improve page reload when showing unread/all entries:
<ul>
<li>Show only unread entries = refresh current page</li>
<li>Show all entries = go to next page</li>
</ul>
</li>
<li>Always display feed entries even when there is a feed error</li>
<li>Use loading label instead of saving when submitting login form</li>
<li>Add OPML v1 support during importation</li>
<li>Add <code>allow-popups</code> to iframe sandbox permissions</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.16/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.16/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.16/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.16/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.16/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.16/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.16/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.16/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.16/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.16/miniflux-2.0.16-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.16/miniflux_2.0.16_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.15</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.15.html"/><id>https://miniflux.app/releases/2.0.15.html</id><updated>2019-03-16T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Move <code>Dockerfile</code> to main repo</li>
<li>Change location of the binary from <code>/usr/local/bin</code> to <code>/usr/bin</code> in Docker image</li>
<li>Add double tap detection for next/previous page navigation</li>
<li>Allow users to disable auto-remove</li>
<li>Make parser compatible with Go 1.12</li>
<li>Add Golang 1.12 to CI</li>
<li>Use feed ID instead of user ID to check entry URLs presence</li>
<li>Fix typo in stylesheet</li>
<li>Sort search results by relevance</li>
<li>Use preferably the published date for Atom feeds</li>
<li>Add Spanish translation</li>
<li>Rename session cookies</li>
<li>Handle the case when application session is expired and not user session</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.15/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.15/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.15/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.15/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.15/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.15/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.15/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.15/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.15/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.15/miniflux-2.0.15-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.15/miniflux_2.0.15_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.14</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.14.html"/><id>https://miniflux.app/releases/2.0.14.html</id><updated>2019-01-13T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Only attempt to change password if the confirmation field is filled in (Firefox)</li>
<li>Remove URL from client user agent</li>
<li>Make the feed list order case-insensitive</li>
<li>Handle XHTML Summary elements for Atom feeds</li>
<li>Make UTF-8 the default encoding for XML feeds</li>
<li>Add more targets to Makefile</li>
<li>Add -mod=vendor in Makefile</li>
<li>Move health check endpoint from ui package to httpd service</li>
<li>Add workaround for non GMT dates (RFC822, RFC850, and RFC1123)</li>
<li>Make sure <code>&lt;strong&gt;</code> elements are bold</li>
<li>Show scrollbars only when necessary for <code>&lt;pre&gt;</code> elements</li>
<li>Add Italian translation</li>
<li>Allow to switch between unread only and all entries on category/feed views</li>
<li>Add function storage.UpdateFeedError()</li>
<li>Add BBC News scraping rule</li>
<li>Ignore JSON feeds from EnsureUnicode()</li>
<li>Preserve category selection when no feed is found</li>
<li>Update XML encoding regex to take single quotes into consideration</li>
<li>Send cli errors to stderr</li>
<li>Update dependencies</li>
<li>Make password prompt compatible with Windows</li>
<li>Make configurable the number of days to archive read items</li>
<li>Change log level to debug when starting workers</li>
<li>Do not show $DATABASE_URL warning when showing application info</li>
<li>Move image proxy filter to template functions</li>
<li>Update scraper rule for lemonde.fr</li>
<li>Refactor manual entry scraper</li>
<li>Apply rewriter rules on manual &ldquo;Fetch Original Content&rdquo;</li>
<li>Add Makefile target for current OS and architecture</li>
<li>Improve Makefile</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.14/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.14/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.14/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.14/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.14/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.14/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.14/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.14/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.14/miniflux-windows-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.14/miniflux-2.0.14-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.14/miniflux_2.0.14_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.13</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.13.html"/><id>https://miniflux.app/releases/2.0.13.html</id><updated>2018-11-25T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add man page</li>
<li>Add support for Systemd Socket Activation (experimental)</li>
<li>Add the possiblity to listen on Unix sockets</li>
<li>Add config options to disable HTTP and scheduler services</li>
<li>Archive more read entries in cleanup job</li>
<li>Change default database connection string (backward compatible)</li>
<li>Improve logging messages in ui package</li>
<li>Improve overall Simplified Chinese translations</li>
<li>Improve time since post date displays:
<ul>
<li>&ldquo;15 days&rdquo; now is &ldquo;15 days&rdquo; rather than &ldquo;3 weeks&rdquo; ago</li>
<li>&ldquo;32 days&rdquo; is now &ldquo;1 month&rdquo; rather than &ldquo;2 months&rdquo; ago</li>
<li>&ldquo;366 days&rdquo; is now &ldquo;1 year&rdquo; rather than &ldquo;2 years&rdquo; ago</li>
</ul>
</li>
<li>Allow the scraper to parse XHTML documents</li>
<li>Remove charset=utf-8 from JSON responses</li>
<li>Ignore hotkeys containing Control, Alt or Meta keys</li>
<li>Handle more encoding conversion edge cases</li>
<li>Disable go test caching</li>
<li>Avoid duplication of ldflags in Makefile</li>
<li>Fix wrong translation key for category pages</li>
<li>Code refactoring:
<ul>
<li>Simplify application HTTP middlewares</li>
<li>Replace daemon and scheduler package with service package</li>
<li>Move UI middlewares and routes to ui package</li>
<li>Move API middleware and routes to api package</li>
<li>Move Fever middleware and routes to fever package</li>
</ul>
</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.13/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.13/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.13/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.13/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.13/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.13/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.13/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.13/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.13/miniflux-2.0.13-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.13/miniflux_2.0.13_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.12</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.12.html"/><id>https://miniflux.app/releases/2.0.12.html</id><updated>2018-10-26T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add OpenBSD build</li>
<li>Improve logging for OAuth2 callback</li>
<li>Make &ldquo;g f&rdquo; go to feed, or list of feeds</li>
<li>Add more details in feed storage errors to facilitate debugging</li>
<li>Add entries storage error to feed errors count</li>
<li>Set arbitrary maximum size for tsvector column</li>
<li>Unsubscribe from feed through link or &ldquo;#&rdquo;</li>
<li>Simplify feed entries filtering</li>
<li>Simplify feed fetcher</li>
<li>Simplify feed parser and format detection</li>
<li>Improve unit tests in url package</li>
<li>Add short cli flags -i and -v</li>
<li>Convert text links and line feeds to HTML in YouTube channels</li>
<li>Change link state when marking all entries as read</li>
<li>Add missing package descriptions for GoDoc</li>
<li>Fix typo in license header</li>
<li>Refactor HTTP response builder</li>
<li>Improve Fever API performances when marking a feed or group as read</li>
<li>Set focus on article link when pressing prev/next hotkeys</li>
<li>Improve request package and add more unit tests</li>
<li>Add more unit tests for config package</li>
<li>Simplify locale package usage (refactoring)</li>
<li>Translate application in Russian</li>
<li>Use disclosure widget <code>&lt;details&gt;</code> for advanced feed options</li>
<li>Use unique translation IDs instead of English text as key</li>
<li>Add more unit tests for template functions</li>
<li>Fix invalid output when truncating Unicode text in templates</li>
<li>Add the possibility to override default user agent for each feed</li>
<li>Split Makefile linux targets by architecture</li>
<li>Add compiler, Arch, and OS to info command</li>
<li>Avoid line break between emoji and (un)read/(un)star links</li>
<li>Build Docker image for multiple architectures (amd64, arm32v6, arm64v8)</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.12/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.12/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.12/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.12/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.12/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.12/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.12/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.12/miniflux-openbsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.12/miniflux-2.0.12-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.12/miniflux_2.0.12_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.11</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.11.html"/><id>https://miniflux.app/releases/2.0.11.html</id><updated>2018-09-11T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Set cookie flag <code>SameSite</code> to Lax mode</li>
<li>Use predefined ciphers when TLS is configured</li>
<li>Avoid displaying an error when shutting down the daemon</li>
<li>Add &ldquo;Mark this page as read&rdquo; to the bottom</li>
<li>Store client IP address in request context</li>
<li>Refactor HTTP context handling</li>
<li>Make user creation via environment variables idempotent</li>
<li>Use regular text version of ✔︎ instead of emoji version on iOS</li>
<li>Add toggle status button to entry page</li>
<li>Migrate to Go Modules and Go 1.11</li>
<li>Show count of feeds with permanent errors in header menu</li>
<li>Display remote client IP in logs when having a login failure (Fail2Ban)</li>
<li>Add remove button in feed edit page</li>
<li>Split integration tests into multiple files</li>
<li>Update scraper rule for heise.de</li>
<li>Expose real error messages for internal server API errors</li>
<li>Move Golang API client in project source tree (the separate project is deprecated)</li>
<li>Use canonical imports</li>
<li>Add Procfile</li>
<li>Create database package (refactoring)</li>
<li>Update user agent with new website URL</li>
<li>Update German translation</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.11/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.11/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.11/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.11/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.11/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.11/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.11/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.11/miniflux-2.0.11-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.11/miniflux_2.0.11_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.10</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.10.html"/><id>https://miniflux.app/releases/2.0.10.html</id><updated>2018-07-22T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Avoid browser caching issues when assets changes</li>
<li>Add Gzip/Deflate compression for HTML, JSON, CSS and Javascript responses</li>
<li>Improve themes handling
<ul>
<li>Store user theme in session</li>
<li>Logged out users will keep their theme</li>
<li>Add theme background color to web manifest and meta tag</li>
</ul>
</li>
<li>Update application icon with different sizes</li>
<li>Add support for published tag in Atom feeds</li>
<li>Add tooltip to feed domain in feeds list (title attribute)</li>
<li>Prevent vertical scrolling on swipe</li>
<li>Show feed title instead of domain in items list</li>
<li>Add service worker to cache feed icons</li>
<li>Make image proxy configurable via <code>IMAGE_PROXY</code> environment variable:
<ul>
<li>none = No proxy</li>
<li>http-only = Proxy only non-HTTPS images (default)</li>
<li>all = Proxy everything</li>
</ul>
</li>
<li>Add alt attribute for feed icons</li>
<li>Update CI jshint check</li>
<li>Add <code>embedly.com</code> to iframe whitelist</li>
<li>Use passive event listeners for touch events</li>
<li>Add <code>add_dynamic_image</code> rewriter for JavaScript-loaded images</li>
<li>Change feed password field type to text to avoid auto-completion with Firefox
<ul>
<li>Using <code>autocomplete=&quot;off&quot;</code> or <code>autocomplete=&quot;new-password&quot;</code> doesn&rsquo;t change anything</li>
<li>Changing the input ID doesn&rsquo;t change anything</li>
<li>Using a different input name doesn&rsquo;t change anything</li>
<li>Only Chrome supports <code>autocomplete=&quot;new-password&quot;</code></li>
</ul>
</li>
<li>Add base URL validation</li>
<li>Update default stylesheet name in HTML layout</li>
<li>Pre-generate themes stylesheets at build time</li>
<li>Update vendor dependencies</li>
<li>Refactor assets bundler and split Javascript files</li>
<li>Run sanitizer after all processing and entry content rewrite</li>
<li>Remove timestamp from generated files</li>
<li>Add support for protocol relative YouTube URLs</li>
<li>Add Postgres full-text search for entries</li>
<li>Add search form in user interface</li>
<li>Add search parameter to the API</li>
<li>Improve Dutch locales</li>
<li>Sandbox iframes when sanitizing</li>
<li>Keep consistent text size on mobile orientation change</li>
<li>Change permission of <code>/etc/miniflux.conf</code> to 600 instead of 644 in RPM package</li>
<li>Add <code>tzdata</code> package to Docker image</li>
<li>Update Docker image to Alpine Linux 3.8</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.10/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.10/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.10/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.10/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.10/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.10/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.10/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.10/miniflux-2.0.10-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.10/miniflux_2.0.10_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.9</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.9.html"/><id>https://miniflux.app/releases/2.0.9.html</id><updated>2018-07-01T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Avoid Chrome to autocomplete no-login password fields</li>
<li>Add cli flag to reset all feed errors</li>
<li>Do not ignore errored feeds when a user refresh feeds manually</li>
<li>Add specific 404 and 401 error messages</li>
<li>Strip binaries to reduce size</li>
<li>Make sure we always get the pagination in unread mode</li>
<li>Fix incorrect data value when toggling bookmark flag on entry page</li>
<li>Set opener to null when opening original URL with JavaScript</li>
<li>Remove unnecessary style</li>
<li>Refactor AddImageTitle rewriter
<ul>
<li>Only processes images with <code>src</code> <strong>and</strong> <code>title</code> attributes (others are ignored)</li>
<li>Processes <strong>all</strong> images in the document (not just the first one)</li>
<li>Wraps the image and its title attribute in a <code>figure</code> tag with the title attribute&rsquo;s contents in a <code>figcaption</code> tag</li>
</ul>
</li>
<li>Improve sanitizer to remove <code>style</code>, <code>noscript</code> and <code>script</code> tag contents</li>
<li>Improve feed and user API updates with optional values</li>
<li>Add new fields for feed username/password</li>
<li>Improve memory usage debug log</li>
<li>Disable keep-alive for HTTP client</li>
<li>Close HTTP response body even for failed requests</li>
<li>Add Sans-Serif theme</li>
<li>Rewrite iframe Youtube URLs to <code>https://www.youtube-nocookie.com</code></li>
<li>Add more filters for API call <code>/entries</code>:
<ul>
<li>before (unix timestamp)</li>
<li>before_entry_id (int64)</li>
<li>after (unix timestamp)</li>
<li>after_entry_id (int64)</li>
<li>starred (boolean)</li>
</ul>
</li>
<li>Rewrite individual entry pagination SQL queries</li>
<li>Simplify entry query builder</li>
<li>Prevent items from sticking on touchend</li>
<li>Extended horizontal overflow to feed and category views</li>
<li>Translate missing strings</li>
<li>Update German translation</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.9/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.9/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.9/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.9/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.9/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.9/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.9/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.9/miniflux-2.0.9-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.9/miniflux_2.0.9_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.8</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.8.html"/><id>https://miniflux.app/releases/2.0.8.html</id><updated>2018-06-04T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add Pocket integration</li>
<li>Rewrite RealIP() to avoid returning an empty string</li>
<li>Convert IP field from text to inet type</li>
<li>Improve error handling in integration clients</li>
<li>Make unread counter clickable</li>
<li>Archive read entries automatically after 60 days</li>
<li>Hide horizontal overflow when swiping articles on touch devices</li>
<li>Add API endpoint to get logged user</li>
<li>Fever API: Return response with an empty list if there is no item</li>
<li>Handle feeds with dates formatted as Unix timestamp</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.8/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.8/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.8/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.8/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.8/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.8/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.8/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.8/miniflux-2.0.8-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.8/miniflux_2.0.8_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.7</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.7.html"/><id>https://miniflux.app/releases/2.0.7.html</id><updated>2018-05-07T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add API endpoint to import OPML file</li>
<li>Make sure to close request body in HTTP client</li>
<li>Do not show save link if no integration is configured</li>
<li>Make sure integrations are configured before to make any HTTP requests</li>
<li>Avoid people to unlink their OAuth2 account without having a local password</li>
<li>Do not use shared variable to translate templates (avoid concurrency issue)</li>
<li>Use vanilla HTTP handlers (refactoring)</li>
<li>Move HTTP client to its own package (refactoring)</li>
<li>Add middleware to read X-Forwarded-Proto header (refactoring)</li>
<li>Use Gorilla middleware (refactoring)</li>
<li>Scrape parent element for iframe</li>
<li>Add SoundCloud and Bandcamp iframe sources</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.7/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.7/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.7/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.7/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.7/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.7/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.7/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.7/miniflux-2.0.7-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.7/miniflux_2.0.7_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.6</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.6.html"/><id>https://miniflux.app/releases/2.0.6.html</id><updated>2018-04-20T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Improve graceful shutdown</li>
<li>Simplify Heroku deployment</li>
<li>Display memory usage and some metrics in logs</li>
<li>Increase read/write timeout for HTTP server</li>
<li>Add support for Dublin Core date in RDF feeds</li>
<li>Do not return an error if the user session is not found</li>
<li>Handle some non-english date formats</li>
<li>Rename RSS parser getters</li>
<li>Get the right comments URL when having multiple namespaces</li>
<li>Ignore caching headers for feeds that send &ldquo;Expires: 0&rdquo;</li>
<li>Update translations</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.6/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.6/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.6/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.6/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.6/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.6/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.6/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.6/miniflux-2.0.6-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.6/miniflux_2.0.6_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.5</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.5.html"/><id>https://miniflux.app/releases/2.0.5.html</id><updated>2018-04-07T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Avoid unread counter to be off by one when reading an entry</li>
<li>Add Comments URL to entries</li>
<li>Add FreeBSD build target</li>
<li>Handle RSS author elements with inner HTML</li>
<li>Fix typo in translations</li>
<li>Add Dutch translation</li>
<li>Convert enclosure size field to bigint</li>
<li>Switch CI to Go v1.10</li>
<li>Fix broken OPML import when compiling with Go 1.10</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.5/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.5/miniflux-freebsd-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.5/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.5/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.5/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.5/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.5/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.5/miniflux-2.0.5-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.5/miniflux_2.0.5_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.4</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.4.html"/><id>https://miniflux.app/releases/2.0.4.html</id><updated>2018-03-05T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add Simplified Chinese translation</li>
<li>Add Nunux Keeper integration</li>
<li>Filter the list of timezones</li>
<li>Add timezone to date entries for REST and Fever API</li>
<li>Show last login and session creation date in current timezone</li>
<li>Fix typo in edit user template</li>
<li>Improve parser error messages</li>
<li>Remove parentheses around feed error messages</li>
<li>Support localized feed errors generated by background workers</li>
<li>Print info message if DATABASE_URL is not set</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.4/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.4/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.4/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.4/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.4/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.4/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.4/miniflux-2.0.4-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.4/miniflux_2.0.4_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.3</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.3.html"/><id>https://miniflux.app/releases/2.0.3.html</id><updated>2018-02-19T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add Polish translation</li>
<li>Change color of <code>&lt;q&gt;</code> tags for black theme</li>
<li>Add database indexes (don&rsquo;t forget to run database migrations)</li>
<li>Handle Atom feeds with HTML title</li>
<li>Strip invalid XML characters to avoid parsing errors</li>
<li>Improve error handling for HTTP client</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.3/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.3/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.3/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.3/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.3/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.3/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.3/miniflux-2.0.3-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.3/miniflux_2.0.3_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.2</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.2.html"/><id>https://miniflux.app/releases/2.0.2.html</id><updated>2018-02-05T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add support for Let&rsquo;s Encrypt http-01 challenge</li>
<li>Move template functions outside engine (refactoring)</li>
<li>Take timezone into consideration when calculating relative time</li>
<li>Add support for HTTP Strict Transport Security header</li>
<li>Add support for base URLs with sub-folders</li>
<li>Add missing about menu in settings</li>
<li>Show API URL endpoints in user interface</li>
<li>Do not update entry date while refreshing a feed</li>
<li>Add flag to toggle debug logging</li>
<li>Improve unread counter updates</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.2/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.2/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.2/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.2/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.2/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.2/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.2/miniflux-2.0.2-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.2/miniflux_2.0.2_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.1</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.1.html"/><id>https://miniflux.app/releases/2.0.1.html</id><updated>2018-01-22T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Change user agent (People are blocking the crawler with <code>mod_security</code>)</li>
<li>Move environment variables to config package (refactoring)</li>
<li>Add build targets for all ARM architectures</li>
<li>Do not crawl existing entry URLs</li>
<li>Show translated login page in user language when logged out</li>
<li>Handle more encoding edge cases:
<ul>
<li>Feeds with charset specified only in Content-Type header and not in XML document</li>
<li>Feeds with charset specified in both places</li>
<li>Feeds with charset specified only in XML document and not in HTTP header</li>
</ul>
</li>
<li>Add German translation</li>
<li>Add mark as read/unread link on list items</li>
<li>Add API endpoint for OPML export</li>
</ul>
]]></content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.1/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.1/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.1/miniflux-linux-armv5" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.1/miniflux-linux-armv6" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.1/miniflux-linux-armv7" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.1/miniflux-linux-armv8" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.1/miniflux-2.0.1-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.1/miniflux_2.0.1_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 2.0.0</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/2.0.0.html"/><id>https://miniflux.app/releases/2.0.0.html</id><updated>2018-01-11T00:00:00Z</updated><content type="html">&lt;p>This is the first release of Miniflux v2.&lt;/p>
&lt;p>The application has been completely rewritten in Golang.&lt;/p>
</content><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.0/miniflux-darwin-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.0/miniflux-linux-amd64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.0/miniflux-linux-arm64" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.0/miniflux-linux-arm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.0/miniflux-2.0.0-1.0.x86_64.rpm" type="application/octet-stream"/><link rel="enclosure" href="https://github.com/miniflux/v2/releases/download/2.0.0/miniflux_2.0.0_amd64.deb" type="application/octet-stream"/></entry><entry><title>Miniflux 1.2.3</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.2.3.html"/><id>https://miniflux.app/releases/1.2.3.html</id><updated>2017-06-23T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add Shaarli support</li>
<li>Add option for saving bookmarks as &ldquo;unread&rdquo; to Pinboard</li>
<li>Show feed dates on edit subscription page</li>
<li>Handle HTTP header &ldquo;X-Forwarded-Proto: https&rdquo;</li>
<li>Add subscription option to ignore expire HTTP header</li>
<li>Add getItemsByStatus API call</li>
<li>Allow the preferences to be configured in the config.php file</li>
<li>Update PicoFeed</li>
<li>Update translations</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.2.2</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.2.2.html"/><id>https://miniflux.app/releases/1.2.2.html</id><updated>2017-03-07T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Offer the possibility to edit/delete groups</li>
<li>Add option to not redirect user when having nothing to read</li>
<li>Add hotkey Shift+A to mark all items as read</li>
<li>Add Hungarian translation</li>
<li>Add config parameter to define base URL</li>
<li>Select next unread item when opening current item</li>
<li>Show bookmark/read icons for all screen resolutions</li>
<li>Supports utf8mb4 encoding for Mysql schema</li>
<li>Fix wrong default value in config.default.php</li>
<li>Avoid infinite redirects in unread/group page</li>
<li>Do not scroll back to the top of the page after touch events</li>
<li>Avoid PHP notice when adding invalid feed with bookmarklet</li>
<li>Increase default body size to 10MB</li>
<li>Update Russian and Serbian translation</li>
<li>Reorganize templates into sub-folders</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.2.1</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.2.1.html"/><id>https://miniflux.app/releases/1.2.1.html</id><updated>2017-01-18T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Mysql support</li>
<li>Offer the possibility to define different URL for themes folder</li>
<li>Improve Xpath query for favicons</li>
<li>Handle the fact that a user can be removed but have feeds in queue (worker)</li>
<li>Do not download items each time for feeds with content scraper enabled</li>
<li>Background jobs are not loading user settings properly</li>
<li>Allow producer to be executed only for a given user</li>
<li>Always use real URL instead XML feed URL</li>
<li>Move autoflush calls</li>
<li>Display list of groups for each subscription</li>
<li>Disable automatically duplicated feeds</li>
<li>Increase url field size for Postgres</li>
<li>Left swiping also mark item as read on mobile</li>
<li>Make import script compatible with Postgresql</li>
<li>Allow different limits for users in cronjob</li>
<li>Update to PicoFeed v0.1.31</li>
<li>Update Czech translations</li>
<li>Update zh_CN translations</li>
<li>Update ru_RU translations</li>
<li>Marking special group &ldquo;Unread&rdquo; as read through Fever API does not work</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.2.0</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.2.0.html"/><id>https://miniflux.app/releases/1.2.0.html</id><updated>2017-01-05T00:00:00Z</updated><content type="html"><![CDATA[<p>This version brings a major change to the Miniflux database management.</p>
<p>Until now, Miniflux was designed to work for only one user.
Handling multiple users was possible by using a Sqlite database for each user.</p>
<p>Now, the database schema and the code base have been modified to handle several users with only one database.
Moreover, Miniflux supports Postgresql in addition to Sqlite.</p>
<p>Using Postgres could avoid some potential issues when the concurrency on the database is too high (locking problems).
That also facilitates the deployment of Miniflux to some cloud providers that does not allow software to store persistent data on the local file system.</p>
<ul>
<li>Major change to the database structure to have a single database for multiple users</li>
<li>Web access token for the cronjob</li>
<li>New config parameter to disable web access for the cronjob</li>
<li>Debug mode parameter is moved to the config file</li>
<li>The console web page has been removed</li>
<li>Remove automatic software update from the user interface</li>
<li>New API methods (not backward compatible)</li>
<li>Fever API tokens are longer than before</li>
<li>Always update feed URL to avoid useless redirection for future requests</li>
<li>Add support for Wallabag service</li>
<li>Show last parsing error message in user interface</li>
<li>Disable a feed automatically after too many failures</li>
<li>Add support for Expires and Cache-Control headers (HTTP cache)</li>
<li>Flush all users remember me sessions when changing password</li>
<li>Update Docker image to Ubuntu 16.04 and PHP 7.0</li>
<li>Add Docker compose file</li>
<li>Add functional tests (Json-RPC API and Fever API)</li>
<li>Add unit tests</li>
<li>Minify Javascript and add automated syntax check on the CI</li>
<li>Minify CSS</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.1.10</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.1.10.html"/><id>https://miniflux.app/releases/1.1.10.html</id><updated>2016-07-31T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Code cleanup</li>
<li>Do not use anymore Closure compiler for Javascript</li>
<li>Added the possibility to swipe to archive an item on mobile devices</li>
<li>Make the whole menu row clickable on small screens</li>
<li>Add API methods for groups</li>
<li>Added Beanstalkd producer/worker</li>
<li>Use HTTP_HOST instead of SERVER_NAME to guess hostname</li>
<li>Run php-cs-fixer on the code base</li>
<li>Add sorting direction link to the history section</li>
<li>Make read/bookmark icons more usable in mobile view</li>
<li>Record last login timestamp in the database</li>
<li>Add japanese language</li>
<li>Replace help window by layer</li>
<li>Create automatically the favicon directory if missing</li>
<li>Add group filter to history and bookmarks section</li>
<li>Dependencies update</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.1.9</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.1.9.html"/><id>https://miniflux.app/releases/1.1.9.html</id><updated>2016-02-21T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Favicons are now stored on the file system instead of the database</li>
<li>PicoFeed updated to fix several bugs</li>
<li>More content scraper rules</li>
<li>Use case insensitive comparison when validating the fever API key (avoid issues with some clients)</li>
<li>Better groups navigation</li>
<li>Add a database parameter to the bookmark feed URL</li>
<li>Use function random_bytes() of PHP7 if available</li>
<li>Do not show feed title/url when browsing the articles of a chosen feed</li>
<li>Show article author if available</li>
<li>Move item action links to the top</li>
<li>Updated Czech translation</li>
<li>Updated zh_CN translation</li>
<li>Updates ru_RU translation</li>
<li>Add Turkish translation</li>
<li>Add items count per page: 10, 20, 30</li>
<li>Limit the heading to one line for desktop clients</li>
<li>Avoid orphan groups when deleting a feed</li>
<li>Remove error flag from feed on edit</li>
<li>Include groups into API</li>
<li>Updated Dockerfile</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.1.8</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.1.8.html"/><id>https://miniflux.app/releases/1.1.8.html</id><updated>2015-09-12T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add feed groups (tags)</li>
<li>Add custom rules directory support</li>
<li>Add no referrer policy in meta tags and content security directives</li>
<li>Update of PicoFeed with new scraper rules</li>
<li>Enable Strict-Transport-Security header for HTTPS</li>
<li>Change CSP directives to allow data url (Fix issue with Firefox 40)</li>
<li>Toggle text direction for full content preview as well</li>
<li>Add Russian translation</li>
<li>Updated Czech translation</li>
<li>Mark items on page 2+ read as well</li>
<li>Allow to override the maximum feed size limit</li>
<li>Added a config option to select how many concurrent refreshes are done on the subscription page</li>
<li>Catch exceptions for image proxy</li>
<li>Improve CSS for preview full content</li>
<li>Minor feed edit dialog improvements</li>
<li>Expose all feed errors to the frontend when adding a subscription</li>
<li>Keep selected options on feed adding error</li>
<li>Fix bug when the summery helper doesn&rsquo;t contains whitespace</li>
<li>Fix Fever API bug: enable send bookmark to third-party services</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.1.7</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.1.7.html"/><id>https://miniflux.app/releases/1.1.7.html</id><updated>2015-04-06T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>New translations: Serbian and Arabic</li>
<li>The user interface can be displayed in Right-to-Left for Arabic language (work in progress)</li>
<li>It&rsquo;s now possible to cloak the referrer for specific feeds</li>
<li>Themes made contributors are moved outside of the archive</li>
<li>New config option to disable mark as read for original link</li>
<li>The debug mode have to be enabled in the settings page now (console logs)</li>
<li>Improved Image proxy (used to avoid mixed content warnings for people that use SSL)</li>
<li>New keyboard shortcuts to navigate between articles: left and right arrows</li>
<li>New content grabber rules</li>
<li>Better consistency for sub-menus</li>
<li>Use radio buttons for database selection</li>
<li>Better favicon support, also available from the Fever API</li>
<li>Existing translations updated</li>
<li>Code cleanup and bug fixes</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.1.6</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.1.6.html"/><id>https://miniflux.app/releases/1.1.6.html</id><updated>2015-01-10T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Move to the last version of PicoFeed (the open source library used to parse RSS feeds)</li>
<li>Favicons support</li>
<li>Experimental image proxy to avoid SSL mixed content warnings (will be improved in the next release)</li>
<li>New content grabber rules</li>
<li>Add option to flush all unread items after X days, default 45 days (avoid very large database of unread items)</li>
<li>New keyboard shortcut to toggle the RTL mode (press the key &ldquo;z&rdquo;)</li>
<li>Display &amp; update the number of unread items on every page with an &ldquo;unread items&rdquo; menu</li>
<li>The Fever API can use multiple databases with Apache</li>
<li>Move token regeneration to the advanced config section and make clear which services get a new token</li>
<li>Add refresh link to the feed page items</li>
<li>Integration tests with Selenium</li>
<li>Many bug fixes and code improvements</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.1.5</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.1.5.html"/><id>https://miniflux.app/releases/1.1.5.html</id><updated>2014-11-18T00:00:00Z</updated><content type="html"><![CDATA[<h2 id="compatibility-with-the-fever-api">Compatibility with the Fever API</h2>
<p>An experimental version of the Fever API has been implemented.</p>
<p>The goal of this feature is to be able to use existing mobile and desktop clients with Miniflux.
It&rsquo;s also interesting for reading your feeds offline.</p>
<p>The API have been tested with Reeder 2 (OSX version) and Press (Android).</p>
<h2 id="improved-right-to-left-language-support">Improved Right-to-Left language support</h2>
<p>When you add a new feed or edit an existing feed, you can force the RTL mode.
The content will be displayed correctly regardless of the language specified in the RSS feed.</p>
<h2 id="better-edit-subscription-page">Better edit subscription page</h2>
<p>Each subscription can be modified, disabled or removed from this page.</p>
<h2 id="miniflux-can-run-with-docker">Miniflux can run with Docker</h2>
<p>A Dockerfile is available in the repository.</p>
<h2 id="other-improvements">Other improvements</h2>
<ul>
<li>The settings page is divided into several pages (about, database, api and help)</li>
<li>Add a Cross Site Request Forgery protection for HTML forms</li>
<li>Google authentication has been removed because the OpenID method is now deprecated by Google</li>
<li>Mozilla Persona authentication has been removed because very few people were using it</li>
<li>New content grabber rules:
<ul>
<li>degroupnews.com</li>
<li>sitepoint.com</li>
<li>undeadly.org</li>
</ul>
</li>
</ul>
<p>There is also many bug fixes and code cleanup.</p>
]]></content></entry><entry><title>Miniflux 1.1.4</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.1.4.html"/><id>https://miniflux.app/releases/1.1.4.html</id><updated>2014-09-19T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>New themes: &ldquo;Hello&rdquo; and &ldquo;Cards&rdquo;</li>
<li>The bookmarklet is protected by a random token</li>
<li>Add a &ldquo;Remember Me&rdquo; feature</li>
<li>New option parameter to select the display mode on item listing pages (full contents or summaries)</li>
<li>Items are removed by an Ajax request</li>
<li>New content scraper rules:
<ul>
<li>monwindowsphone.com</li>
<li>blog.fefe.de</li>
<li>igen.fr</li>
<li>heise.de</li>
</ul>
</li>
<li>Bug fixes</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.1.3</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.1.3.html"/><id>https://miniflux.app/releases/1.1.3.html</id><updated>2014-04-26T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>RTL (Right to Left) languages support</li>
<li>Auto-update feature: update in one click to the last development version</li>
<li>Support for multiple users: each user have his own Sqlite database</li>
<li>Code refactoring</li>
<li>Bug fixes</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.1.2</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.1.2.html"/><id>https://miniflux.app/releases/1.1.2.html</id><updated>2014-02-28T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add a configuration option for the time zone</li>
<li>Change loading icon to use an utf8 symbol</li>
<li>Unread count next to each subscription</li>
<li>Add feed enclosure support (videos and podcasts can be use directly with the HTML5 player)</li>
<li>Improved mobile layout</li>
<li>New content scrapper rules</li>
<li>New theme: NoStyle (almost no CSS)</li>
<li>Bug fixes</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.1.1</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.1.1.html"/><id>https://miniflux.app/releases/1.1.1.html</id><updated>2014-01-02T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>New theme: Copper</li>
<li>Display a message next to a feed when there is a parsing error</li>
<li>Change default value of autoflush to 15 days if not set to avoid large database</li>
<li>Add autoflush value &ldquo;immediately&rdquo;</li>
<li>Add an option to choose where to be redirected when there is nothing to read</li>
<li>Bug fixes</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.1.0</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.1.0.html"/><id>https://miniflux.app/releases/1.1.0.html</id><updated>2013-10-26T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Improve date parsing for invalid date</li>
<li>Prefix protocol-relative url by <code>http://</code></li>
<li>Update Spanish translation</li>
<li>Code refactoring (JS and templates)</li>
<li>Add item links for the feed-items page</li>
<li>Move the icon before the link</li>
<li>Add an icon for read items inside the view feed-items</li>
<li>Merge footer and header into a single file (layout.php)</li>
<li>Add support for CP1251 encoding</li>
<li>Add Portuguese translation</li>
<li>Add new content grabber rules</li>
<li>Add Spanish translation</li>
<li>Add proxy support</li>
<li>Minor css improvements</li>
<li>Smalls fixes and improvements for the two versions of the theme</li>
<li>Add new grabber rules</li>
<li>Add a preference parameter to save default items sorting order</li>
<li>Rename theme Bootstrap-3 in Bootstrap-light</li>
<li>Minors cosmetic changes (footer menu)</li>
<li>Restore previous behaviour in page &ldquo;feed-items&rdquo; (display read and unread items)</li>
<li>New theme based on Bootstrap 3 (dark version)</li>
<li>New theme based on Bootstrap 3 (light version)</li>
<li>Add link &ldquo;mark all as read&rdquo; in the footer</li>
<li>Add items sorting by date</li>
<li>Remove timezone check</li>
<li>Add content grabber rules and improve filtering</li>
<li>Add the possibility to link a Google Account or a Mozilla Account to Miniflux</li>
<li>Add the number of unread items when reading an article</li>
<li>&ldquo;f&rdquo; keyboard shortcut fix</li>
<li>Add bookmarklet link (add a subscription directly from any browsers)</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.0.11</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.0.11.html"/><id>https://miniflux.app/releases/1.0.11.html</id><updated>2013-09-02T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Improve content dowloader</li>
<li>Add new content downloader rules</li>
<li>Handle 404 errors and add debug calls</li>
<li>Update French translation and fix typos</li>
<li>Add console to display debug messages</li>
<li>Add API method to remove all feeds</li>
<li>Add the method <code>item.set_list_status</code> to the API</li>
<li>Display item content everywhere</li>
<li>Add API example with curl</li>
<li>Update PicoFeed (improve feed writers and opml import)</li>
<li>Add workaround for curl follow redirect + open base dir restrictions</li>
<li>Change method to generate tokens and allow people to generate new tokens</li>
<li>Add RSS feed for bookmarks</li>
<li>Improve CSS (code/pre tags)</li>
<li>Improve <code>Content-Security-Policy</code> header</li>
<li>Fix bug when displaying server port</li>
<li>Fix bug on nav item for the page &ldquo;feed-items&rdquo;</li>
<li>The bookmark link is now a star icon</li>
<li>Fix bug on nav item when bookmarking an item</li>
<li>Add the last checked date to the feeds list</li>
<li>Add the possibility to disable/enable a feed</li>
<li>Add link to &ldquo;feed-items&rdquo; on all listing</li>
<li>Add bottom item naviguation everywhere</li>
<li>Improve CSS for downloaded content</li>
<li>Improve Green theme</li>
<li>Improve filtering (remove empty tags&hellip;)</li>
<li>Add link on the feed title to items list</li>
<li>Improve add feed form</li>
<li>Add check on timezone</li>
<li>Improve CSS</li>
<li>Do not save content in the database when downloading an item with readability if option &rsquo;no content&rsquo; checked</li>
<li>Download full content of articles (like Readability)</li>
<li>Add check on libxml2 version (2.7 minimum)</li>
<li>Allow people to override content filter blacklist/whitelist</li>
<li>Fix wrong pagination links for &ldquo;feed-items&rdquo; page</li>
<li>Add JsonRPC API</li>
<li>Updated translations in locales</li>
<li>Put count of unread items into translation</li>
<li>Add new allowed tags and new URI scheme</li>
<li>Use shorter item ID to use less space in database</li>
<li>Add the possibility to change the session save path</li>
<li>Add support for HTML5 video inside feeds</li>
<li>Add scripts to make archive and tag</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.0.10</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.0.10.html"/><id>https://miniflux.app/releases/1.0.10.html</id><updated>2013-07-22T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Remove feed hostname for item display</li>
<li>Improve the feed title and feed domain display</li>
<li>Improve help popup</li>
<li>Add Green theme</li>
<li>Change color of the alert box for midnight theme</li>
<li>Improve CSS for mobile version</li>
<li>Added dark theme</li>
<li>Remove PHP notice in PicoFeed</li>
<li>Add new iframe allowed resources</li>
<li>Added Feed Title to infos section</li>
<li>Improve mark items as read</li>
<li>Add popup to list keyboard shortcuts</li>
<li>First version of the theme system</li>
<li>Disable empty feeds check after OPML import</li>
<li>Bugfix on empty feeds detection</li>
<li>Update of PicoFeed and PicoDB</li>
<li>Remove PHP warning when there is no items to remove</li>
<li>Only mark as read items displayed on the page</li>
<li>Click on &ldquo;mark as unread&rdquo; use an Ajax request now</li>
<li>Add Czech translation</li>
<li>Add a buffer of 2 items when we remove them from the database (WP cache issue)</li>
<li>Add <code>trim()</code> when adding a feed manually</li>
<li>Add a page to display all items by subscription</li>
<li>Improve empty feeds detection</li>
<li>Proper handling of redirections</li>
<li>Add keyboard shortcuts to the bookmarks page</li>
<li>Display an error message when listing empty feeds (no read/unread items)</li>
<li>Add scrollTo on keyboard navigation</li>
<li>Create feed title with <code>collate nocase</code></li>
<li>Add italian translation</li>
<li>Add simplified chinese translation</li>
<li>Change color of the preview for the selected item</li>
<li>Add check on curl extension</li>
<li>Add debug mode</li>
<li>Add possiblity to override application constants</li>
<li>Rewrite translations loading, remove useless language cookie</li>
<li>Improve items paging, get config values, add option to set the number of items per page and add comments</li>
<li>Change <code>count_bookmarks()</code> to include only read/unread items and remove opacity</li>
<li>Add items paging</li>
<li>Minor CSS improvements</li>
<li>Remove PHP notice when there is a validation error on settings page</li>
<li>CSS fix for keyboard navigation</li>
<li>Change default HTTP timeout to 10 seconds</li>
<li>Flushing history must not remove bookmarked items</li>
<li>Add <code>.htaccess</code> to the directory data</li>
<li>Add Vim keyboard shortcuts</li>
<li>Update of picoFeed (Added a response timeout to prevent connections from hanging)</li>
<li>Add German translation</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.0.9</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.0.9.html"/><id>https://miniflux.app/releases/1.0.9.html</id><updated>2013-06-29T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Update PicoFeed to support broken feeds and new media blacklist</li>
<li>Fix bug multiple marked_as_read when open original link with keyboard shortcuts</li>
<li>Remove useless <code>remove()</code> call because there is &ldquo;on delete casade&rdquo;</li>
<li>Don&rsquo;t autoflush bookmark</li>
<li>Change translation</li>
<li>Update readme</li>
<li>Bookmarks refactoring</li>
<li>Rename update button to save</li>
<li>Update dynamically unread counter in multiple places</li>
<li>Automatic selection of the first element for mark as read</li>
<li>Update the number of unread items when marking an item as read</li>
<li>Content column is flushed when the item status is set to removed</li>
<li>Replace an old urlencode by <code>encode_item_id()</code></li>
<li>Add date and time to the items list</li>
<li>Add pages titles and the number of unread items</li>
<li>Improve starred/unstarred function, code refactoring using a session variable (&lsquo;default&rsquo;, &lsquo;starred&rsquo;, &lsquo;history&rsquo;)</li>
<li>Improve navigation with starred/unstarred items</li>
<li>Update <code>.gitignore</code></li>
<li>Add nocontent feature to avoid a large database</li>
<li>Add bookmarks</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.0.8</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.0.8.html"/><id>https://miniflux.app/releases/1.0.8.html</id><updated>2013-06-02T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add workaround for PHP with deprecated libxml (Debian Lenny)</li>
<li>Improve encoding detection/conversion</li>
<li>Change redirect after feed importation</li>
<li>Encode <code>item_id</code> in base64 rather than <code>urlencode</code></li>
<li>Rename templates</li>
<li>Improve autoflush of read items</li>
<li>Update PicoDb</li>
<li>Update PicoTools</li>
<li>Change labels for autoflush</li>
<li>Add an auto flush function while reaching <code>action=default</code> or <code>action=history</code>. It will flush all read items older than the specified number of days in the preferences</li>
<li>Ignore XML parsing error (old libxml issues)</li>
<li>Minor code refactoring</li>
<li>Fix cronjob example link</li>
<li>Update documentation for cronjob</li>
<li>Fix documentation for <code>--limit</code> argument</li>
<li>Allow <code>cronjob.php</code> to be called from web</li>
<li>Add <code>pdo_sqlite</code> extension check</li>
<li>Add feature to disable SSL certificates validation</li>
<li>Move everything to the top-level directory</li>
<li>Minors cleanup</li>
<li>Fix bug (wrong order in <code>get_feeds_id</code>)</li>
<li>Empty feed titles are filled with the URL</li>
<li>Add &lsquo;mark read&rsquo; shortcut.</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.0.7</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.0.7.html"/><id>https://miniflux.app/releases/1.0.7.html</id><updated>2013-04-30T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Fix previous/next issue (items with same updated value)</li>
<li>Fix original link on History page</li>
<li>Add UTF-8 time locales</li>
<li>Add tag support for <code>&lt;q/&gt;</code> HTML element</li>
<li>Improve CSS</li>
<li>Run database auto-vacuum when refreshing feeds with the cronjob</li>
<li>Add remove link on history page and remove old items automatically</li>
<li>Update of PicoDB</li>
<li>Rename a template</li>
<li>Update of PicoTools</li>
<li>Add touch icon on login page</li>
<li>Add index on status column</li>
<li>Update <code>.gitignore</code></li>
<li>Reload locales after a <code>save_config()</code></li>
</ul>
]]></content></entry><entry><title>Miniflux 1.0.6</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.0.6.html"/><id>https://miniflux.app/releases/1.0.6.html</id><updated>2013-04-12T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Update PicoFeed</li>
<li>Add missing French locales</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.0.5</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.0.5.html"/><id>https://miniflux.app/releases/1.0.5.html</id><updated>2013-04-07T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Update PicoFeed</li>
<li>Remove useless inclusion</li>
<li>Change error message</li>
<li>Add favicon</li>
<li>Add confirmation box before flushing history</li>
<li>Add HTTPS URL for Youtube and Vimeo for CSP</li>
<li>Add support for HTTP caching with <code>Etag</code> and <code>LastModified</code> headers</li>
<li>Add User-Agent and HTTP connection timeout</li>
<li>Add author section in readme</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.0.4</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.0.4.html"/><id>https://miniflux.app/releases/1.0.4.html</id><updated>2013-04-04T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Update of PicoFeed</li>
<li>Change CSP to accept <code>iframe</code> from Youtube and Vimeo</li>
<li>Add links to mark as read/unread and change some functions names</li>
<li>Add some checks</li>
<li>Better preferences page</li>
<li>Add keyboard shortcuts</li>
<li>Improve ergonomics</li>
<li>Remove useless <code>&amp;amp;</code></li>
</ul>
]]></content></entry><entry><title>Miniflux 1.0.3</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.0.3.html"/><id>https://miniflux.app/releases/1.0.3.html</id><updated>2013-03-26T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add item navigation</li>
<li>Add function to get next and previous unread item</li>
<li>Replace hardcoded database path by a function</li>
<li>Add database section</li>
<li>Add helper function <code>format_bytes()</code></li>
<li>Add support for RSS 0.91 and 0.92</li>
<li>Set <code>secure</code> parameter for session cookies for HTTPS connections</li>
<li>Offer the possiblity to download the entire database</li>
<li>Change update script name</li>
<li>Disable auto-completion</li>
<li>Remove useless CSS class</li>
<li>Update PicoFarad</li>
<li>Update readme</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.0.2</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.0.2.html"/><id>https://miniflux.app/releases/1.0.2.html</id><updated>2013-03-21T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add <code>.gitignore</code></li>
<li>Update PicoFeed</li>
<li>Do not save item if the ID is empty</li>
<li>Update readme</li>
<li>Mark as read when &ldquo;direct link&rdquo; is clicked</li>
<li>Fix Newsbeuter OPML import</li>
<li>PHP 5.3.7 is now the minimum required version</li>
</ul>
]]></content></entry><entry><title>Miniflux 1.0.1</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.0.1.html"/><id>https://miniflux.app/releases/1.0.1.html</id><updated>2013-03-20T00:00:00Z</updated><content type="html"><![CDATA[<ul>
<li>Add setup checks</li>
<li>Update password only when necessary</li>
<li>Remove useless CSS class</li>
<li>Replace <code>PicoTools\Crypto</code> by the latest version of <code>password_compat</code></li>
<li>Update PicoFeed</li>
<li>Update <code>model.php</code></li>
<li>Update <code>Crypto.php</code></li>
</ul>
]]></content></entry><entry><title>Miniflux 1.0.0</title><link rel="alternate" type="text/html" href="https://miniflux.app/releases/1.0.0.html"/><id>https://miniflux.app/releases/1.0.0.html</id><updated>2013-03-17T00:00:00Z</updated><content type="html">&lt;p>First release of Miniflux.&lt;/p>
</content></entry></feed>