Releases: lemon24/reader
Releases · lemon24/reader
2.17
Deprecate object_id
in favor of resource_id
. Prevent rare "database is locked" errors when closing the reader. See changelog for details.
2.16
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
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.