Releases: mportesdev/pictureshow
Releases · mportesdev/pictureshow
version 0.4.0
Changes
Changed
- Library API:
pdf_file
is now a required keyword-only argument of thepictures_to_pdf
function (all positional arguments are treated as input files)
version 0.3.7
Bump version, update README
version 0.3.6
Changes
Changed
- Library API: the
pdf_file
argument can now be specified either as a string (just like in the command line interface) or as a path-like object
version 0.3.5
Update README, bump version
version 0.3.4
Add a unit test, bump version
version 0.3.3
Update README, bump version
version 0.3.2
Changes
Changed
- Library API: the
page_size
andlayout
arguments can now be specified either as a string (just like in the command line interface) or as a sequence of two numbers (for example,page_size='LETTER', layout='2x3'
is equivalent topage_size=(72 * 8.5, 72 * 11), layout=(2, 3)
) - CLI: error message includes the name of the underlying exception's class
version 0.3.1
Update README, bump version
version 0.3.0
Update README, bump version
version 0.2.4
Update README, bump version