|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 38 | ## mdBook 0.4.5
|
4 | 39 | [eaa6914...f66df09](https://github.com/rust-lang/mdBook/compare/eaa6914...f66df09)
|
5 | 40 |
|
|
0 commit comments