# HG changeset patch # User Guido Berhoerster # Date 1555064160 -7200 # Node ID 99f367e4a38a2e56191632e372db88448d55eac6 # Parent fe3cb4aa6944492fb82b8483136fe5a6f8db38c5 Release version 7 diff -r fe3cb4aa6944 -r 99f367e4a38a Makefile --- a/Makefile Fri Apr 12 12:11:43 2019 +0200 +++ b/Makefile Fri Apr 12 12:16:00 2019 +0200 @@ -22,7 +22,7 @@ # NAME = feed-preview -VERSION = 6 +VERSION = 7 EXT_NAME = $(subst -,_,$(NAME))-$(VERSION) INKSCAPE := inkscape diff -r fe3cb4aa6944 -r 99f367e4a38a NEWS --- a/NEWS Fri Apr 12 12:11:43 2019 +0200 +++ b/NEWS Fri Apr 12 12:16:00 2019 +0200 @@ -1,6 +1,13 @@ News ==== +Feed Preview 7 (2019-04-12T12:16:00+02:00) +------------------------------------------ + +- Limit the width of images to the entries iframe width +- Fix invalid CSS property name +- Revert unwanted changes from extension.css in the entry style sheet + Feed Preview 6 (2019-04-02T15:54:18+02:00) ------------------------------------------