Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
scanhelper/doc/changelog
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
139 lines (98 sloc)
4.9 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scanhelper (0.7.1) UNRELEASED; urgency=low | |
* | |
-- Jakub Wilk <jwilk@jwilk.net> Fri, 15 Jun 2018 22:42:46 +0200 | |
scanhelper (0.7) unstable; urgency=low | |
* Don't do TIFF to PNG conversions. | |
Instead, required scanimage (sane-backends) >= 1.0.25, which can use the | |
PNG output format directly. | |
Thanks to Janusz S. Bień to the bug report. | |
https://github.com/jwilk/scanhelper/issues/1 | |
* Fix the --show-config option: | |
+ Fix printing options. | |
Regression introduced in 0.6.1. | |
+ Fix incorrect shortening paths using the tilde notation. | |
* Make argument for --format case-insensitive. | |
* Make --version print also versions of scanimage, Python and the libraries. | |
* Make --version print to stdout, not stderr. | |
* Require Pillow, instead of long unmaintained Python Imaging Library. | |
* Improve error message printed when scanimage(1) was not found. | |
* Improve the makefile: | |
+ Fix portability of the clean target. | |
+ Add install target. | |
+ Make the used Python interpreter customizable. | |
* Improve documentation: | |
+ Add README. Move dependency information there. | |
+ Clarify that Python 3.X is not supported. | |
+ Update the credits file to make it clear that the project is no longer | |
being funded. | |
+ Document that argparse is only needed for Python 2.6. | |
+ Update PyPI URLs. | |
+ Don't mention minimum version required for XMP support. | |
(Versions that didn't support the feature are no longer relevant.) | |
-- Jakub Wilk <jwilk@jwilk.net> Mon, 04 Jun 2018 16:40:45 +0200 | |
scanhelper (0.6.1) unstable; urgency=low | |
* Improve the test suite. | |
* Fix typo in the help message. | |
* Update bug tracker URLs. | |
The project repo has moved to GitHub. | |
-- Jakub Wilk <jwilk@jwilk.net> Sat, 12 Nov 2016 21:05:58 +0100 | |
scanhelper (0.6) unstable; urgency=low | |
* Improve XMP support: | |
+ Add the XML declaration. | |
+ Add the xmpMM:DocumentID property. | |
+ Generate globally unique identifiers in the urn:uuid namespace. | |
https://tools.ietf.org/html/rfc4122#section-3 | |
+ Escape values before putting them into an XML document. | |
-- Jakub Wilk <jwilk@jwilk.net> Thu, 10 Sep 2015 18:56:50 +0200 | |
scanhelper (0.5) unstable; urgency=low | |
* Make -L/--list-devices use tab-separated output. | |
* Fix media type for TIFF images. | |
* Fix timezone offset calculations. | |
* Improve error handling. | |
* Add a test suite. | |
-- Jakub Wilk <jwilk@jwilk.net> Wed, 03 Jun 2015 14:13:33 +0200 | |
scanhelper (0.4.1) unstable; urgency=low | |
* Fix error reporting when scanimage was interrupted by signal. | |
* Use PyPI instead of Google Code for argparse homepage. | |
https://opensource.googleblog.com/2015/03/farewell-to-google-code.html | |
-- Jakub Wilk <jwilk@jwilk.net> Fri, 01 May 2015 18:54:06 +0200 | |
scanhelper (0.4) unstable; urgency=low | |
* Import “Image” from the “PIL” namespace. | |
* Implement the --batch-prompt option (wait for ENTER before starting new | |
batch) and make it the default. | |
Thanks to Janusz S. Bień to the bug report. | |
https://github.com/jwilk/scanhelper/issues/2 | |
-- Jakub Wilk <jwilk@jwilk.net> Mon, 05 Jan 2015 18:03:18 +0100 | |
scanhelper (0.3) unstable; urgency=low | |
* Fix a typo. Thanks to Janusz S. Bień to the bug report. | |
* Use our own minimal XDG Base Directory implementation instead of PyXDG. | |
* Check Python version at runtime. | |
* Make the --batch-count option limit the number of pages in a single | |
batch, rather that total number of pages. This is useful for scanners | |
without ADF, or with ADF that doesn't correctly report when it's empty. | |
* Add the --page-count option for limiting total number of pages to scan. | |
* Reorder options in the --help output. | |
* Use HTTPS URLs when they are available, in documentation and code. | |
-- Jakub Wilk <jwilk@jwilk.net> Sat, 10 May 2014 21:39:16 +0200 | |
scanhelper (0.2.4) unstable; urgency=low | |
* Don't convert timestamps to UTC, as recommended by the XMP specification. | |
-- Jakub Wilk <jwilk@jwilk.net> Tue, 13 Mar 2012 19:43:35 +0100 | |
scanhelper (0.2.3) unstable; urgency=low | |
* Fix incorrect values of tiff:XResolution and tiff:YResolution elements of | |
generated XMP. | |
-- Jakub Wilk <jwilk@jwilk.net> Sat, 18 Feb 2012 21:56:32 +0100 | |
scanhelper (0.2.2) unstable; urgency=low | |
* Add xmpMM:InstanceID and xmpMM:History elements to generated XMP. | |
* Produce more helpful error message when an external command is not found. | |
-- Jakub Wilk <jwilk@jwilk.net> Wed, 01 Feb 2012 20:14:26 +0100 | |
scanhelper (0.2.1) unstable; urgency=low | |
* Fix syntax error in generated XMP. | |
* Wrap generated XMP in <x:xmpmeta> element. | |
-- Jakub Wilk <jwilk@jwilk.net> Mon, 30 Jan 2012 23:11:30 +0100 | |
scanhelper (0.2) unstable; urgency=low | |
* Preserve resolution information in the PNG files. | |
* Add support for creating sidecar XMP metadata. | |
-- Jakub Wilk <jwilk@jwilk.net> Fri, 27 Jan 2012 17:16:06 +0100 | |
scanhelper (0.1) unstable; urgency=low | |
* Initial release. | |
-- Jakub Wilk <jwilk@jwilk.net> Mon, 11 Jul 2011 23:02:26 +0200 |