Skip to content

Releases: mportesdev/pictureshow

version 0.4.0

02 Mar 18:17
Compare
Choose a tag to compare

Changes

Changed

  • Library API: pdf_file is now a required keyword-only argument of the pictures_to_pdf function (all positional arguments are treated as input files)

version 0.3.7

23 Feb 23:32
Compare
Choose a tag to compare
Bump version, update README

version 0.3.6

27 Jan 18:32
Compare
Choose a tag to compare

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

19 Jan 10:23
Compare
Choose a tag to compare
Update README, bump version

version 0.3.4

13 Jan 15:41
Compare
Choose a tag to compare
Add a unit test, bump version

version 0.3.3

07 Jan 19:29
Compare
Choose a tag to compare
Update README, bump version

version 0.3.2

16 Dec 12:21
Compare
Choose a tag to compare

Changes

Changed

  • Library API: the page_size and layout 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 to page_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

15 Dec 10:27
Compare
Choose a tag to compare
Update README, bump version

version 0.3.0

13 Dec 15:57
Compare
Choose a tag to compare
Update README, bump version

version 0.2.4

06 Dec 19:52
Compare
Choose a tag to compare
Update README, bump version