reader v1.12 Release Notes

  • ๐Ÿš€ Released 2020-12-13

    • โž• Add the limit and starting_after arguments to :meth:~Reader.get_feeds, :meth:~Reader.get_entries, and :meth:~Reader.search_entries, allowing them to be used in a paginated fashion. (:issue:196)
    • โž• Add the :attr:~Entry.object_id property that allows getting the unique identifier of a data object in a uniform way. (:issue:196)
    • ๐ŸŒ In the web application, add links to toggle feed/entry counts. (:issue:185)