Skip to content

Releases: algoo/preview-generator

Version 0.29

21 Apr 12:24
Compare
Choose a tag to compare

⚠️ Support for python<3.6 is deprecated.

Misc

  • Remove pillow and imconvert builders
  • Drop support for python3.6
  • Document issue with old version of libreoffice for spreadsheet #296
  • Enhanced the test cases for xcf files

Fixed issues

  • fix aspec ratio issue: #293

Version 0.28

24 Nov 13:30
Compare
Choose a tag to compare

⚠️ This release introduce many changes with two of the basic builders changed (image, pdf) and a new one added (raw).

Features

  • new Image builder based on Wand (which by the way deprecates Pillow and Imagemagick command line builders): #253
  • WebP image format support added to the new Wand builder: #273
  • new PDF builder based on poppler-utils (which replace old PDF builder): #192
  • new RAW image builder using rawpy: #249

Version 0.26

16 Nov 09:36
Compare
Choose a tag to compare
  • better handling of office format: less mimetype issue case.
  • better exception error
  • add doc about how to workaround mimetype issues.

Version 0.25

19 Oct 11:26
Compare
Choose a tag to compare
  • fix: inkscape is optional

Version 0.24

18 Oct 14:51
Compare
Choose a tag to compare
  • fix: add compatibility with inkscape version 1

Version 0.23

18 Oct 14:50
Compare
Choose a tag to compare
  • feat: add experimental gtlf support
  • fix: repair use of separate extension in pivoted preview

Version 0.22

23 Jun 11:22
Compare
Choose a tag to compare
  • Make most dependencies optionals
  • minors fix (better doc, improved pre-commit,...)

Version 0.21

22 Jun 13:15
Compare
Choose a tag to compare

solve #235.

  • Deprecated wand builder by default. It's still possible to load it manually.
  • Don't use wand builder instead of imagemagick builder, solve regression introduced in 0.17.

0.2.3

20 Feb 23:55
Compare
Choose a tag to compare

Fixes black background on JPEG preview when input has a transparent background