Update to 0.4.13
This commit is contained in:
parent
f55028b61a
commit
3e91f9cd5d
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,5 +1,23 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## mdBook 0.4.13
|
||||||
|
[e6629cd...f55028b](https://github.com/rust-lang/mdBook/compare/e6629cd...f55028b)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added the ability to specify the preprocessor order.
|
||||||
|
[#1607](https://github.com/rust-lang/mdBook/pull/1607)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Include chapters with no headers in the search index
|
||||||
|
[#1637](https://github.com/rust-lang/mdBook/pull/1637)
|
||||||
|
- Switched to the `opener` crate for opening a web browser, which should fix
|
||||||
|
some issues with blocking.
|
||||||
|
[#1656](https://github.com/rust-lang/mdBook/pull/1656)
|
||||||
|
- Fixed clicking the border of the theme switcher breaking the theme selection.
|
||||||
|
[#1651](https://github.com/rust-lang/mdBook/pull/1651)
|
||||||
|
|
||||||
## mdBook 0.4.12
|
## mdBook 0.4.12
|
||||||
[14add9c...8b4e488](https://github.com/rust-lang/mdBook/compare/14add9c...8b4e488)
|
[14add9c...8b4e488](https://github.com/rust-lang/mdBook/compare/14add9c...8b4e488)
|
||||||
|
|
||||||
|
|
|
@ -839,7 +839,7 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mdbook"
|
name = "mdbook"
|
||||||
version = "0.4.12"
|
version = "0.4.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ammonia",
|
"ammonia",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mdbook"
|
name = "mdbook"
|
||||||
version = "0.4.12"
|
version = "0.4.13"
|
||||||
authors = [
|
authors = [
|
||||||
"Mathieu David <mathieudavid@mathieudavid.org>",
|
"Mathieu David <mathieudavid@mathieudavid.org>",
|
||||||
"Michael-F-Bryan <michaelfbryan@gmail.com>",
|
"Michael-F-Bryan <michaelfbryan@gmail.com>",
|
||||||
|
|
Loading…
Reference in New Issue