1
Fork 0
mdbook-toc/CHANGELOG.md
2021-07-06 14:41:08 +02:00

2.2 KiB

v0.7.0 (2021-07-06)

Full changelog

  • Bump pulldown dependency to fix issue with table rendering

v0.6.4 (2021-06-11)

Full changelog

  • Bump to mdbook v0.4.10

v0.6.3 (2021-04-21)

Full changelog

  • Bugfix: Use slug (normalied header) to decide whether to use a different link anchor

v0.6.2 (2021-04-06)

Full changelog

  • Don't write the TOC if no marker was found

v0.6.1 (2021-01-06)

Full changelog

  • Fix Windows release asset

v0.6.0 (2021-01-06)

Full changelog

  • Generate unique slugs for identically named headers
  • Allow custom ToC markers through configuration
  • Make maximum header level configurable

v0.5.1 (2020-09-28)

Full changelog

  • Avoid broken compilation in CI

v0.5.0 (2020-09-28)

Full changelog

  • Upgrade dependencies, including mdbook itself to 0.4.3

v0.4.3 (2020-06-24)

Full changelog

  • Start normalizing the levels based on the first header's level

v0.4.2 (2020-06-05)

Full changelog

  • Try to fix indentation levels when header levels have holes

v0.4.1 (2020-05-18)

Full changelog

  • Bug fix: newlines around code blocks were fixed upstream

v0.4.0 (2020-05-06)

Full changelog

  • Combine multiple elements inside a single header

v0.3.0 (2020-04-22)

Full changelog

  • Upgrade dependencies to fix nested HTML/markdown

v0.2.4 (2020-04-08)

Full changelog

  • Enable the same markdown extensions as mdbook