3213 Commits

Author SHA1 Message Date
Eric Huss
4f8c946097 Merge pull request #3164 from rust-lang/renovate/cargo-semver-checks-0.x
Update cargo-semver-checks to v0.49.0
2026-07-20 19:51:13 +00:00
renovate[bot]
5f69a40700 Update cargo-semver-checks to v0.49.0 2026-07-18 20:31:27 +00:00
Eric Huss
69287f2682 Merge pull request #3156 from ehuss/publish-crates-io-if-unpublished
Change crates.io publish to be re-runnable
2026-07-06 16:35:28 +00:00
Eric Huss
c0d479f021 Change crates.io publish to be re-runnable
This changes the crates.io publish so that it is re-runnable in case
there is a problem with the publish. This means it cannot use
`--workspace`, and needs to check if something is already published.

This isn't ideal, but there aren't many other choices here.
2026-07-06 09:28:52 -07:00
Eric Huss
2ea30c00f0 Merge pull request #3155 from ehuss/bump-version
Bump version to 0.5.4
v0.5.4
2026-07-06 14:48:53 +00:00
Eric Huss
a08ba2bbf5 Bump version to 0.5.4 2026-07-06 07:39:36 -07:00
Eric Huss
0e5ddf6cce Merge pull request #3154 from ehuss/ci-version-string
Show the correct version in CI install docs
2026-07-06 14:38:54 +00:00
Eric Huss
f4ddbff24a Show the correct version in CI install docs
This fixes the version shown in the CI install docs when installing from
source by using the preprocessor similar to the prebuilt install docs.
2026-07-06 07:32:07 -07:00
Eric Huss
8b53f1b1bb Merge pull request #3127 from GuillaumeGomez/zoom-in
Add zoomable images feature
2026-07-03 14:59:00 +00:00
Guillaume Gomez
beab2fa604 Mention zoom-in feature in mdbook guide 2026-07-02 23:09:37 +02:00
Guillaume Gomez
588066c3d6 Make the "zoom in" feature work with keyboard and simplify DOM 2026-07-02 23:09:37 +02:00
Guillaume Gomez
f526b18d6a Only enable "zoom-in" feature on images not inside links 2026-07-02 23:01:17 +02:00
Guillaume Gomez
73d6edfcaf Add possibility to "zoom out" using the escape key 2026-07-02 23:01:17 +02:00
Guillaume Gomez
6a7ef4d1c3 Add regression test for the "zoom-in" feature 2026-07-02 23:01:16 +02:00
Guillaume Gomez
9de27556e4 Add title attribute on images 2026-07-02 22:58:13 +02:00
Guillaume Gomez
71fb5a8d4a Add "zoom-in" feature on images 2026-07-02 22:58:13 +02:00
Eric Huss
3ec0546d8b Merge pull request #3149 from rust-lang/update-dependencies
Update cargo dependencies
2026-07-02 00:29:56 +00:00
Eric Huss
d9fb095f65 Update test for search::search_index_hasnt_changed_accidentally
The update of handlebars to [6.4.2](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md#642---2026-06-24)
changed serde_json to preserve the order.
2026-07-01 17:24:04 -07:00
Eric Huss
5d4eff4ea4 Merge pull request #3152 from rust-lang/renovate/tower-http-0.x
Update Rust crate tower-http to 0.7.0
2026-07-01 01:31:35 +00:00
Eric Huss
47c6af8d2b Merge pull request #3151 from rust-lang/renovate/rust-lang-crates-io-auth-action-1.x
Update rust-lang/crates-io-auth-action action to v1.0.5
2026-07-01 01:28:37 +00:00
Eric Huss
de4f163147 Merge pull request #3153 from rust-lang/renovate/actions-checkout-7.x
Update actions/checkout action to v7
2026-07-01 01:28:09 +00:00
renovate[bot]
084586677c Update actions/checkout action to v7 2026-07-01 01:09:33 +00:00
renovate[bot]
1ac820e6d2 Update Rust crate tower-http to 0.7.0 2026-07-01 01:09:27 +00:00
renovate[bot]
7e419f22a6 Update rust-lang/crates-io-auth-action action to v1.0.5 2026-07-01 01:08:31 +00:00
github-actions[bot]
d4311fe9a1 Update cargo dependencies
```
name          old req compatible latest  new req
====          ======= ========== ======  =======
anyhow        1.0.102 1.0.103    1.0.103 1.0.103
clap_complete 4.6.5   4.6.6      4.6.6   4.6.6
handlebars    6.4.1   6.4.2      6.4.2   6.4.2
ignore        0.4.25  0.4.26     0.4.26  0.4.26
memchr        2.8.1   2.8.2      2.8.2   2.8.2
opener        0.8.4   0.8.5      0.8.5   0.8.5
regex         1.12.3  1.12.4     1.12.4  1.12.4
shlex         2.0.0   2.0.1      2.0.1   2.0.1
```
2026-07-01 01:08:01 +00:00
Eric Huss
1cddf557f4 Merge pull request #3142 from GuillaumeGomez/fix-img-layout-bug
Fix weird layout bug with images in links
2026-06-29 18:25:41 +00:00
Guillaume Gomez
0cbf0dd60e Fix weird layout bug with images in links 2026-06-23 17:53:54 +02:00
Eric Huss
cb49cc5523 Merge pull request #3134 from sharksforarms/sharksforarms/nav-hover
Fix previous-chapter nav hover overlapping sidebar resize handle
2026-06-23 00:23:33 +00:00
Eric Huss
96e0e6a851 Add comment explaining previous arrow margin 2026-06-22 16:57:09 -07:00
Eric Huss
3b216a3c65 Merge pull request #3135 from musicinmybrain/crate-licenses
Fix missing LICENSE files in published crates
2026-06-19 14:51:25 +00:00
Eric Huss
fd563cdea7 Merge pull request #3138 from reflecttypefor/my_feature
Fix grammar in rustdoc comments
2026-06-19 14:48:00 +00:00
reflecttypefor
79a156d7f9 Fix grammar in rustdoc comments
Signed-off-by: reflecttypefor <reflecttypefor@outlook.com>
2026-06-17 23:08:10 +08:00
Benjamin A. Beasley
366ec8cb09 Fix missing LICENSE files in published crates 2026-06-13 07:11:32 +01:00
Emmanuel Thompson
4124281d89 Fix previous-chapter nav hover overlapping sidebar resize handle
The nav arrow is position:fixed and starts at the sidebar's right edge,
but the resize handle indicator dots protrude 8px beyond the sidebar.
The nav's hover background was painting over that zone, hiding the dots.

Adding margin-inline-start equal to the resize indicator width pushes
the nav just past the handle so the two no longer overlap.
2026-06-10 11:07:03 -04:00
Eric Huss
9873b35405 Merge pull request #3129 from rust-lang/update-dependencies
Update cargo dependencies
2026-06-08 19:25:18 +00:00
github-actions[bot]
8fac0ef2d9 Update cargo dependencies
```
name                    old req compatible latest  new req
====                    ======= ========== ======  =======
clap_complete           4.6.3   4.6.5      4.6.5   4.6.5
font-awesome-as-a-crate 0.3.0   0.3.1      0.3.1   0.3.1
handlebars              6.4.0   6.4.1      6.4.1   6.4.1
memchr                  2.8.0   2.8.1      2.8.1   2.8.1
pulldown-cmark          0.13.3  0.13.4     0.13.4  0.13.4
serde_json              1.0.149 1.0.150    1.0.150 1.0.150
snapbox                 1.2.1   1.2.2      1.2.2   1.2.2
tokio                   1.52.1  1.52.3     1.52.3  1.52.3
tower-http              0.6.8   0.6.11     0.6.11  0.6.11
```
2026-06-08 12:19:34 -07:00
Eric Huss
c178d75cd0 Merge pull request #3128 from rust-lang/renovate/cargo-semver-checks-0.x
Update cargo-semver-checks to v0.48.0
2026-06-08 16:14:46 +00:00
Eric Huss
e4c65852a3 Merge pull request #3130 from rust-lang/renovate/shlex-2.x
Update Rust crate shlex to v2
2026-06-08 16:13:26 +00:00
Eric Huss
702bab2441 Merge pull request #3132 from orangecms/linkcheck2
Recommend linkcheck2 fork
2026-06-08 16:12:04 +00:00
renovate[bot]
b67533f834 Update cargo-semver-checks to v0.48.0 2026-06-08 09:08:54 -07:00
renovate[bot]
0382c542c8 Update Rust crate shlex to v2 2026-06-08 09:07:07 -07:00
지지 ᚠד (Jiji Freya Daniel) Maslowski
b096ad10a0 Recommend linkcheck2 fork
With the addition of admonitions in 0.5.0, linkcheck broke, and the PR to fix
 it has been open for a good while. See:
- <https://github.com/Michael-F-Bryan/mdbook-linkcheck/pull/98>
- <https://github.com/jontze/action-mdbook/issues/671>

Signed-off-by: 지지 ᚠד (Jiji Freya Daniel) Maslowski <info@orangecms.org>
2026-06-08 09:05:43 -07:00
Eric Huss
e2630d401e Merge pull request #3133 from GuillaumeGomez/update
Update `browser-ui-test` version to `0.24.0`
2026-06-08 15:59:20 +00:00
Guillaume Gomez
b7f52401f1 Update browser-ui-test version to 0.24.0 2026-06-08 15:38:02 +02:00
Eric Huss
0ea4158977 Merge pull request #3123 from ehuss/bump-version
Bump to 0.5.3
v0.5.3
2026-05-19 22:51:43 +00:00
Eric Huss
9ec0628222 Bump to 0.5.3 2026-05-19 15:45:59 -07:00
Eric Huss
c79580ad71 Merge pull request #3122 from ehuss/sidebar-heading-spacing
Improve spacing in sidebar section headings
2026-05-19 22:25:28 +00:00
Eric Huss
5a946ae676 Improve spacing in sidebar section headings
This tries to improve the spacing between section headings in the
sidebar so that they don't blend together. This is particularly a
problem with long headings that word wrap. This just tightens up the
spacing when it wraps, and increases the spacing between the sections.

I still don't 100% like how the distinction between sections can be
difficult to see. My original prototype had other indicators like
bullets, but those ended up not working too well. This might still need
some work in the future.

Fixes https://github.com/rust-lang/mdBook/issues/3085
2026-05-19 15:19:35 -07:00
Eric Huss
4f5b48792f Merge pull request #3028 from bens-schreiber/schreiber/fix-pretty-urls
fix: pretty url toc highlighting
2026-05-19 21:51:01 +00:00
Eric Huss
1e04de75e1 Merge pull request #3084 from tonywu6/master
Fix: Remove `?highlight=` from URL when highlights are dismissed via clicking
2026-05-13 14:15:33 +00:00