reader v2.9 Release Notes

  • ๐Ÿš€ Released 2022-02-07

    • โฌ‡ Decrease :meth:~Reader.update_feeds() memory usage by ~35% (using the maxrss before the call as baseline; overall process maxrss decreases by ~20%). The improvement is not in reader code, but in feedparser; reader will temporarily vendor feedparser until the fix makes it upstream and is released on PyPI. (:issue:265)

    • ๐ŸŒ In the web application, allow sorting feeds by the number of entries: important, unread, per day during the last 1, 3, 12 months. (:issue:249, :issue:245).