Miniflux
Minimalist and opinionated feed reader
Alternative to: feedly, inoreader, newsblur
About
Versions (81)
2.0.46
2023-07-22- Add scraper and rewrite rules for Webtoons
- Fix regression in integration page and simplify SQL query
- Wallabag integration: add more information in log messages
- Add support for custom Youtube embed URL
- Fix accessibility issues in modal component
- Fix modal aria role
- Trap focusing with tab / shift+tab inside the modal
- Restore keyboard focus when closing modal
- Automatically move keyboard focus to first focusable element unless specified otherwise
- Keyboard shortcut help modal: move keyboard focus to modal title
- Keyboard shortcut help modal: change close control from link to button
- Add Notion integration
- Update
golang.org/x/*dependencies andgo-oidcto v3.6.0 - Improve responsive design
- Add user setting for marking entry as read on view
- Improve Russian translation
- Add the possibility to run cleanup tasks from the command line
- Add the possibility to run Miniflux as a cronjob
- Use
go-httpbinto run tests locally and avoid remote calls tohttpbin.org - Display tags when viewing entries
- Update categories API endpoint to return
total_unreadandfeed_count - Improve date parser to handle various broken date formats
- Avoid
pq: time zone displacement out of rangeerrors - Improve entry existance check to make better use of index
- Add unique index
enclosures_user_entry_url_idx - Add mark as unread for Linkding integration
- Add sub-folder support for Wallabag integration
- Use RockyLinux to build RPM package
- Disable CGO when building RPM package
- Disable CGO when building Docker images