- Library API: the `fill_area` keyword parameter renamed to `fill_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
<a id='changelog-0.12.1'></a>
0.12.1
Added
- Library API: the optional `bg_color` parameter to `PictureShow.save_pdf` and `pictures_to_pdf` to specify page background color (29) - CLI: the `--bg-color` option to set page background color (29)
<a id='changelog-0.12.0'></a>
0.12.0
Changed
- Library API: the `page_size`, `landscape`, `margin`, `layout`, `stretch_small`, `fill_area` and `force_overwrite` parameters to `PictureShow.save_pdf` are now keyword-only (28)
<a id='changelog-0.11.0'></a>
0.11.0
Added
- CLI: the `--fail` option to control the app's exit code depending on skipped files (24)
0.10.1
Added
- CLI: progress indicator (21)
Changed
- saving pictures from URLs is no longer a tested feature
0.10.0
Changed
- CLI: use default prog name (11) - TESTS: use `tox` to run tests - switch from setup.py to pyproject.toml (17) - use src layout (18)