Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Releases: jangernert/FeedReader

v2.11.0

23 May 14:46
Compare
Choose a tag to compare
  • 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

13 Jul 19:11
Compare
Choose a tag to compare
  • 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

    29 May 01:29
    Compare
    Choose a tag to compare
  • NextCloud: Fix for crash during sync in some cases
  • v2.9.1

    27 May 20:20
    Compare
    Choose a tag to compare
  • Add button to close current article
  • Don't automatically close current article when changing feeds
  • NextCloud: Sync fixes
  • v2.9.0

    24 May 20:04
    Compare
    Choose a tag to compare
  • 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

    11 Feb 01:01
    Compare
    Choose a tag to compare
    • TT-RSS: Fix another issue with unexpected types being returned by the API

    v2.8.1

    09 Feb 20:21
    Compare
    Choose a tag to compare

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

    v2.8.0

    09 Feb 19:24
    Compare
    Choose a tag to compare
    • 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

    01 Feb 19:31
    Compare
    Choose a tag to compare

    Fix bugs when adding, renaming or deleting article tags

    v2.7.0

    28 Jan 23:39
    Compare
    Choose a tag to compare
    • Change our database logic to fix thread safety issues, hopefully prevent a bunch of crashes