Skip to content

Latest commit

 

History

History
84 lines (57 loc) · 2.26 KB

CHANGES.rst

File metadata and controls

84 lines (57 loc) · 2.26 KB

pyxpdf changelog

0.2.3 (2020-08-31)

Bugs Fixed

0.2.2 (2020-07-03)

0.2.1 (2020-06-12)

Bugs Fixed

  • fix all direct memory leaks
  • Config: fix :any:`Config.text_encoding` setter, encodings with lowercase characters were not able to set.
  • fix weird bytes encoding problem in python debug builds

0.2.0 (2020-06-11)

  • Python 2.7 support dropped
  • 2 optional dependencies (Pillow, pyxpdf_data) introduced

New Features

Bugs Fixed

  • pdftotext: extracted text contains clipped text even when explictly discarding it.
  • Config: fix loading of external xdfrc with :any:`Config.load_file()`

0.1.1 (2020-05-10)

0.1 (2020-04-20)

Initial stable release.