Skip to content

Releases: xurble/django-feed-reader

django-feed-reader v2.0.0

18 Apr 18:18
Compare
Choose a tag to compare

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

16 Feb 11:19
7c3dca3
Compare
Choose a tag to compare

What's Changed

  • Add support for feed management - multiple users, folders of feeds. by @xurble in #29

Full Changelog: v1.0.8...v1.1.0

Django-Feed-Reader 1.0.9

17 Jan 21:11
Compare
Choose a tag to compare

Bug fix release. Slightly reduces GUID size to accommodate MySQL.

Django Feed Reader 1.0.8

15 Jan 23:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.7...v1.0.8

Django Feed Reader 1.0.7

01 Aug 01:08
Compare
Choose a tag to compare
  • 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

28 Jul 05:48
Compare
Choose a tag to compare

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

20 Feb 01:40
a06b14c
Compare
Choose a tag to compare

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

09 Jan 22:10
Compare
Choose a tag to compare

This release actually has everything listed in 1.0.1

Full Changelog: v1.0.1...v1.0.2

Django Feed Reader 1.0.1

09 Jan 20:33
Compare
Choose a tag to compare

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

Full Changelog: v1.0.0...v1.0.1

Django Feed Reader 1.0

07 Jun 04:16
Compare
Choose a tag to compare

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