Skip to content

4.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 04:07
· 386 commits to main since this release

Changes (Release 4.4.0)

Summary (pypdfium2)

pypdfium2 commit log

Commits between 4.3.0 and 4.4.0 (latest commit first):

  • 4018c9c [autorelease] update changelog and version file
  • ae7d739 bitmap: slightly improve docs
  • 4bbae67 pageobjects: remove ridiculous if expression
  • b5a97fc setup/pkg_base: add dev note
  • 15c5562 bases: add task
  • 7019e67 add note on musl task
  • 0a158b5 [ws only] reformat packaging_base header
  • 6df39f1 Slightly polish setup.py
  • c519024 document: add task
  • 71a0a63 Add reference bindings (closes #192) (#196)
  • 7bb3549 Transfer ownership of ctypesgen fork (closes #194)
  • e285802 MANIFEST.in: add missing word in comment
PDFium commit log

Commits between 5664 and 5677 (latest commit first):

  • aae3f4452 Simplify pitch calculation in CFX_DIBitmap::CalculatePitchAndSize()
  • a59704451 Add a pixel test for axial shading
  • 7bfe65fa5 Add RemoveTextObjectWithTwoPagesSharingContentStreamAndResources test
  • 22614014f Clamp rectangle values in FindTextlineFlowOrientation
  • ab00c1bc9 Use SkPackARGB32NoCheck() instead of SkPackARGB32()
  • a066864b6 Remove unnecessary Clear(0) from CPDF_RenderStatus
  • 3f80d9332 Make SkBitmap immutable before asImage()
  • 9286281aa [Skia] Support pre-multiplied MultiplyAlpha()
  • 168d065ea Clarify what CPDF_PageObject is
  • ef71e9ae3 Do more checks in a FPDFPage_RemoveObject() test
  • 2dee06f04 Remove a toolchain workaround in FPDF_NewFormObjectFromXObject()
  • b4357750c [Skia] Add methods to force pre-multiplied state
  • d914c5fe1 Avoid overloading CPDF_StreamContentParser::AddImage()
  • 22d7c0733 Do less work in CPDF_PageContentGenerator when there are no streams
  • 15b1203da Use NOTREACHED_NORETURN() in fpdfsdk
  • 99dbaf4f6 Implement NOTREACHED_NORETURN()
  • d75dded3f Sync third_party/base/immediate_crash.h with Chromium copy
  • 8bc8377e8 Add MultiplyAlpha() API to CFX_RenderDevice
  • 867f7e996 Roll Catapult from 6234cc4e018d to c9f4f650cdee (57 revisions)
  • 5e426ab5c Roll Code Coverage from 67720beda1c7 to b0f9daa5b3f5 (3 revisions)
  • 45d010567 Add pixel test for transparency group compositing