|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## mdBook 0.3.6 |
| 4 | +[efdb832...88684d8](https://github.com/rust-lang/mdBook/compare/efdb832...88684d8) |
| 5 | + |
| 6 | +### Added |
| 7 | +- `MDBook::execute_build_process` is now publicly accessible in the API so |
| 8 | + that plugins can more easily initiate the build process. |
| 9 | + [#1099](https://github.com/rust-lang/mdBook/pull/1099) |
| 10 | + |
| 11 | +### Changed |
| 12 | +- Use a different color for Ayu theme's highlighting for Rust attributes (uses |
| 13 | + a bright color instead of the comment color). |
| 14 | + [#1133](https://github.com/rust-lang/mdBook/pull/1133) |
| 15 | +- Adjusted spacing of sidebar entries. |
| 16 | + [#1137](https://github.com/rust-lang/mdBook/pull/1137) |
| 17 | +- Slightly adjusted line-height of `<p>`, `<ul>`, and `<ol>`. |
| 18 | + [#1136](https://github.com/rust-lang/mdBook/pull/1136) |
| 19 | +- Handlebars updated to 3.0. |
| 20 | + [#1130](https://github.com/rust-lang/mdBook/pull/1130) |
| 21 | + |
| 22 | +### Fixed |
| 23 | +- Fix an issue with sidebar scroll position on reload. |
| 24 | + [#1108](https://github.com/rust-lang/mdBook/pull/1108) |
| 25 | +- `mdbook serve` will retain the current scroll position when the page is reloaded. |
| 26 | + [#1097](https://github.com/rust-lang/mdBook/pull/1097) |
| 27 | +- Fixed the page name if the book didn't have a title to not be prefixed with ` - `. |
| 28 | + [#1145](https://github.com/rust-lang/mdBook/pull/1145) |
| 29 | +- HTML attributes `rel=next` and `rel=previous` are now supported in "wide" |
| 30 | + mode (previously they were only set in narrow mode). |
| 31 | + [#1150](https://github.com/rust-lang/mdBook/pull/1150) |
| 32 | +- Prevent recursive copies when the destination directory is contained in the |
| 33 | + source directory. |
| 34 | + [#1135](https://github.com/rust-lang/mdBook/pull/1135) |
| 35 | +- Adjusted the menu bar animation to not immediately obscure the top content. |
| 36 | + [#989](https://github.com/rust-lang/mdBook/pull/989) |
| 37 | +- Fix for comments in SUMMARY.md that appear between items. |
| 38 | + [#1167](https://github.com/rust-lang/mdBook/pull/1167) |
| 39 | + |
3 | 40 | ## mdBook 0.3.5
|
4 | 41 | [6e0d0fa...efdb832](https://github.com/rust-lang/mdBook/compare/6e0d0fa...efdb832)
|
5 | 42 |
|
|
0 commit comments