Add a changelog
This commit is contained in:
parent
2001e01ffa
commit
f816a0153f
67
CHANGELOG.md
Normal file
67
CHANGELOG.md
Normal file
|
@ -0,0 +1,67 @@
|
||||||
|
# v0.6.2 (2021-04-06)
|
||||||
|
|
||||||
|
[Full changelog](https://github.com/badboy/mdbook-toc/compare/0.6.1...0.6.2)
|
||||||
|
|
||||||
|
* Don't write the TOC if no marker was found
|
||||||
|
|
||||||
|
# v0.6.1 (2021-01-06)
|
||||||
|
|
||||||
|
[Full changelog](https://github.com/badboy/mdbook-toc/compare/0.6.0...0.6.1)
|
||||||
|
|
||||||
|
* Fix Windows release asset
|
||||||
|
|
||||||
|
# v0.6.0 (2021-01-06)
|
||||||
|
|
||||||
|
[Full changelog](https://github.com/badboy/mdbook-toc/compare/0.5.1...0.6.0)
|
||||||
|
|
||||||
|
* 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](https://github.com/badboy/mdbook-toc/compare/0.5.0...0.5.1)
|
||||||
|
|
||||||
|
* Avoid broken compilation in CI
|
||||||
|
|
||||||
|
# v0.5.0 (2020-09-28)
|
||||||
|
|
||||||
|
[Full changelog](https://github.com/badboy/mdbook-toc/compare/0.4.3...0.5.0)
|
||||||
|
|
||||||
|
* Upgrade dependencies, including mdbook itself to 0.4.3
|
||||||
|
|
||||||
|
# v0.4.3 (2020-06-24)
|
||||||
|
|
||||||
|
[Full changelog](https://github.com/badboy/mdbook-toc/compare/0.4.2...0.4.3)
|
||||||
|
|
||||||
|
* Start normalizing the levels based on the first header's level
|
||||||
|
|
||||||
|
# v0.4.2 (2020-06-05)
|
||||||
|
|
||||||
|
[Full changelog](https://github.com/badboy/mdbook-toc/compare/0.4.1...0.4.2)
|
||||||
|
|
||||||
|
* Try to fix indentation levels when header levels have holes
|
||||||
|
|
||||||
|
# v0.4.1 (2020-05-18)
|
||||||
|
|
||||||
|
[Full changelog](https://github.com/badboy/mdbook-toc/compare/0.4.0...0.4.1)
|
||||||
|
|
||||||
|
* Bug fix: newlines around code blocks were fixed upstream
|
||||||
|
|
||||||
|
# v0.4.0 (2020-05-06)
|
||||||
|
|
||||||
|
[Full changelog](https://github.com/badboy/mdbook-toc/compare/0.3.0...0.4.0)
|
||||||
|
|
||||||
|
* Combine multiple elements inside a single header
|
||||||
|
|
||||||
|
# v0.3.0 (2020-04-22)
|
||||||
|
|
||||||
|
[Full changelog](https://github.com/badboy/mdbook-toc/compare/0.2.4...0.3.0)
|
||||||
|
|
||||||
|
* Upgrade dependencies to fix nested HTML/markdown
|
||||||
|
|
||||||
|
# v0.2.4 (2020-04-08)
|
||||||
|
|
||||||
|
[Full changelog](https://github.com/badboy/mdbook-toc/compare/0.2.3...0.2.4)
|
||||||
|
|
||||||
|
* Enable the same markdown extensions as mdbook
|
Loading…
Reference in a new issue