changeset 12:1e9aa12d7306 version-2

Release version 2
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Sat, 08 Dec 2018 12:10:03 +0100
parents a4590add4901
children 799d633ccd4d
files Makefile NEWS
diffstat 2 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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