Miniflux
Minimalist and opinionated feed reader
Alternative to: feedly, inoreader, newsblur
About
Versions (81)
2.0.49
2023-10-15- Implement structured logging using
log/slogpackage. New config options available:LOG_FORMAT:jsonortextLOG_LEVEL:debug,info,warning, orerrorLOG_FILE:sdterr,stdout, or a file path- The
DEBUGoption is now deprecated in favor ofLOG_LEVEL
- API Improvements:
- Add endpoint
/v1/version - Add endpoint
PUT /v1/entriesto update entry title and content - Add endpoint
/v1/icons/{iconID} - Add endpoint
/v1/flush-historyto flush history - Make the category optional when creating feeds for API clients who don’t support categories
- Add enclosures to
GET /v1/entriesendpoint - Add
published_after,published_before,changed_afterandchanged_beforeoptions to/v1/entriesendpoint
- Add endpoint
- Telegram integration improvements:
- Replace feed HTML link with a button to avoid page preview issues
- Add the possibility to disable buttons
- Add Bruno Miniflux API collection in
contribfolder (Bruno is an open source alternative to Postman/Insomnia) - Add command line argument to export user feeds as OPML
- Add new rewrite rules
add_hn_links_using_hackandadd_hn_links_using_openerto open HN comments with iOS apps - Fix timestamp format for
Expiresresponse header - Fix Javascript error when reading time option is disabled
- Fix Apprise logic to handle feed service URLs
- Fix missing word in force refresh message
- Remove deprecated
PreferServerCipherSuitesTLS option - Replace
github.com/rylans/getlangwithgithub.com/abadojack/whatlanggobecausegetlangdoesn’t seems to be updated anymore - Bump
github.com/mccutchen/go-httpbin/v2from2.11.0to2.11.1 - Bump
golang.org/x/*dependencies