Releases: xurble/django-feed-reader
django-feed-reader v2.0.0
This is a major and somewhat backwards-incompatible release that introduces a lot of new features.
There is also some improved doucumentation
What's Changed
- Another stab at fixing this whole media content / alt tag thing. by @xurble in #30
- Remove defunct WebProxy system by @xurble in #31
- Dripfeed integration by @xurble in #36
- Automatically manage subscription count for feeds. by @xurble in #32
- Fixes Issue #10 InsecureRequestWarning when fetching feeds by @xurble in #33
- Fixes #4. Option to keep old enclosures when URL changes. by @xurble in #34
- Optionally store the JSON output from parsing the feed by @xurble in #35
- Documentation by @xurble in #37
- Subscriptions by @xurble in #38
Full Changelog: v1.1.0...v2.0.0
django-feed-reader 1.1.0
What's Changed
Full Changelog: v1.0.8...v1.1.0
Django-Feed-Reader 1.0.9
Bug fix release. Slightly reduces GUID size to accommodate MySQL.
Django Feed Reader 1.0.8
Django Feed Reader 1.0.7
- Fixes a bug where content:encoded elements could take over the body
- Separates the handling of 403 and 410 HTTP responses
Django Feed Reader 1.0.6
What's Changed
- Fixes a bug preventing enclosures from being updated by @xurble in #22
- Adds support for medium on enclosures/content items. by @xurble in #23
Full Changelog: v1.0.5...v1.0.6
Django Feed Reader 1.0.5
Introduces support for Atom & RSS pagination. Where pagination exists, all available pages will be read when a feed is first imported.
What's Changed
Full Changelog: v1.0.2...v1.0.5
v1.0.2
This release actually has everything listed in 1.0.1
Full Changelog: v1.0.1...v1.0.2
Django Feed Reader 1.0.1
This update adds support for media:content as well as enclosure, deduplicating where required.
It also includes a number of bug fixes courtesy of @philgyford.
What's Changed
- Set the default_auto_field for the app by @philgyford in #15
- Replace hard-coded links to admin pages with links using reverse() by @philgyford in #14
- Allow for longer Post.guid by @philgyford in #17
- Allow Source.last_change and Source.last_success to be blank by @philgyford in #16
- Handle feed items with updated time but no published time by @philgyford in #19
New Contributors
- @philgyford made their first contribution in #15
Full Changelog: v1.0.0...v1.0.1
Django Feed Reader 1.0
There are only minor updates in this release, but it has been used long enough that a 0.x version number doesn't make very much sense.
Full Changelog: 0.3.0...v1.0.0