Skip to content

Releases: lemon24/reader

2.15

08 Jul 20:46
Compare
Choose a tag to compare

Allow using Reader objects from multiple threads. Allow using Reader objects as context managers. See changelog for details.

2.14

30 Jun 20:19
Compare
Choose a tag to compare

Allow others to use mypy with reader. Drop Python 3.7 support. Support PyPy 3.9. See changelog for details.

2.13

27 Jun 22:07
Compare
Choose a tag to compare

twitter experimental plugin. Skip RSS entries with no guid/link instead of failing the entire feed. See changelog for details.

2.12

31 Mar 20:29
Compare
Choose a tag to compare

readtime built-in plugin. More plugin hooks. See changelog for details.

2.11

16 Mar 22:35
Compare
Choose a tag to compare

Fix reader not working with SQLite 3.38 or newer. See changelog for details.

2.10

12 Mar 09:02
Compare
Choose a tag to compare

Entry and global tags. See changelog for details.

2.9

07 Feb 19:31
Compare
Choose a tag to compare
2.9

update_feeds() memory usage reduction (~35%!). Minor web app improvements. See changelog for details.

2.8

22 Jan 08:40
Compare
Choose a tag to compare
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

15 Jan 21:07
Compare
Choose a tag to compare
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

15 Nov 19:21
Compare
Choose a tag to compare
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.