Skip to content

Releases: J-F-Liu/lopdf

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

0.18.0

Choose a tag to compare

@J-F-Liu J-F-Liu released this 05 Oct 11:25
  • Insert image on page.
  • Able to read stream when it's length is in object stream.