FeedReader Versions Save

Modern desktop application designed to complement existing web-based RSS accounts.

v2.11.0

3 years ago
  • 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

4 years ago
  • Fix handling of escaped HTML in articles and titles
  • TT-RSS: Fix support for HTTP auth in addition to TT-RSS auth
  • v2.9.2

    4 years ago
  • NextCloud: Fix for crash during sync in some cases
  • v2.9.1

    4 years ago
  • Add button to close current article
  • Don't automatically close current article when changing feeds
  • NextCloud: Sync fixes
  • v2.9.0

    4 years ago
  • Support new GNOME guidelines for the primary menu
  • Sort articles by date by default
  • Make backend plugins share some code and make OPML import work for all backend plugins
  • Various improvements to how translations work
  • Make "Oldest First" article sorting work in both Unread and All tabs
  • Improve error message when trying to add a feed that already exists
  • Don't close the currently open article when changing tabs if the new article is on the new tab
  • Use the system default "document" font as the default article font
  • Local and DecSync: Assume RSS feeds are UTF-8 unless they explicitly list a different locale
  • Local and DecSync: Use the RSS feed link to deduplicate feeds, not the link element in the feed
  • TT-RSS: Fix another crash when TT-RSS sends us data with an unexpected types
  • Feedly: Minor improvements to CLi logs
  • v2.8.2

    5 years ago
    • TT-RSS: Fix another issue with unexpected types being returned by the API

    v2.8.1

    5 years ago

    Fix copy feed URL in Bazqux, FeedHQ, InoReader and TT-RSS

    v2.8.0

    5 years ago
    • 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

    5 years ago

    Fix bugs when adding, renaming or deleting article tags

    v2.7.0

    5 years ago
    • Change our database logic to fix thread safety issues, hopefully prevent a bunch of crashes