Download Latest Version Miniflux 2.3.2 source code.zip (1.3 MB)
Email in envelope

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

Home / 2.3.2
Name Modified Size InfoDownloads / Week
Parent folder
miniflux_2.3.2_riscv64.deb 2026-06-27 5.9 MB
miniflux_2.3.2_armhf.deb 2026-06-27 5.5 MB
miniflux_2.3.2_arm64.deb 2026-06-27 5.6 MB
miniflux_2.3.2_amd64.deb 2026-06-27 6.5 MB
miniflux-2.3.2-1.0.x86_64.rpm 2026-06-27 7.2 MB
miniflux-openbsd-amd64.sha256 2026-06-26 89 Bytes
miniflux-linux-riscv64.sha256 2026-06-26 89 Bytes
miniflux-openbsd-amd64 2026-06-26 21.8 MB
miniflux-linux-armv7.sha256 2026-06-26 87 Bytes
miniflux-linux-riscv64 2026-06-26 19.7 MB
miniflux-linux-armv7 2026-06-26 21.0 MB
miniflux-linux-armv6.sha256 2026-06-26 87 Bytes
miniflux-linux-armv5.sha256 2026-06-26 87 Bytes
miniflux-linux-armv6 2026-06-26 21.0 MB
miniflux-linux-armv5 2026-06-26 21.1 MB
miniflux-linux-arm64.sha256 2026-06-26 87 Bytes
miniflux-linux-amd64.sha256 2026-06-26 87 Bytes
miniflux-linux-arm64 2026-06-26 20.4 MB
miniflux-freebsd-amd64.sha256 2026-06-26 89 Bytes
miniflux-linux-amd64 2026-06-26 21.9 MB
miniflux-darwin-arm64.sha256 2026-06-26 88 Bytes
miniflux-freebsd-amd64 2026-06-26 21.8 MB
miniflux-darwin-amd64.sha256 2026-06-26 88 Bytes
miniflux-darwin-arm64 2026-06-26 21.0 MB
miniflux-darwin-amd64 2026-06-26 22.3 MB
Miniflux 2.3.2 source code.tar.gz 2026-06-26 969.4 kB
Miniflux 2.3.2 source code.zip 2026-06-26 1.3 MB
README.md 2026-06-26 2.7 kB
Totals: 28 Items   245.0 MB 0

New features

  • Improved full-text search
  • Search queries now use PostgreSQL's websearch_to_tsquery, allowing quoted phrases, OR operators, and negation (-term) in search expressions.

  • API improvements

  • Added GET /v1/entries/ids to efficiently retrieve paginated entry IDs.
  • Added support for updating the starred status of multiple entries through PUT /v1/entries.
  • API clients can now filter entries by tags.
  • The Go client now exposes additional feed fields (description, icon, next_check_at, notification settings, no_media_player, etc.) and supports the new tag filter.

  • Atom feed improvements

  • When an Atom entry id contains an HTTP URL, it is now used as the entry URL when no dedicated link is available.

Performance improvements

  • Improved full-text search performance by caching compiled regular expressions used by filtering rules.
  • Reduced database work when computing category statistics.
  • Improved browser caching of static assets.
  • Reduced template rendering overhead by precomputing static icon URLs.

Security

  • Prevent username enumeration through login timing differences.
  • PostgreSQL installations running in FIPS mode are now fully supported by replacing MD5 with SHA-256 for enclosure uniqueness. This change raises the minimum supported PostgreSQL version to 11.

Bug fixes

  • Fixed validation of per-feed entry filter rules in the web interface.
  • SOCKS proxy URLs can once again be configured for individual feeds.
  • Fixed enclosure URL proxying consistency across API endpoints.
  • Fixed several API handlers that incorrectly returned 404 Not Found or 400 Bad Request instead of proper server errors.
  • Fixed inconsistent handling of invalid category filters in the Entries API.
  • Fixed user lookup edge cases that could result in nil pointer dereferences.
  • Fixed enclosure lookup to correctly scope results by user.
  • Fixed the Google Reader Quick Add endpoint to honor the configured HTTP user agent.
  • Fixed refresh-all keyboard shortcut (R) to correctly display the success notification.
  • Fixed localization formatting issues affecting several languages.
  • Fixed request builder state leaking during feed discovery.
  • Improved accessibility by correcting an aria-labelledby issue.

Localization

  • Updated German (de_DE) translations.
  • Updated Galician (gl_ES) translations.

Documentation

  • Clarified the units for POLLING_FREQUENCY.
  • Improved documentation for TRUSTED_REVERSE_PROXY_NETWORKS.

Dependencies

  • Updated several Go modules and GitHub Actions dependencies.
Source: README.md, updated 2026-06-26