+
+ * Add support for internationalized domain names (IDNA)
+ * Add meta data into generated images
+ * Fix bug with cutycapt timeouts
+ * Release version 0.4.0
+
* Add form to make a complex request from your browser
* 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::
- External tools:
- `cutycapt <http://cutycapt.sourceforge.net/>`_
+ - `exiftool <http://owl.phy.queensu.ca/~phil/exiftool/>`_
- `imagemagick's <http://www.imagemagick.org/>`_ ``convert``
- ``xvfb-run``
<?xml version="1.0" encoding="utf-8"?>
<project name="phancap" default="phar" basedir=".">
- <property name="version" value="0.3.0" />
+ <property name="version" value="0.4.0" />
<property name="pharfile" value="${phing.dir}/dist/${phing.project.name}-${version}.phar" />
<property name="libdir" value="${phing.dir}/lib"/>