Download Latest Version Miniflux 2.2.14 source code.tar.gz (878.6 kB)
Email in envelope

Get an email when there's a new version of Miniflux 2

Home / 2.2.14
Name Modified Size InfoDownloads / Week
Parent folder
miniflux-darwin-amd64.sha256 2025-10-23 88 Bytes
miniflux-darwin-amd64 2025-10-23 20.9 MB
miniflux-linux-arm64 2025-10-23 19.3 MB
miniflux-linux-amd64.sha256 2025-10-23 87 Bytes
miniflux-linux-amd64 2025-10-23 20.5 MB
miniflux-freebsd-amd64.sha256 2025-10-23 89 Bytes
miniflux-freebsd-amd64 2025-10-23 20.4 MB
miniflux-linux-armv6.sha256 2025-10-23 87 Bytes
miniflux-linux-armv6 2025-10-23 19.8 MB
miniflux-linux-armv5.sha256 2025-10-23 87 Bytes
miniflux-linux-arm64.sha256 2025-10-23 87 Bytes
miniflux-linux-armv5 2025-10-23 19.9 MB
miniflux-openbsd-amd64.sha256 2025-10-23 89 Bytes
miniflux-linux-armv7.sha256 2025-10-23 87 Bytes
miniflux-openbsd-amd64 2025-10-23 20.5 MB
miniflux-darwin-arm64.sha256 2025-10-23 88 Bytes
miniflux-linux-armv7 2025-10-23 19.8 MB
miniflux-darwin-arm64 2025-10-23 19.8 MB
miniflux_2.2.14_armhf.deb 2025-10-23 5.2 MB
miniflux_2.2.14_arm64.deb 2025-10-23 5.3 MB
miniflux_2.2.14_amd64.deb 2025-10-23 6.1 MB
miniflux-2.2.14-1.0.x86_64.rpm 2025-10-23 6.8 MB
Miniflux 2.2.14 source code.tar.gz 2025-10-23 878.6 kB
Miniflux 2.2.14 source code.zip 2025-10-23 1.2 MB
README.md 2025-10-23 2.3 kB
Totals: 25 Items   206.3 MB 0

✨ New Features

  • Go Client: Allow passing a custom http.Client and add context support to API methods.
  • UI: Redirect users back to the original page after logging in.
  • Template: Improved Content Security Policy: extracted CSP generation into a function, added systematic nonces, and changed default-src to 'none' for stronger security.
  • Integrations:
  • Added tags option for the Karakeep integration.
  • Added new Archive.org integration.
  • Rewrite Rules:
  • Added remove_img_blur_params rule.
  • Added add_image_title rule for explainxkcd.com.

🧰 Improvements & Refactoring

  • Replaced custom modal with native <dialog> element for simpler, more accessible UI.
  • Simplified date parsing in the reader and XML encoding logic.
  • Optimized sanitizer functions (hasRequiredAttributes, hasValidURIScheme, isBlockedResource).
  • Replaced fmt.Errorf with errors.New where applicable.
  • Removed dependency on hstore in the database layer and relaxed implicit NOT NULL for serial types.
  • Simplified Fever API slice sizing and various internal cleanups.
  • Preallocated slices and optimized string/number conversions for better performance.

🧪 Tests

  • Added test cases for XML encoding behavior.

🐛 Bug Fixes

  • Fixed CSS layout overflow when external links are too long.
  • Fixed JSON Feed parser to fallback to external_url when url is missing.
  • Updated scraper rule for Dark Reading.

📚 Documentation

  • Clarified the POLLING_FREQUENCY environment variable in the documentation.

🏗️ Build & CI

  • Updated dependencies:

  • github.com/tdewolff/minify/v2 → 2.24.4

  • golang.org/x/net → 0.46.0
  • golang.org/x/image → 0.32.0
  • golang.org/x/oauth2 → 0.32.0
  • github.com/coreos/go-oidc/v3 → 3.16.0
  • github/codeql-action → 4
  • Updated make lint and enabled additional Go linters (perfsprint, goheader).

📝 Additional Notes

If you are seeing this Postgres error: Error: pq: must be owner of extension hstore, you can fix it by running the following SQL command as a superuser:

:::sql
DROP EXTENSION hstore;

For more details, look at the Git commit history.

Source: README.md, updated 2025-10-23