Releases: lemon24/reader
Releases · lemon24/reader
2.15
Allow using Reader objects from multiple threads. Allow using Reader objects as context managers. See changelog for details.
2.14
Allow others to use mypy with reader. Drop Python 3.7 support. Support PyPy 3.9. See changelog for details.
2.13
twitter
experimental plugin. Skip RSS entries with no guid/link instead of failing the entire feed. See changelog for details.
2.12
readtime
built-in plugin. More plugin hooks. See changelog for details.
2.11
Fix reader not working with SQLite 3.38 or newer. See changelog for details.
2.10
Entry and global tags. See changelog for details.
2.9
update_feeds() memory usage reduction (~35%!). Minor web app improvements. See changelog for details.
2.8
New unified tags API. Deprecate the old feed tags/metadata APIs. Web app memory usage improvements. See the changelog for details.
2.7
Unify the tag and metadata namespaces. Rename mark_as_read
config metadata. before_feed_update_hooks
. global_metadata
plugin. See changelog for details.
2.6
Filter feeds by feed, tags, broken, and updates_enabled in update_feeds()/update_feeds_iter(). Filter feeds by new in get_feeds()/get_feed_counts(). Lower update_feeds() memory usage on Linux. Add support for CLI plugins. See changelog for details.