Skip to content

Commit

Permalink
Merge branch 'main' into extract_text_TJ
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma authored May 30, 2022
2 parents 991ac62 + 1d14a86 commit d2bb1a5
Showing 1 changed file with 45 additions and 28 deletions.
73 changes: 45 additions & 28 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ Breaking Changes(DEP):
Both are still in the git repository. The `Scripts` are now in
https://github.com/py-pdf/cpdf. `Sample_Code` was moved to the `docs`.

Version 1.28.4, 2022-05-29
--------------------------

Bug Fixes (BUG):
- XmpInformation._converter_date was unusable (#921)

Full Changelog: https://github.com/py-pdf/PyPDF2/compare/1.28.3...1.28.4

Version 1.28.3, 2022-05-28
--------------------------

Expand Down Expand Up @@ -436,6 +444,41 @@ Miscellaneous:

All changes: https://github.com/py-pdf/PyPDF2/compare/1.27.3...1.27.4

Version 1.27.3, 2022-04-10
--------------------------

- PKG: Make Tests not a subpackage (#728)
- BUG: Fix ASCII85Decode.decode assertion (#729)
- BUG: Error in Chinese character encoding (#463)
- BUG: Code duplication in Scripts/2-up.py
- ROBUST: Guard 'obj.writeToStream' with 'if obj is not None'
- ROBUST: Ignore a /Prev entry with the value 0 in the trailer
- MAINT: Remove Sample_Code (#726)
- TST: Close file handle in test_writer (#722)
- TST: Fix test_get_images (#730)
- DEV: Make tox use pytest and add more Python versions (#721)
- DOC: Many (#720, #723-725, #469)

All changes: https://github.com/py-pdf/PyPDF2/compare/1.27.2...1.27.3

Version 1.27.2, 2022-04-09
--------------------------

- Add Scripts (including `pdfcat`), Resources, Tests, and Sample_Code back to
PyPDF2. It was removed by accident in 1.27.0, but might get removed with 2.0.0
See https://github.com/py-pdf/PyPDF2/discussions/718 for discussion

All changes: https://github.com/py-pdf/PyPDF2/compare/1.27.1...1.27.2

Version 1.27.1, 2022-04-08
--------------------------

- Fixed project links on PyPI page after migration from mstamy2
to MartinThoma to the py-pdf organization on GitHub
- Documentation is now at https://pypdf2.readthedocs.io/en/latest/

All changes: https://github.com/py-pdf/PyPDF2/compare/1.27.0...1.27.1

Version 1.27.0, 2022-04-07
--------------------------

Expand Down Expand Up @@ -477,32 +520,6 @@ Miscellaneous:

You can see the full changelog at: https://github.com/py-pdf/PyPDF2/compare/1.26.0...1.27.0

Patch release 1.27.1, 2022-04-08

- Fixed project links on PyPI page after migration from mstamy2
to MartinThoma to the py-pdf organization on GitHub
- Documentation is now at https://pypdf2.readthedocs.io/en/latest/

Patch release 1.27.2, 2022-04-09

- Add Scripts (including `pdfcat`), Resources, Tests, and Sample_Code back to
PyPDF2. It was removed by accident in 1.27.0, but might get removed with 2.0.0
See https://github.com/py-pdf/PyPDF2/discussions/718 for discussion

Patch release 1.27.3, 2022-04-10

- PKG: Make Tests not a subpackage (#728)
- BUG: Fix ASCII85Decode.decode assertion (#729)
- BUG: Error in Chinese character encoding (#463)
- BUG: Code duplication in Scripts/2-up.py
- ROBUST: Guard 'obj.writeToStream' with 'if obj is not None'
- ROBUST: Ignore a /Prev entry with the value 0 in the trailer
- MAINT: Remove Sample_Code (#726)
- TST: Close file handle in test_writer (#722)
- TST: Fix test_get_images (#730)
- DEV: Make tox use pytest and add more Python versions (#721)
- DOC: Many (#720, #723-725, #469)

Version 1.26.0, 2016-05-18
--------------------------

Expand All @@ -529,8 +546,8 @@ Version 1.26.0, 2016-05-18
- Fix bug where reading an inline image would cut off prematurely
in certain cases (speedplane)


Patch 1.25.1, 2015-07-20
Version 1.25.1, 2015-07-20
--------------------------

- Fix bug when parsing inline images. Occurred when merging
certain pages with inline images
Expand Down

0 comments on commit d2bb1a5

Please sign in to comment.