This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
Releases: jangernert/FeedReader
Releases · jangernert/FeedReader
v2.11.0
- Do not try to use deprecated GOA Pocket support
- TTRSS: fix feeds order
- Drop Keywords from desktop files
- Fix typos and clearer naming
- Decsync updates
- Fix freshRSS with yunohost-like solutions
- Fix: use getURL in getApiURL
- Don't add feeds on the UI thread
- Fix infinite loading icon after opening article in browser
- Logger: Don’t set a custom log writer function
- Check $XDG_USER_DATA for site grabber configs
- Add theme Gruvbox
- Fix midnight theme
v2.10.0
v2.9.2
v2.9.1
v2.9.0
v2.8.2
- TT-RSS: Fix another issue with unexpected types being returned by the API
v2.8.1
Fix copy feed URL in Bazqux, FeedHQ, InoReader and TT-RSS
v2.8.0
- Improve error messages when failing to add a feed in the local and DecSync plugins #720
- Auto-fill missing URI scheme when adding feeds and in the TT-RSS setup #720
- Use dc:creator tag for authors in local and DecSync RSS feeds #853 (thanks @sdjacobs)
- TT-RSS: Handle the API sending us ints as strings and strings as ints
- TT-RSS: Make the api_feedreader plugin use PDO prepared statements instead of doing string escaping
- TT-RSS: Redact passwords in API logging #845
- TT-RSS: Various other improvements to make the plugin more maintainable
v2.7.1
Fix bugs when adding, renaming or deleting article tags
v2.7.0
- Change our database logic to fix thread safety issues, hopefully prevent a bunch of crashes