From bac895b61a812c1b0f014bae483fac8507fc44ee Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 12 Jul 2016 21:02:38 +0200 Subject: [PATCH] update changelog and release version 0.4.0 --- ChangeLog | 7 +++++++ README.rst | 5 +++++ build.xml | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4998ae8..1ce51ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2016-07-12 Christian Weiske + + * Add support for internationalized domain names (IDNA) + * Add meta data into generated images + * Fix bug with cutycapt timeouts + * Release version 0.4.0 + 2016-06-29 Christian Weiske * Add form to make a complex request from your browser diff --git a/README.rst b/README.rst index 34cc6f6..818eafd 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,10 @@ Features * JPG, PNG and PDF output (PDFs are searchable) * Authentication * Can run on a normal web server without GUI. See dependencies_. +* Generated images get meta data embedded: + + * URL of captured page + * Capture settings .. note:: @@ -270,6 +274,7 @@ Dependencies - External tools: - `cutycapt `_ + - `exiftool `_ - `imagemagick's `_ ``convert`` - ``xvfb-run`` diff --git a/build.xml b/build.xml index 0781e89..89614c9 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ - + -- 2.30.2