-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog
152 lines (108 loc) · 5.36 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
scanhelper (0.7.2) UNRELEASED; urgency=low
*
-- Jakub Wilk <jwilk@jwilk.net> Thu, 01 Feb 2024 11:45:18 +0100
scanhelper (0.7.1) unstable; urgency=low
* Improve error handling for non-existent profiles.
* Drop support for Python 2.6.
* Simplify dependency list in README.
* Improve the build system:
+ Check Python version on install.
+ Byte-compile Python code on install (if DESTDIR is not set).
+ Use install(1) to install the executable.
* Future-proof Pillow version check.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 31 Jan 2024 10:20:47 +0100
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://www.rfc-editor.org/rfc/rfc4122.html#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