warning: | Support for python<3.6 is deprecated. |
---|
- 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
- fix aspec ratio issue: #293
warning: | This release introduce many changes with two of the basic builders changed (image, pdf) and a new one added (raw). |
---|
- 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
- Repair loading builders without pytest and make code more explicit/safe about such issue: 47517e5dd2b153f3d541fa95f7e0121a3540a041
- enforce office mimetypes supported by LibreOffice to avoid unknown mimetype issues related to system specific configuration: #283
- fix issue with inkscape builder as required: #263
- add compatibility with inkscape v1: #263
- experimental GLTF format support (3d) in vtk builder: cc69ad08ef67517b04afe62d6ed58b2eb00ce9b8
- builders have now a weight permitting to know which builder will be used in case of conflict: #237
- many builders dependencies are now optional: #235
- many builders dependencies are now optionals: #235
- remove the wand builder from default builders: #235
- properly kill LibreOffice if the timeout is reached: #231
- add Python 3.9 support: #227
- fix PDF support with the new pivot code: #224
- improve performance by using pivot in the manager: #222
- properly terminate libreoffice processes when an exception is caught
- set a default timeout for the libreoffice processes used during some previews. This default timeout can be changed via an environment variable, please see the "Office/Text Document" section in the README.rst file.