Releases: lemon24/reader
Releases · lemon24/reader
3.14
enclosure_tags improvements (rewrite tags on the fly, set genre for podcasts). Fix entry_dedupe flip-flop bug. Support Python 3.13. Update vendored feedparser. See changelog for details.
3.13
Allow different feed update intervals. Fix assertion failure for duplicate entry ids. Allow re-running mark_as_read plugin. See changelog for details.
3.12
Split the full-text search index into a separate, attached database. Add new change tracking internal API. See changelog for details.
3.11
Filter entries by entry tags. Support Python 3.12. See changelog for details.
3.10
Document the storage internal APIs (plus storage API clean-up). Stop using deprecated sqlite3 datetime converters/adapters. See changelog for details.
3.9
Wrap unexpected retriever/parser errors in ParseError instead of letting them bubble up, so exceptions raised by custom retrievers/parsers for one feed don't prevent updates for others. Add the timer
experimental plugin. See changelog for details.
3.7
Attention: This is the last release to support Python 3.9. Add support for PyPy 3.10. Remove the twitter and tumblr_gdpr experimental plugins. See changelog for details.
3.6
Add contributor docs. Deprecate the Twitter plugin. See changelog for details.
3.5
Entry.important becomes optional (bool or None). See changelog for details.