Releases: lemon24/reader
Releases · lemon24/reader
3.16
Allow archiving selected entries to an "archived" feed. Support Entry.source. Fix foreign keys being disabled in threads other than the one that created the reader instance. See changelog for details.
3.15
Honor Retry-After HTTP header. Optimize OR-only tag filters. Allow using installed feedparser instead of vendored one. See changelog for details.
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.