reader v2.6 Release Notes

  • ๐Ÿš€ Released 2021-11-15

    • ๐Ÿ“œ Retrieve feeds in parallel, but parse them serially; previously, feeds would be parsed in parallel. Decreases Linux memory usage by ~20% when using workers; the macOS decrease is less notable. (:issue:261)

    • โšก๏ธ Allow :meth:~Reader.update_feeds() and :meth:~Reader.update_feeds_iter() to filter feeds by feed, tags, broken, and updates_enabled. (:issue:193, :issue:219, :issue:220)

    • Allow :meth:~Reader.get_feeds() and :meth:~Reader.get_feed_counts() to filter feeds by new. (:issue:217)

    • Reuse the requests_ session when retrieving feeds; previously, each feed would get its own session.

    • โž• Add support for CLI plugins.

    • ๐Ÿ”Œ Add the :mod:~reader._plugins.cli_status experimental plugin.

    • ๐ŸŒ In the web application, show entry read time.