Skip to content

Commit 9a9eb01

Browse files
authored
Merge pull request #1447 from ehuss/bump-version
Update to 0.4.6.
2 parents 1a0c296 + 257374d commit 9a9eb01

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## mdBook 0.4.6
4+
[eaa6914...1a0c296](https://github.com/rust-lang/mdBook/compare/eaa6914...1a0c296)
5+
6+
### Changed
7+
- The chapter name is now included in the search breadcrumbs.
8+
[#1389](https://github.com/rust-lang/mdBook/pull/1389)
9+
- Pressing Escape will remove the `?highlight` argument from the URL.
10+
[#1427](https://github.com/rust-lang/mdBook/pull/1427)
11+
- `mdbook init --theme` will now place the theme in the root of the book
12+
directory instead of in the `src` directory.
13+
[#1432](https://github.com/rust-lang/mdBook/pull/1432)
14+
- A custom renderer that sets the `command` to a relative path now interprets
15+
the relative path relative to the book root. Previously it was inconsistent
16+
based on the platform (either relative to the current directory, or relative
17+
to the renderer output directory). Paths relative to the output directory
18+
are still supported with a deprecation warning.
19+
[#1418](https://github.com/rust-lang/mdBook/pull/1418)
20+
- The `theme` directory in the config is now interpreted as relative to the
21+
book root, instead of the current directory.
22+
[#1405](https://github.com/rust-lang/mdBook/pull/1405)
23+
- Handle UTF-8 BOM for chapter sources.
24+
[#1285](https://github.com/rust-lang/mdBook/pull/1285)
25+
- Removed extra whitespace added to `{{#playground}}` snippets.
26+
[#1375](https://github.com/rust-lang/mdBook/pull/1375)
27+
28+
### Fixed
29+
- Clicking on a search result with multiple search words will now correctly
30+
highlight all of the words.
31+
[#1426](https://github.com/rust-lang/mdBook/pull/1426)
32+
- Properly handle `<` and `>` characters in the table of contents.
33+
[#1376](https://github.com/rust-lang/mdBook/pull/1376)
34+
- Fixed to properly serialize the `build` table in the config, which prevented
35+
setting it in the API.
36+
[#1378](https://github.com/rust-lang/mdBook/pull/1378)
37+
338
## mdBook 0.4.5
439
[eaa6914...f66df09](https://github.com/rust-lang/mdBook/compare/eaa6914...f66df09)
540

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
authors = [
55
"Mathieu David <[email protected]>",
66
"Michael-F-Bryan <[email protected]>",

0 commit comments

Comments
 (0)