1
0
Fork 0
forked from josch/plakativ
plakativ/CHANGELOG.rst

37 lines
838 B
ReStructuredText
Raw Normal View History

2020-06-09 22:46:11 +00:00
=======
CHANGES
=======
2021-10-11 08:23:23 +00:00
0.5 (2021-10-11)
----------------
- support for HiDPI displays
2021-03-04 19:05:12 +00:00
0.4 (2021-03-04)
----------------
- support raster images as input (everything supported by PIL or img2pdf)
- add --remove-alpha to allow lossy conversion of images with alpha channel
- raise error if none of --size, --factor or --maxpages is given
- add --cover-page, --cutting-guides, --page-numbers and --poster-border
- fix pdf dashed line syntax
- the default unit is mm and not pt
2020-06-09 22:46:11 +00:00
0.3 (2020-06-10)
----------------
- add freedesktop.org, appstream integration and icon
- add command line interface
- automatically flip poster dimensions for maximum output size
- support pymupdf before version 1.14.5
2020-03-03 13:42:08 +00:00
0.2 (2020-03-03)
----------------
2020-06-09 22:46:11 +00:00
- Add complex layout strategy
2020-03-03 13:42:08 +00:00
2019-07-04 10:34:19 +00:00
0.1 (2019-07-04)
2019-06-30 23:39:09 +00:00
----------------
2020-06-09 22:46:11 +00:00
- Initial PyPI release