Skip to content

Releases: J-F-Liu/lopdf

v0.44.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 07:34
8c454dd

What's Changed

  • ci: actually exercise the no-default-features build by @zamf in #510
  • feat: make ttf-parser optional behind font_embedding feature by @Jeadie in #512
  • Fix(test): enable features/deps where needed by @ErikMach in #515
  • refactor(document): make Document::get_page_content return Vec by @ErikMach in #513
  • Add API to limit decompressed size to prevent decompression bombs by @emschwartz in #516
  • Fix Document::get_toc() dropping entries when outline titles repeat by @nikolas-chomsky in #517
  • fix(writer): reject incremental save of encrypted documents by @skoji in #521
  • feat(writer): support incremental save of encrypted documents by @skoji in #522
  • bump version to v0.44.0 by @skoji in #524

New Contributors

Full Changelog: v0.43.0...v0.44.0

v0.43.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 12:33
292f1c3

What's Changed

  • ci: fix wasm test failure from too many locals by @zamf in #507
  • feat(reader): report encryption status in PdfMetadata by @zamf in #506
  • ci: Auto Create GitHub Releases on tag push by @notpeter in #508
  • Update crypto APIs, fix Clippy lints, and improve benchmarks by @Sachin-Bhat in #504
  • Release 0.43.0 by @zamf in #509

New Contributors

Full Changelog: v0.42.0...v0.43.0

0.39.0

Choose a tag to compare

@williamdes williamdes released this 17 Jan 11:21

What's Changed

Improvements

Fixes

Thanks a lot to the new contributors:

0.38.0

Choose a tag to compare

@williamdes williamdes released this 17 Jan 11:16

See CHANGELOG.md for details.

Thanks a lot to the new contributors:

0.37.0

Choose a tag to compare

@williamdes williamdes released this 17 Jan 11:15

See CHANGELOG.md for details.

Thanks a lot to the new contributors:

0.36.0

Choose a tag to compare

@williamdes williamdes released this 17 Jan 11:15

See CHANGELOG.md for details.

0.35.0

Choose a tag to compare

@williamdes williamdes released this 15 Jan 10:09

See CHANGELOG.md for details.

Thanks a lot to the new contributors:

0.34.0

Choose a tag to compare

@J-F-Liu J-F-Liu released this 01 Sep 09:33

See CHANGELOG.md for details.
Thanks a lot for new contributors: @Heinenen, @dkaluza, @jrmuizel

0.20.0

Choose a tag to compare

@J-F-Liu J-F-Liu released this 07 Mar 14:40
  • Replace println with log macros
  • Use Rust 2018
  • Use pom 3.0

0.19.0

Choose a tag to compare

@J-F-Liu J-F-Liu released this 24 Oct 14:45
  • Allow xref section has zero entries, fixes #39
  • Dictionary key type changed to Vec<u8>, fixes #42
  • Move image dependency to embed_image feature