Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.1.0 - 2024-01-23

Added

  • Introduced new element Rect (PR #30)

  • Introduced Ruff as linter and formatter (PRs #28, #29 and #31)

  • Added support for Python 3.10, 3.11 and 3.12 (PR #27)

Changed

  • Updated downstream library dependencies

  • Added flag --no_annotations to exclude annotation extraction from the catalog to speed up extraction (PR #15)

Removed

  • libpdf has dropped support for Python 3.6, which reached end-of-life on 2021-12-23; this also fixes the Pillow 8 security vulnerabilities

  • libpdf has dropped support for Python 3.7, which reached end-of-life on 2023-06-27 (PR #27)

Fixed

0.0.1 - 2020-06-30

Added

  • Initial version