Mercurial > addons > firefox-addons > feed-preview
changeset 20:a6625fd9a30d version-3
Release version 3
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Thu, 13 Dec 2018 12:52:27 +0100 |
parents | 3fcd2209b39a |
children | 66e18d77739d |
files | Makefile NEWS |
diffstat | 2 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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) ------------------------------------------