Skip to content

Releases: vlmantova/bookml-action

v1.2.7

17 Jan 21:22

Choose a tag to compare

Minor changes:

  • links to files in the workflow summary now open in a new tab, ensuring they scroll to the line that generated the message (if known)
  • references to /auxdir/ link to the aux-directory artifact

v1.2.6

26 Nov 12:02

Choose a tag to compare

Major changes:

  • capture and report multiline TeX error messages
  • clarify that the outputs are also in the aux directory

v1.2.5

05 Nov 17:07

Choose a tag to compare

Minor change: improve header of summary and release notes.

v1.2.4

18 Oct 16:29

Choose a tag to compare

Major change: much improved readability of error messages, with working links to the cause of the error when using the BookML Docker image v0.21.0 or later.

v1.2.3

03 Oct 17:32

Choose a tag to compare

Major change: replace output messages in release with link to equivalent GitHub page.

v1.2.2

03 Oct 17:31

Choose a tag to compare

Bugfix: truncate messages correctly to stay below 125000 character limit.

v1.0

20 Jan 20:08

Choose a tag to compare

First release.

v1.2.1

01 Oct 12:48

Choose a tag to compare

Bugfixes:

  • respect value of inputs.checkout

v1.2.0

23 Sep 16:26

Choose a tag to compare

Changes:

  • The release text includes direct links to each download and a link to the workflow run page on GitHub.
  • Error messages are highlighted in red in the workflow run page and are included prominently in the release text.
  • The workflow summary includes an abridged version of the release text.
  • Breaking change: custom values of AUX_DIR are ignored. This action sets its own value of AUX_DIR in order to compile the files in a temporary folder outside of the workspace.
  • Breaking change: the aux directory is now uploaded as job artifact rather than being attached to the release. This is essentially equivalent to the previous behaviour, except that artifacts normally expire after 90 days.

v1.0.1

07 Feb 21:45

Choose a tag to compare

Changelog:

  • truncate output messages to 120k characters