reader v0.4 Release Notes

  • ๐Ÿš€ Released 2019-01-02

    • ๐Ÿ‘Œ Support Python 3.7.
    • 0๏ธโƒฃ Entry :attr:~Entry.content and :attr:~Entry.enclosures now default to an empty tuple instead of None. (:issue:99)
    • :meth:~Reader.get_feeds now sorts feeds by :attr:~Feed.user_title or :attr:~Feed.title instead of just :attr:~Feed.title. (:issue:102)
    • :meth:~Reader.get_feeds now sorts feeds in a case insensitive way. (:issue:103)
    • โž• Add sort argument to :meth:~Reader.get_feeds; allows sorting feeds by title or by when they were added. (:issue:98)
    • ๐Ÿ‘ Allow changing the feed sort order in the web application. (:issue:98)