Skip to content

Commit 3966498

Browse files
authored
Merge pull request #2012 from ehuss/bump-version
Update to 0.4.26
2 parents 2c710d3 + ab1e969 commit 3966498

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## mdBook 0.4.26
4+
[v0.4.25...v0.4.26](https://github.com/rust-lang/mdBook/compare/v0.4.25...v0.4.26)
5+
6+
### Changed
7+
- Removed custom scrollbars for webkit browsers
8+
[#1961](https://github.com/rust-lang/mdBook/pull/1961)
9+
- Updated some dependencies
10+
[#1998](https://github.com/rust-lang/mdBook/pull/1998)
11+
[#2009](https://github.com/rust-lang/mdBook/pull/2009)
12+
[#2011](https://github.com/rust-lang/mdBook/pull/2011)
13+
- Fonts are now part of the theme.
14+
The `output.html.copy-fonts` option has been deprecated.
15+
To define custom fonts, be sure to define `theme/fonts.css`.
16+
[#1987](https://github.com/rust-lang/mdBook/pull/1987)
17+
18+
### Fixed
19+
- Fixed overflow viewport issue with mobile Safari
20+
[#1994](https://github.com/rust-lang/mdBook/pull/1994)
21+
322
## mdBook 0.4.25
423
[e14d381...1ba74a3](https://github.com/rust-lang/mdBook/compare/e14d381...1ba74a3)
524

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.25"
3+
version = "0.4.26"
44
authors = [
55
"Mathieu David <mathieudavid@mathieudavid.org>",
66
"Michael-F-Bryan <michaelfbryan@gmail.com>",

guide/src/continuous-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A simple approach would be to use the popular `curl` CLI tool to download the ex
2121

2222
```sh
2323
mkdir bin
24-
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.25/mdbook-v0.4.25-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
24+
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.26/mdbook-v0.4.26-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
2525
bin/mdbook build
2626
```
2727

0 commit comments

Comments
 (0)