Miniflux - Package Updates
-
You can use this thread to track updates to the Miniflux package.
Please open issues in a separate topic instead of replying here.
-
[0.0.1]
- Initial version
-
[0.1.0]
- Fixup manifest
-
girish
-
-
[1.0.0]
- Update miniflux to 2.0.37
- Full changelog
- Add rewrite rule to decode base64 content
- Add Linkding integration
- Add comment button to Telegram message
- Add API endpoint to fetch unread and read counters
- Fixes logic bug in Google Reader API sanity check
- Reduce number of CORS preflight check to save network brandwidth
-
[1.0.2]
- Update miniflux to 2.0.39
- Full changelog
- Add support for date filtering in Google Reader API item ID calls
- Handle RSS entries with only a GUID permalink
- Go API Client: Accept endpoint URLs ending with /v1/
- CORS API headers: Allow Basic authorization header
- Log feed URL when submitting a subscription that returns an error
- Update make run command to execute migrations automatically
- Add option to send only the URL to Wallabag
-
[1.0.3]
- Update miniflux to 2.0.40
- Full changelog
- Make English and Spanish translation more consistent:
- Use "Feed" everywhere instead of "Subscription"
- Use "Entry" instead of "Article"
- Allow Content-Type and Accept headers in CORS policy
- Use custom home page in PWA manifest
- Fix scraper rule that could be incorrect when there is a redirect
- Improve web scraper to fetch the only link present as workaround to some landing pages
- Add Matrix bot integration
-
[1.0.4]
- Update miniflux to 2.0.41
- Update Cloudron base image to 4.0.0
- Full changelog
- Reverted PR #1290 (follow the only link) because it leads to several panics/segfaults that prevent feed updates
- Disable double-tap mobile gesture if swipe gesture is disabled
- Skip integrations if there are no entries to push
- Enable TLS-ALPN-01 challenge for ACME
- Preconfigure Miniflux for GitHub Codespaces
- Updated golang.org/x/net/* dependencies
-
[1.0.5]
- Rename /app/data/env to /app/data/env.sh
-
[1.0.6]
- Update miniflux to 2.0.42
- Full changelog
- Fix header items wrapping
- Add option to enable or disable double tap
- Improve PWA display mode label in settings page
-
[1.0.7]
- Update miniflux to 2.0.43
- Full changelog
- Avoid XSS when opening a broken image due to unescaped ServerError in proxy handler (CVE-2023-27592)
- Use r.RemoteAddr to check /metrics endpoint network access (CVE-2023-27591)
- Add HTTP Basic authentication for /metrics endpoint
- Add proxy support for several media types
- Parse feed categories from RSS, Atom and JSON feeds
- Ignore empty link when discovering feeds
- Disable CGO explicitly to make sure the binary is statically linked
- Add CSS classes to differentiate between category/feed/entry view and icons
- Add rewrite and scraper rules for blog.cloudflare.com
- Add color-scheme to themes
- Add new keyboard shortcut to toggle open/close entry attachments section
- Sanitizer: allow id attribute in <sup> element
- Add Indonesian Language
- Update translations