reader v2.10 Release Notes

  • ๐Ÿš€ Released 2022-03-12

    • ๐Ÿ‘Œ Support entry and global tags. (:issue:272, :issue:228, :issue:267)

    • โœ‚ Remove :meth:~Reader.get_tags() support for the (None,) (any feed) and :const:None (any resource) wildcard resource values.

    .. warning::

    **This is a minor compatibility break**, but is unlikely to affect existing users;
    the usefulness of the wildcards was limited, because
    it was impossible to tell to which resource a (key, value) pair belongs.
    
    • ๐Ÿ‘ Allow passing a (feed URL,) 1-tuple anywhere a feed URL can be passed to a :class:Reader method.

    • โœ‚ Remove the global_metadata experimental plugin (superseded by global tags).

    • ๐Ÿ“‡ In the web application, support editing entry and global metadata. Fix broken delete metadata button. Fix broken error flashing.