Skip to content

Releases: tommilligan/mdbook-admonish

v1.11.1

09 Sep 22:51
771e9c9
Compare
Choose a tag to compare

1.11.1

Fixed

  • Reverted internal dependency upgrades that unintentionally increased MSRV from 1.66.0 in 1.11.0

v1.11.0

09 Sep 08:14
041e5a5
Compare
Choose a tag to compare

1.11.0

Changed

  • gnu prebuilt binaries are now built on ubuntu-20.04 to match mdbook binaries. Thanks to @eitsupi for the fix! (#118)

Added

  • aarch64-unknown-linux-musl prebuilt binary now available (#119)

v1.10.2

07 Aug 18:05
7e774f4
Compare
Choose a tag to compare

1.10.2

Fixed

  • Fixed cargo install mdbook-admonish failing due to an internal dependency mismatch with mdbook (#115)

v1.10.1

28 Jul 17:59
a6a2941
Compare
Choose a tag to compare

1.10.1

Fixed

  • Only restyle summary elements generated by mdbook-admonish. Thanks to @ImUrX for the report and fix! (#112)

v1.10.0

23 Jul 18:59
e55df3e
Compare
Choose a tag to compare

1.10.0

Changed

  • MSRV (minimum supported rust version) is now 1.66.0 for mdbook v0.4.32 (#109)

Added

  • Support mdbook test running doctests inside admonish blocks. Opt-in to this by setting renderer.test.action_mode = "strip" (#109)
  • Log a warning when an invalid admonish block is encountered (#109)

Fixed

  • Document all book.toml configuration options in the reference, some of which were previously undocumened (#109)

v1.9.0

23 Apr 13:36
d97747d
Compare
Choose a tag to compare

Changed

  • Styles updated to ^2.0.1. Run mdbook-admonish install to update.
  • MSRV (minimum supported rust version) is now 1.64.0 for clap v4 (#79)
  • More verbose error messages for invalid TOML configurations (#79)

Added

  • User can set book-wide default for title and collapsible properties (#84), thanks to @ShaunSHamilton

Fixed

  • Custom installation and CSS directories are now normalized (#49)
  • Fix title bars with no text rendering badly (#83), thanks to @ShaunSHamilton
  • Better error message display on crash (#48)
  • Better support for commonmark code fence syntax (#88, #89)

v1.8.0

23 Oct 14:29
Compare
Choose a tag to compare

Changed

  • MSRV (minimum supported rust version) is now 1.60.0 for clap v4

v1.7.0

11 Jun 09:35
Compare
Choose a tag to compare

Changed

  • Required styles version is now ^2.0.0 (release 1.7.0). Run mdbook-admonish install to update.

Added

  • Support key/value configuration (#24, thanks @gggto and @schungx for design input)
  • Support collapsiable admonition bodies (#26, thanks @gggto for the suggestion and implementation!)
  • Make anchor links hoverable (#27)
  • Better handling for misconfigured admonitions (#25)
    • Nicer in-book error messages
    • Option to fail the build instead

v1.6.0

28 Apr 19:16
Compare
Choose a tag to compare

Please note: If updating from an older version, this release requires mdboook-admonish install to be rerun after installation.

This behaviour is documented in the readme here, and may appear in any future minor version release.

Changed

  • Required styles version is now ^1.0.0 (release 1.6.0). Run mdbook-admonish install to update.

Added

  • Enforce updating installed styles when required for new features (#19
  • Each admonition has a unique id. Click the header bar to navigate to the anchor link (#19, thanks @schungx for the suggestion)

v1.5.0

25 Apr 20:33
Compare
Choose a tag to compare

Added

  • Admonitions now have an autogenerated id, to support anchor links (#16, thanks @schungx for the suggestion)