Skip to content

Releases: mportesdev/pictureshow

version 0.7.0

27 Apr 07:42
Compare
Choose a tag to compare

Changes

Changed

  • CLI: the output file must now be specified with the -o or --output-file option
  • CI/CD: PyPA's action to publish package to PyPI is used in GitHub Actions

version 0.6.5

19 Apr 15:32
Compare
Choose a tag to compare

Changes

Changed

  • remove Python 3.6 from supported versions, add Python 3.10
  • CLI: if the output filename has no extension specified, .pdf will be appended to it

Added

version 0.6.4

28 Apr 13:30
Compare
Choose a tag to compare

Changes

Changed

  • CLI: pictures do not have to be filesystem paths (can be e.g. URLs)

version 0.6.3

26 Apr 11:59
Compare
Choose a tag to compare

Changes

Changed

  • Library API: PictureShow.save_pdf and pictures_to_pdf now return a named tuple of three values:
    • num_ok: number of successfully saved pictures
    • errors: list of items skipped due to error
    • num_pages: number of pages of the resulting PDF document
  • CLI: additional info reported: number of pages of the resulting PDF document

version 0.6.2

16 Apr 21:51
Compare
Choose a tag to compare
Clean up tests, bump version

version 0.6.1

12 Apr 17:10
Compare
Choose a tag to compare

Changes

Added

  • TESTS: added tests for the command-line app

version 0.6.0

27 Mar 14:35
Compare
Choose a tag to compare
Add docstrings, bump version

version 0.5.0

07 Mar 16:28
Compare
Choose a tag to compare

Changes

Added

  • Library API: comma is now allowed as delimiter when specifying layout as a string, e.g. '2,3' is equivalent to '2x3'
  • CLI: comma is allowed as delimiter when specifying layout, e.g. 2,3 is equivalent to 2x3

version 0.4.1

07 Mar 14:14
Compare
Choose a tag to compare
Bump version, update README

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)