Skip to content

Commit 6016e12

Browse files
committed
Release 0.3.6.
1 parent 88684d8 commit 6016e12

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

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+
340
## mdBook 0.3.5
441
[6e0d0fa...efdb832](https://github.com/rust-lang/mdBook/compare/6e0d0fa...efdb832)
542

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
authors = [
55
"Mathieu David <[email protected]>",
66
"Michael-F-Bryan <[email protected]>",

0 commit comments

Comments
 (0)