What's Changed
- Fix bug with incorrect 270deg matrix rotation by @IshDeshpa in #195
- Refactor
DestinationKindto align with MuPDF logic and fixDestination::encode_intoandDestinationKind::transformsbugs by @JustForFun88 in #193 - Bump mupdf submodule to 1.27.1 by @JustForFun88 in #197
- Fix bug in
PdfDocument::walk_outlines_insert: transform outline coordinates using inverse CTM by @JustForFun88 in #194 - Fix memory leak in
LinkIterby @JustForFun88 in #200 - Refactor
Matrix::invertto returnOptionby @JustForFun88 in #198 - Fix emscripten build error under rust 1.93.0 by @RomaricKc1 in #201
- Impliment pdf link parsing and updating by @JustForFun88 in #204
- Fix
PdfAnnotationsoundness by keeping parent page alive by @JustForFun88 in #206 - Tolerate unset FEATURE env var by @DavidVentura in #215
- Expose TextCharFlags in API by @DavidVentura in #214
- gate MuPDF build based on cargo features by @DavidVentura in #216
- Prevent OS flag from being autodetected by @ginnyTheCat in #220
- Expose contents and set_contents as methods in
PdfAnnotationby @Assad-AC in #221 - Add PDF annotation bounds support by @saisab29 in #210
New Contributors
- @IshDeshpa made their first contribution in #195
- @JustForFun88 made their first contribution in #193
- @RomaricKc1 made their first contribution in #201
- @DavidVentura made their first contribution in #215
- @Assad-AC made their first contribution in #221
- @saisab29 made their first contribution in #210
Full Changelog: v0.6.0...v0.7.0