Skip to content

Releases: lemon24/reader

3.6

3.6

Choose a tag to compare

@lemon24 lemon24 released this 15 Jun 21:48

Add contributor docs. Deprecate the Twitter plugin. See changelog for details.

3.5

3.5

Choose a tag to compare

@lemon24 lemon24 released this 18 Mar 23:00

Entry.important becomes optional (bool or None). See changelog for details.

3.4

3.4

Choose a tag to compare

@lemon24 lemon24 released this 22 Jan 21:11

Document the parser internal API. Drop Python 3.8 support. See changelog for details.

3.3

3.3

Choose a tag to compare

@lemon24 lemon24 released this 19 Dec 21:50

Support Python 3.11. Improve startup speed via lazy imports. See changelog for details.

This release marks reader's 5th anniversary and its 2000th commit.

3.2

3.2

Choose a tag to compare

@lemon24 lemon24 released this 14 Sep 20:26

Include the total number of entries in UpdatedFeed. Fix bugs in the entry_dedupe, readtime, and mark_as_read plugins. Fix CLI bugs. See changelog for details.

3.1

3.1

Choose a tag to compare

@lemon24 lemon24 released this 29 Aug 20:27

The readtime plugin has no extra dependencies. Improved get_entries(sort='recent'). See changelog for details.

3.0

3.0

Choose a tag to compare

@lemon24 lemon24 released this 30 Jul 08:37

Some backwards-incompatible changes. See changelog for details.

3.0rc1

Choose a tag to compare

@lemon24 lemon24 released this 25 Jul 22:03

3.0 release candidate. Some backwards-incompatible changes. See changelog for details.

2.17

Choose a tag to compare

@lemon24 lemon24 released this 23 Jul 08:55

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

2.16

Choose a tag to compare

@lemon24 lemon24 released this 17 Jul 13:37

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.