summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pdfmanagement-testphase/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/pdfmanagement-testphase/CHANGELOG.md')
-rw-r--r--macros/latex/contrib/pdfmanagement-testphase/CHANGELOG.md35
1 files changed, 31 insertions, 4 deletions
diff --git a/macros/latex/contrib/pdfmanagement-testphase/CHANGELOG.md b/macros/latex/contrib/pdfmanagement-testphase/CHANGELOG.md
index d114f50eed..9d7e75843d 100644
--- a/macros/latex/contrib/pdfmanagement-testphase/CHANGELOG.md
+++ b/macros/latex/contrib/pdfmanagement-testphase/CHANGELOG.md
@@ -5,14 +5,41 @@ first release 0.95a, 2021-02-23 will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
this project uses date-based 'snapshot' version identifiers.
-## [2021-05-14
+## [2021-06-14]
+### Added
+ - l3pdffile: \pdffile_filespec:nnn to create a filespec dictionary
+ - l3pdffield: sortkey and code for calculate actions
+ - l3pdffield-radiobutton, a module for radiobuttons
+ - l3pdffield-pushbutton, a module for pushbuttons
+ - l3pdffield-choice, a module for choice fields
+ - l3pdffield-action, a module for reset/submit/import actions
+ - l3pdffield: \pdffield_annot_ref_last:, needed for tagging in OBJR object.
+ - \pdffile_filespec:nnn to create a filespec dictionary
+ - l3pdfmeta, ltdocinit: support for pdf A-2u and A-3u
+ - l3pdffield: tagging support for form fields
+
+### Fixed
+ - l3pdftools: utf8/URI didn't handle "?"
+ - l3pdffield: encoding of value in l3pdffield-textfield
+ - l3pdffield: encoding of value of TM and TU key
+ - utf8/URI in l3pdftools didn't handle ?
+ - option handling of pdflscape-ltx
+ - distiller failed due to empty /PAGES
+ - small bugs in the hyperref driver
+
+### Changed
+ - l3pdffield: handling of ECMAscript in /AA keys
+ - no longer force unicode in the generic hyperref driver as
+ it is the default where sensible anyway and clashes with platex.
+
+## [2021-05-14]
### Fixed
- xcolor patch for [ps] type used in pstricks
- value of citecolor wasn't expanded (errored with tcolorbox)
- \url, \href, \hrefurl, \hrefrun and \hrefpdf leaves now vmode
- - handling of pdfauthor, pdftitle and pdfsubject in hyperxmp patch
-
-### Changes
+ - handling of pdfauthor, pdftitle and pdfsubject in hyperxmp patch
+
+### Changed
- the module for formfield and checkboxes has been in part rewritten to
better fit to the new module for textfield.
Keys and documentation has been extended.