Skip to content

Latest commit

 

History

History
85 lines (39 loc) · 3.58 KB

CHANGELOG.md

File metadata and controls

85 lines (39 loc) · 3.58 KB

3.0.0 (2023-11-02)

  • feat!: Update action to node v20 (90691f4)

BREAKING CHANGES

  • The action will still work as before, but the move from Node v16 to v20 is considered as breaking.

2.2.2 (2023-09-11)

Bug Fixes

  • Prevent that executable is downloaded for incorrect architecture (e054ff2)

2.2.1 (2023-04-24)

Bug Fixes

  • admonish: Switch from gnu to musl binary to fix GLIBC version error (f0f75f3)

2.2.0 (2023-02-08)

Features

  • plugin: Add support for the katex plugin (7af14ca), closes #301

2.1.0 (2023-01-11)

Bug Fixes

  • OpenGh: Use musl binary to remove glibc dependency (95967b2)
  • toc: Use musl binary to remove glibc dependency (c807e4f)

Features

  • plugin: Setup optional the admonish mdbook plugin (5918865), closes #300

2.0.0 (2022-12-07)

  • feat!: Update action to node v16 (cde4bfc), closes #285

BREAKING CHANGES

  • Dropping support for node v12.

1.1.0 (2021-09-14)

Features

  • Add mdbook-mermaid preprocessor to supported action plugins (1fc3b66)
  • Add support of mdbook-open-on-gh plugin (d538a3e)
  • Add support of mdbook-toc plugin (6121751)
  • Enable toc and open-on-gh plugins (c316e6c)

1.0.2 (2021-09-08)

Bug Fixes

  • Fix failing linkchecker if last release doesn't have a valid binary (e1421b3)

1.0.1 (2021-08-29)

Bug Fixes

  • Fix failing build due to missing catch type (0f795bc)

1.0.0 (2021-06-23)

Features