Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.87 KB

CHANGELOG.rst

File metadata and controls

64 lines (46 loc) · 1.87 KB

Change log

Next version

  • Modernized the package. Switched to hatchling, ruff.
  • Added Python 3.11, Django 4.2.
  • Fixed a translation.

0.5 (2022-09-28)

  • Added DownloadBase.basename and DownloadBase.caption_or_basename properties.
  • Switched to a declarative setup.
  • Switched from Travis CI to GitHub actions.
  • Raised the minimum version requirements to Django 3.2, Python 3.8. Added Python 3.10, Django 4.0 and 4.1.
  • Started using pre-commit.

0.4 (2020-08-13)

  • Added Django checks verifying that the required binaries are installed and executable.
  • Removed the assumption that files are accesssible using local file paths.
  • Dropped compatibility with Python<3.6 and Django<2.2, verified compatibility with newer Python and Django versions.

0.3 (2019-12-19)

  • Extracted the preview JPEG generation into its own function.
  • Modified the preview generation to never upscale images and to apply a bounding box instead of specifying only the maximum width.
  • Changed the PDF preview generation to use pdftocairo from poppler-utils instead of convert from ImageMagick to avoid problems because of changes which were designed to limit PostScript vulnerabilities.

0.2 (2016-09-18)

  • Added an automatically managed file_size field to the plugin.
  • Formatted the code using black.
  • Added a minimal test suite.

0.1 (2016-10-06)

  • Initial release!