# HG changeset patch # User Guido Berhoerster # Date 1544267403 -3600 # Node ID 1e9aa12d7306e0b79fcf8902187b08c2052f02c4 # Parent a4590add4901e23f9a0968fb218b12880cfadad8 Release version 2 diff -r a4590add4901 -r 1e9aa12d7306 Makefile --- a/Makefile Sat Dec 08 12:01:32 2018 +0100 +++ b/Makefile Sat Dec 08 12:10:03 2018 +0100 @@ -22,7 +22,7 @@ # NAME = feed-preview -VERSION = 1 +VERSION = 2 EXT_NAME = $(subst -,_,$(NAME))-$(VERSION) INKSCAPE := inkscape diff -r a4590add4901 -r 1e9aa12d7306 NEWS --- a/NEWS Sat Dec 08 12:01:32 2018 +0100 +++ b/NEWS Sat Dec 08 12:10:03 2018 +0100 @@ -1,7 +1,20 @@ News ==== +Feed Preview 2 (2018-12-08T12:10:03+01:00) +------------------------------------------ + +- Add preset with common web-based feed readers +- Implement feed subscription for web-based feed readers +- Simplify the hint shown if there are no entries +- Improve visual appearance +- Alternatively use Atom links without the rel attribute +- Create feed previews using a stream filter +- Handle feed entry content normalization with a setter +- Remove unused parameter from xpathQuery and rename functions + Feed Preview 1 (2018-10-04T10:15:36+02:00) ------------------------------------------ +- Show a hint if the feed has no entries - Initial revision