Releases: loopwerk/django-rss-filter
Releases · loopwerk/django-rss-filter
0.14.1
0.14.0
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
Fixes
Also catch ReadTimeout
0.11.0
Features
Ignore quotes and double quotes in filtered words and categories
0.10.1
Fixes
Only clear the cache when the feed url or filters have changed
0.10.0
0.9.0
Features
Stronger typing for utils.validate_feed
Breaking changes
The return value of utils.validate_feed got changed
0.8.0
Features
utils.validate_feed now returns the feed on success
0.7.0
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
Fixes
Use follow_redirects when fetching the feed