+34
-3
lines changedFilter options
+34
-3
lines changed Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
1
1
# Changelog
2
2
3
+
## mdBook 0.4.44
4
+
[v0.4.43...v0.4.44](https://github.com/rust-lang/mdBook/compare/v0.4.43...v0.4.44)
5
+
6
+
### Added
7
+
8
+
- Added pre-built aarch64-apple-darwin binaries to the releases.
9
+
[#2500](https://github.com/rust-lang/mdBook/pull/2500)
10
+
- `mdbook clean` now shows a summary of what it did.
11
+
[#2458](https://github.com/rust-lang/mdBook/pull/2458)
12
+
- Added the `output.html.search.chapter` config setting to disable search indexing of individual chapters.
13
+
[#2533](https://github.com/rust-lang/mdBook/pull/2533)
14
+
15
+
### Fixed
16
+
17
+
- Fixed auto-scrolling the side-bar when loading a page with a `#` fragment URL.
18
+
[#2517](https://github.com/rust-lang/mdBook/pull/2517)
19
+
- Fixed display of sidebar when javascript is disabled.
20
+
[#2529](https://github.com/rust-lang/mdBook/pull/2529)
21
+
- Fixed the sidebar visibility getting out of sync with the button.
22
+
[#2532](https://github.com/rust-lang/mdBook/pull/2532)
23
+
24
+
### Changed
25
+
26
+
- ❗ Rust code block hidden lines now follow the same logic as rustdoc. This requires a space after the `#` symbol.
27
+
[#2530](https://github.com/rust-lang/mdBook/pull/2530)
28
+
- ❗ Updated the Linux pre-built binaries which requires a newer version of glibc (2.34).
29
+
[#2523](https://github.com/rust-lang/mdBook/pull/2523)
30
+
- Updated dependencies
31
+
[#2538](https://github.com/rust-lang/mdBook/pull/2538)
32
+
[#2539](https://github.com/rust-lang/mdBook/pull/2539)
33
+
3
34
## mdBook 0.4.43
4
35
[v0.4.42...v0.4.43](https://github.com/rust-lang/mdBook/compare/v0.4.42...v0.4.43)
5
36
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ members = [".", "examples/remove-emphasis/mdbook-remove-emphasis"]
3
3
4
4
[package]
5
5
name = "mdbook"
6
-
version = "0.4.43"
6
+
version = "0.4.44"
7
7
authors = [
8
8
"Mathieu David <mathieudavid@mathieudavid.org>",
9
9
"Michael-F-Bryan <michaelfbryan@gmail.com>",
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ A simple approach would be to use the popular `curl` CLI tool to download the ex
21
21
22
22
```sh
23
23
mkdir bin
24
-
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.43/mdbook-v0.4.43-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
24
+
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.44/mdbook-v0.4.44-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
25
25
bin/mdbook build
26
26
```
27
27
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4