forked from josch/img2pdf
update CHANGES.rst
This commit is contained in:
parent
aabd104114
commit
e8dc019bd5
1 changed files with 28 additions and 1 deletions
29
CHANGES.rst
29
CHANGES.rst
|
@ -2,7 +2,34 @@
|
||||||
CHANGES
|
CHANGES
|
||||||
=======
|
=======
|
||||||
|
|
||||||
1.0.0 (unreleased)
|
0.1.5
|
||||||
|
-----
|
||||||
|
|
||||||
|
- Enable support for CMYK images
|
||||||
|
- Rework test suite
|
||||||
|
- support file objects as input
|
||||||
|
|
||||||
|
0.1.4
|
||||||
|
-----
|
||||||
|
|
||||||
|
- add Python 3 support
|
||||||
|
- make output reproducible by sorting and --nodate option
|
||||||
|
|
||||||
|
0.1.3
|
||||||
|
-----
|
||||||
|
|
||||||
|
- Avoid leaking file descriptors
|
||||||
|
- Convert unrecognized colorspaces to RGB
|
||||||
|
|
||||||
|
0.1.1
|
||||||
|
-----
|
||||||
|
|
||||||
|
- allow running src/img2pdf.py standalone
|
||||||
|
- license change from GPL to LGPL
|
||||||
|
- Add pillow 2.4.0 support
|
||||||
|
- add options to specify pdf dimensions in points
|
||||||
|
|
||||||
|
0.1.0 (unreleased)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
- Initial PyPI release.
|
- Initial PyPI release.
|
||||||
|
|
Loading…
Reference in a new issue