# HG changeset patch # User Guido Berhoerster # Date 1544701947 -3600 # Node ID a6625fd9a30d2a24b28d5a8aa7131600296e0e5a # Parent 3fcd2209b39ad366e226d2684c2b127ab670b67b Release version 3 diff -r 3fcd2209b39a -r a6625fd9a30d Makefile --- a/Makefile Thu Dec 13 09:02:40 2018 +0100 +++ b/Makefile Thu Dec 13 12:52:27 2018 +0100 @@ -22,7 +22,7 @@ # NAME = feed-preview -VERSION = 2 +VERSION = 3 EXT_NAME = $(subst -,_,$(NAME))-$(VERSION) INKSCAPE := inkscape diff -r 3fcd2209b39a -r a6625fd9a30d NEWS --- a/NEWS Thu Dec 13 09:02:40 2018 +0100 +++ b/NEWS Thu Dec 13 12:52:27 2018 +0100 @@ -1,6 +1,16 @@ News ==== +Feed Preview 3 (2018-12-13T12:52:27+01:00) +------------------------------------------ + +- Add support for RSS 1.0 feeds +- Fix parsing the description of RSS 0.9 feeds +- Add support for enclosures in Atom feeds +- Support feeds served as text/xml +- Add support for Atom 0.3 feeds +- Properly handle non-text content in Atom feed elements + Feed Preview 2 (2018-12-08T12:10:03+01:00) ------------------------------------------