From bb10baa25b94583b7202b062abe5c796c1dfe902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Karpel=C3=A8s?= Date: Thu, 14 May 2026 17:02:09 +0900 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e2415..de7747f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/OxideAV/oxideav-pdf/compare/v0.1.1...v0.1.2) - 2026-05-14 + +### Other + +- general annotations writer (ISO 32000-1 §12.5.6) +- AcroForm interactive-widget writer (ISO 32000-1 §12.7) +- PDF /Sig annotation writer (ISO 32000-1 §12.7.4.5 + §12.8.1 + RFC 5652 §5 + §5.4 + §11.2) +- reading-order layout pass over Tagged PDF StructTreeRoot (ISO 32000-1 §14.6 + §14.7 + §14.8) +- simple-font /Encoding /Differences resolver wired into text extraction (ISO 32000-1 §9.6.6.1 + §D.2 + AGL v2.0) +- linearization param dict + hierarchy validator + PDF/A signals +- annotations beyond Link (Text/FreeText/Stamp/markup/geometry/Widget) + XMP packet field extraction (DC/XMP/PDF/PDF-A) +- PDF outline (bookmarks) tree + Link annotations +- CMS KARI X448 ECDH (RFC 7748 §5 + RFC 8410 §3 + RFC 8418 §2.1+§2.2) +- JPEG passthrough on /DCTDecode Image XObjects (ISO 32000-1 §7.4.8 + §8.9) +- PDF text extraction (ISO 32000-1 §9 + §9.10) +- PDF /Sig annotation reader (ISO 32000-1 §12.7.4.5 + §12.8.1) + ### Added - Round 32: **General annotations writer** (ISO 32000-1 §12.5.6). diff --git a/Cargo.toml b/Cargo.toml index 10b32ac..dfbe3aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxideav-pdf" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.80" license = "MIT"