Mercurial > addons > firefox-addons > feed-preview
changeset 49:f4e8aa4d50da version-8
Release version 8
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Fri, 05 Jul 2019 13:42:36 +0200 |
parents | d5506fdb65f0 |
children | f72cbd59b31c |
files | Makefile NEWS |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Jul 05 13:29:29 2019 +0200 +++ b/Makefile Fri Jul 05 13:42:36 2019 +0200 @@ -22,7 +22,7 @@ # NAME = feed-preview -VERSION = 7 +VERSION = 8 EXT_NAME = $(subst -,_,$(NAME))-$(VERSION) INKSCAPE := inkscape
--- a/NEWS Fri Jul 05 13:29:29 2019 +0200 +++ b/NEWS Fri Jul 05 13:42:36 2019 +0200 @@ -1,6 +1,13 @@ News ==== +Feed Preview 8 (2019-07-05T13:42:36+02:00) +------------------------------------------ + +- Add support for Dublin Core elements to the RSS 2.0 feed parser +- Add support for the RSS Content module to the RSS 2.0 feed parser +- Work around race condition in feed reader subscription script execution + Feed Preview 7 (2019-04-12T12:16:00+02:00) ------------------------------------------