Skip to content

Releases: loopwerk/django-rss-filter

0.14.1

12 Nov 10:40
19da243

Choose a tag to compare

Bugfixes

  • Remove uv.lock from the package

Documentation Changes

  • Add classifiers to pyproject.toml

0.14.0

10 Aug 14:21
a0a68e2

Choose a tag to compare

New Features

  • Add cache_date to list_display

Bugfixes

  • Changed minimum Python version to 3.10, as 3.9 isn't actually supported

0.13.0

12 Jul 15:30
18b35ed

Choose a tag to compare

Fixes

Also catch ReadTimeout

0.11.0

28 Apr 13:27
202b9ff

Choose a tag to compare

Features

Ignore quotes and double quotes in filtered words and categories

0.10.1

25 Apr 10:45
6a7582d

Choose a tag to compare

Fixes

Only clear the cache when the feed url or filters have changed

0.10.0

25 Apr 10:36
d1fccbe

Choose a tag to compare

Features

  • When you edit a feed, the cached version should be removed (#2)
  • Keep using the cached feed when the feed is offline (#4)

0.9.0

24 Apr 08:54
afc9ec3

Choose a tag to compare

Features

Stronger typing for utils.validate_feed

Breaking changes

The return value of utils.validate_feed got changed

0.8.0

24 Apr 08:53
81cf71a

Choose a tag to compare

Features

utils.validate_feed now returns the feed on success

0.7.0

22 Apr 09:38
339a0cf

Choose a tag to compare

Fixes

Fetch content using httpx rather than having feedparser do this, since we can't set a timeout with feedparser. This also uses a consistent user agent header when validating versus fetching the feed.

Breaking changes

The return value of utils.validate_feed got changed from bool to tuple[bool, str].

0.6.0

19 Apr 15:29
43300eb

Choose a tag to compare

Fixes

Use follow_redirects when fetching the feed