Skip to content

Releases: loopwerk/django-rss-filter

0.11.0

28 Apr 13:27
202b9ff
Compare
Choose a tag to compare

Features

Ignore quotes and double quotes in filtered words and categories

0.10.1

25 Apr 10:45
6a7582d
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Features

utils.validate_feed now returns the feed on success

0.7.0

22 Apr 09:38
339a0cf
Compare
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
Compare
Choose a tag to compare

Fixes

Use follow_redirects when fetching the feed

0.5.0

18 Apr 18:48
d2f989e
Compare
Choose a tag to compare

Fixes

Deal with missing version property when the feed can't be loaded at all

0.4.0

18 Apr 18:48
09509e6
Compare
Choose a tag to compare

Fixes

Deal with feeds that don't have the updated property

0.3.0

18 Apr 18:47
d5633e2
Compare
Choose a tag to compare

Features

Improved the Django Admin with filters and a date_hierarchy.

Fixes

Fix the validate_feed function, because until now it thought HTML pages were valid as well.