Download Latest Version Miniflux 2.2.11 source code.tar.gz (857.9 kB)
Email in envelope

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

Home / 2.2.11
Name Modified Size InfoDownloads / Week
Parent folder
miniflux-darwin-arm64.sha256 2025-07-26 88 Bytes
miniflux-darwin-amd64.sha256 2025-07-26 88 Bytes
miniflux-darwin-arm64 2025-07-26 19.6 MB
miniflux-darwin-amd64 2025-07-26 20.5 MB
miniflux-linux-amd64.sha256 2025-07-26 87 Bytes
miniflux-freebsd-amd64.sha256 2025-07-26 89 Bytes
miniflux-linux-amd64 2025-07-26 20.0 MB
miniflux-freebsd-amd64 2025-07-26 20.0 MB
miniflux-linux-armv5.sha256 2025-07-26 87 Bytes
miniflux-linux-armv5 2025-07-26 19.3 MB
miniflux-linux-arm64.sha256 2025-07-26 87 Bytes
miniflux-linux-arm64 2025-07-26 19.1 MB
miniflux-linux-armv7.sha256 2025-07-26 87 Bytes
miniflux-linux-armv7 2025-07-26 19.2 MB
miniflux-linux-armv6.sha256 2025-07-26 87 Bytes
miniflux-linux-armv6 2025-07-26 19.2 MB
miniflux-openbsd-amd64.sha256 2025-07-26 89 Bytes
miniflux-openbsd-amd64 2025-07-26 20.0 MB
miniflux-2.2.11-1.0.x86_64.rpm 2025-07-26 6.6 MB
miniflux_2.2.11_armhf.deb 2025-07-26 5.0 MB
miniflux_2.2.11_arm64.deb 2025-07-26 5.2 MB
miniflux_2.2.11_amd64.deb 2025-07-26 6.0 MB
Miniflux 2.2.11 source code.tar.gz 2025-07-26 857.9 kB
Miniflux 2.2.11 source code.zip 2025-07-26 1.2 MB
README.md 2025-07-26 3.6 kB
Totals: 25 Items   201.7 MB 2

✨ New Features

  • TLS support for Unix sockets: Miniflux can now serve TLS over Unix domain sockets using CERT_FILE and KEY_FILE (#fcf86e3).
  • RSS fallback: If a feed entry has no URL, Miniflux now uses the enclosure URL as a fallback (#d9de9d1).
  • Bearer token for Linkwarden: The Linkwarden integration now uses Bearer token authorization instead of cookies (#1d11623).
  • Cookie policy improvement: SameSiteStrictMode is enforced for cookies when OAuth2/OIDC is not used (#135ce1d).
  • Readability engine: Avoid removing elements with the content class during readability parsing (#66b269e).

🛠️ Improvements

  • Massive readability engine refactoring and performance optimizations:

  • Improved performance of getClassWeight, getLinkDensity, and transformMisusedDivsIntoParagraphs.

  • Simplified and optimized internal logic of removeUnlikelyCandidates, getSelectionLength, and getArticle.
  • Reduced memory allocation in sanitizer and readability components.
  • Storage optimization: Strings are now truncated on the Go side to respect tsvector limits, reducing DB load and ensuring valid UTF-8 (#703f113).
  • Simplified and clarified internal code structure:

  • Major cleanup and size optimization of internal structs (Feed, FeedCreationRequest, etc.).

  • Reduced memory use and improved CPU cache locality.
  • Numerous refactors across config, template, locale, subscription, and fetcher modules.

🐛 Bug Fixes

  • Fixed an issue with feeds having excessive leading whitespace causing parser buffer issues (#54abd0a).
  • Properly preserve UTF-8 when truncating strings for full-text search (#703f113).
  • Fixed logic error in enclosure type detection (#50d5cb9).
  • Fixed incorrect filter rule parsing of Windows-style newlines (#dc81725).
  • Fixed a panic in startAutoCertTLSServer function when using Let's Encrypt automatic certificates (#f7a6b02)
  • Improved UI spacing consistency around header/footer (#32fbb4e).

⚠️ Breaking Changes

  • Windows binary no longer distributed: Windows is no longer a supported platform for binary distribution. Users must build from source if needed (#b470b18).

🧪 Tests & CI

  • Test coverage significantly increased for modules like readability, sanitizer, processor, locale, and storage.
  • Commit linter updated to support new Git revert message format.

🐘 Docker & Environment

  • Base Docker image updated to Alpine 3.22.
  • PostgreSQL Docker example updated to use the latest version.

🌐 Localization

  • Updated Chinese and German translations.

🔒 Dependency Updates

  • Bumped github.com/go-webauthn/webauthn to 0.13.4
  • Bumped github.com/tdewolff/minify/v2 to 2.23.10
  • Bumped golang.org/x/* modules: image, net, term, crypto
  • Bumped github.com/andybalholm/brotli to 1.2.0
Source: README.md, updated 2025-07-26