Releases: mportesdev/pictureshow
Releases · mportesdev/pictureshow
version 0.13.0
Changes
Breaking changes
- Library API: the
fill_area
keyword parameter renamed tofill_cell
(#47) - CLI: the
-a
/--fill-area
option renamed to-c
/--fill-cell
(#47)
Added
- CLI: errors caught when reading picture files are now being logged for later inspection (#45)
- support for Python 3.13
Removed
- support for Python 3.8
- support for PyPy 3.9
version 0.12.1
version 0.12.0
Changes
Changed
- Library API: the
page_size
,landscape
,margin
,layout
,stretch_small
,fill_area
andforce_overwrite
parameters toPictureShow.save_pdf
are now keyword-only (#28)
version 0.11.0
Changes
Added
- CLI: the
--fail
option to control the app's exit code depending on skipped files (#24)
version 0.10.1
Changes
Added
- CLI: progress indicator (#21)
Changed
- saving pictures from URLs is no longer a tested feature
version 0.10.0
version 0.9.0
version 0.8.2
Changes
Changed
- CI/CD: build both sdist and wheel
- TESTS: switch from
PyPDF2
topypdf
version 0.8.1
Changes
Changed
- Library API: the
pdf_file
parameter ofPictureShow.save_pdf
andpictures_to_pdf
renamed tooutput_file
(#4) - TESTS: tests run concurrently using the pytest-xdist plugin
Added
- CI/CD: code checked for security using bandit
version 0.7.1
Changes
Changed
- CLI:
- concise usage message
- options sorted alphabetically in help message
- available page sizes shown in help for
--page-size