The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.

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.12
Name Modified Size InfoDownloads / Week
Parent folder
miniflux_2.2.12_armhf.deb 2025-08-21 5.2 MB
miniflux_2.2.12_arm64.deb 2025-08-21 5.3 MB
miniflux_2.2.12_amd64.deb 2025-08-21 6.1 MB
miniflux-2.2.12-1.0.x86_64.rpm 2025-08-20 6.7 MB
miniflux-darwin-amd64.sha256 2025-08-20 88 Bytes
miniflux-darwin-amd64 2025-08-20 20.8 MB
miniflux-freebsd-amd64.sha256 2025-08-20 89 Bytes
miniflux-freebsd-amd64 2025-08-20 20.3 MB
miniflux-darwin-arm64.sha256 2025-08-20 88 Bytes
miniflux-darwin-arm64 2025-08-20 19.6 MB
miniflux-linux-arm64.sha256 2025-08-20 87 Bytes
miniflux-linux-amd64.sha256 2025-08-20 87 Bytes
miniflux-linux-arm64 2025-08-20 19.1 MB
miniflux-linux-amd64 2025-08-20 20.3 MB
miniflux-linux-armv6.sha256 2025-08-20 87 Bytes
miniflux-linux-armv5.sha256 2025-08-20 87 Bytes
miniflux-linux-armv6 2025-08-20 19.6 MB
miniflux-linux-armv5 2025-08-20 19.7 MB
miniflux-linux-armv7.sha256 2025-08-20 87 Bytes
miniflux-linux-armv7 2025-08-20 19.6 MB
miniflux-openbsd-amd64.sha256 2025-08-20 89 Bytes
miniflux-openbsd-amd64 2025-08-20 20.3 MB
Miniflux 2.2.12 source code.tar.gz 2025-08-20 851.5 kB
Miniflux 2.2.12 source code.zip 2025-08-20 1.1 MB
README.md 2025-08-20 3.6 kB
Totals: 25 Items   204.6 MB 0

✨ New Features

  • Keep only metadata of removed entries to reduce database size.
  • Removed entry status is now immutable and cannot be changed back to unread or read status.
  • SVG favicons are now minified before storing them in the database.
  • Added support for resizing WebP images.
  • Main menu now includes icons.
  • Added Progressive Web App (PWA) shortcuts for quick access to common actions.
  • Added direct link to the Apache 2.0 license on the About page.
  • Feed-level webhook URLs now take priority when saving entries.
  • New option: POLLING_LIMIT_PER_HOST 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.
  • Added a rewrite rule to remove useless heading images on Phoronix articles.
  • Use Golang's built-in VCS feature to get commit and build date when not specified by LDFLAGS.
  • Disable OAuth2 and WebAuthn routes when the feature is not enabled.
  • Added request URI logging in authentication handlers.

🛠 Fixes

  • Limited tsvector indexing to the first 500K characters to avoid PostgreSQL limits.
  • Use rel=apple-touch-icon instead of rel=apple-touch-icon-precomposed.png.
  • Fixed broken WebAuthn error alert message on the settings page.
  • Reverted SameSiteStrict cookie mode because it forces people to authenticate each time when using the PWA on Android.
  • Prevent stale data by forcing reload when navigating back from articles (fix for Chrome's bfcache).
  • Fixed URL detection capturing newlines in media descriptions.

⚡ Performance Improvements

  • Optimized SQL queries (FetchJobs, markFeedAsRead) by removing unnecessary joins and heavy-weight operations.
  • Improved memory usage by minimizing SVGs, static images, and templates.
  • WebAuthn script (webauthn.js) is no longer loaded when the feature is disabled.
  • Replaced regex-based YouTube and Invidious video ID extraction with URL parsing.
  • Introspect the translation files at load time.
  • Parse and merge filters only once per refresh.

🔧 Refactoring & Internal Changes

  • Extensive refactoring across UI, templates, storage, and fetcher to simplify code and reduce memory allocations.
  • Replaced interface{} with any (Go 1.18+ idiomatic usage).
  • Reorganized JavaScript code: simplified functions, reduced duplication, and modernized handlers.
  • app.js bundle and service worker files are now loaded as a JavaScript module.
  • Use request builder in media proxy handler.

📚 Documentation

  • Fixed typos and updated default values in the man page.
  • Removed ChangeLog file (release notes are visible on GitHub and the official website - use the commit history for more details).

🛠 Dependencies

  • Updated GitHub Actions workflows to use Go version 1.25.
  • Updated dependencies:

  • golang.org/x/net → 0.43.0

  • golang.org/x/image → 0.30.0
  • golang.org/x/term → 0.34.0
  • github.com/tdewolff/minify/v2 → 2.23.11
  • github.com/coreos/go-oidc/v3 → 3.15.0
  • github.com/prometheus/client_golang → 1.23.0
  • GitHub Actions: actions/checkout bumped to v5

✅ Tests

  • Added API integration tests for fetching categories with counters.
  • Added tests for icon URL discovery, SVG minification error handling, and version format enforcement.
  • Added unit tests for RequestBuilder.
  • Avoided building a temporary binary for integration tests.

For more details, look at the commit history.

Source: README.md, updated 2025-08-20