Skip to content

Releases: typst/xmp-writer

0.3.3

Choose a tag to compare

@reknih reknih released this 21 Apr 09:05
  • Added capability for pdfuaid schema description using PdfAExtSchemasWriter::pdfua_id
  • Added capability to write pdfuaid:rev as defined in PDF/UA-2
  • Fix description of the xmpTPg namespace
  • Added CustomNamespace::new to allow users to write custom namespaces

0.3.2

Choose a tag to compare

@laurmaedje laurmaedje released this 02 Apr 08:26
  • Added XmpWriter::pdfa_rev

0.3.1

Choose a tag to compare

@laurmaedje laurmaedje released this 04 Feb 12:52
  • Added XmpWriter::{pdfua_part, pdfua_amd, pdfua_corr}
  • Added Namespace::PdfUAId

0.3.0

Choose a tag to compare

@reknih reknih released this 30 Sep 13:41
  • Namespace::Custom now accepts a struct (breaking change)
  • All PDF/A features are now behind the enabled-by-default pdfa feature flag
  • Added pdfaid:amd and pdfaid:corr properties
  • Added extension schema descriptions for PDF/A to describe all schemas and properties not covered by PDF/A Tech Note 0008
  • New Namespace::name method to retrieve human-readable namespace name

0.2.0

Choose a tag to compare

@reknih reknih released this 17 Oct 09:44
  • Changed DateTime::new arguments: timezone data is now passed in the new Timezone enum as the last argument instead as two i8 arguments. (Breaking change)
  • xmp-writer can now express the difference of a timestamp in UTC with anunknown local time (Z) and a GMT timestamp (+00:00).
  • Removed an explicit panic! in timestamp writing.
  • DateTime fields are now public.

0.1.0

Choose a tag to compare

@reknih reknih released this 23 Feb 13:18

This is the initial release of xmp-writer!