Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1012 Bytes

CHANGELOG.md

File metadata and controls

46 lines (30 loc) · 1012 Bytes

Changelog

All notable changes to the newpax since the first release 0.5, 2021-02-23 will be documented in this file.

The format is based on Keep a Changelog, this project uses date-based 'snapshot' version identifiers.

[Unreleased]

Fixed

  • URI values given as indirect object (issue #18)

[2022-09-11]

Fixed

  • error if CreationDate not found, issue #15
  • error if there no info dictionary at all, issue #17
  • fixed error if F in GoToR is an indirect object

[2022-06-27]

Fixed

  • add a missing test, issue #10
  • handle escaped parentheses in url's, issue #9
  • handle filespec dictionaries
  • GotoR annotations if filespec is a simple file name

[2021-03-07]

Added

Changed

  • Adapted \pdfannot_box: to changes in pdfmanagement.

Removed

Fixed

  • allow # and % in url: issue #3
  • better error message if pdf is not found by luascript issue #1
  • some documentation clarifications

[2021-02-23]

First release