Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: py-pdf/pypdf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.12.2
Choose a base ref
...
head repository: py-pdf/pypdf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.13.0
Choose a head ref
  • 10 commits
  • 19 files changed
  • 3 contributors

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    c2a741e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    85ca63e View commit details
    Browse the repository at this point in the history
  2. DEV: Add body to created GitHub release (#1985)

    PR fixes that new GitHub releases were lacking a body, where this was due to the fact that we were not outputting `tag_body` to `$GITHUB_ENV` so that it wasn't available in follow-up steps. However, because the body is a multiline string, we've got to wrap it in special syntax to get it to work (see [docs](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#example-of-a-multiline-string) for example).
    
    See https://github.com/py-pdf/pypdf/actions/runs/5601580443/jobs/10245662760?pr=1985 as an example test run that shows it working in a test workflow.
    
    Closes #1971
    MasterOdin authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6df64af View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    8c1095a View commit details
    Browse the repository at this point in the history
  2. DEV: Use softprops/action-gh-release@v1 (#1991)

    Get rid of deprecation warnings
    MartinThoma authored Jul 23, 2023
    Configuration menu
    Copy the full SHA
    b0cf830 View commit details
    Browse the repository at this point in the history
  3. BUG: Cope with different ISO date length (#1999)

    Ensure compatibility with all optional date field formats as specified in the PDF  1.7 specification.
    
    closes #1972
    closes #1996
    pubpub-zz authored Jul 23, 2023
    Configuration menu
    Copy the full SHA
    965b98e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    524ddf9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcf997a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    271945b View commit details
    Browse the repository at this point in the history
  7. REL: 3.13.0

    New Features (ENH):
    -  Add is_open in outlines in PdfReader and PdfWriter (#1960)
    
    Bug Fixes (BUG):
    -  Search /DA in hierarchy fields (#2002)
    -  Cope with different ISO date length (#1999)
    -  Decode Black only/CMYK deviceN images (#1984)
    -  Process CMYK in deflate images (#1977)
    
    Developer Experience (DEV):
    -  Add mypy to pre-commit (#2001)
    -  Release automation (#1991, #1985)
    
    [Full Changelog](3.12.2...3.13.0)
    MartinThoma committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    74f8175 View commit details
    Browse the repository at this point in the history
Loading