Skip to content

Releases: lemon24/reader

2.17

23 Jul 08:55
Compare
Choose a tag to compare

Deprecate object_id in favor of resource_id. Prevent rare "database is locked" errors when closing the reader. See changelog for details.

2.16

17 Jul 13:37
Compare
Choose a tag to compare

Threading-related improvements:

  • Allow using a reader from multiple threads directly (no context manager).
  • Allow reusing a closed reader.
  • Allow using a reader from multiple asyncio tasks.

See changelog for details.

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.