Summarized Changelog
- The chapter name is now included in the search breadcrumbs
- Pressing Escape will remove the ?highlight argument from the URL
- mdbook init --theme will now place the theme in the root of the book directory instead of in the src directory
- A custom renderer that sets the command to a relative path now interprets the relative path relative to the book root
- The theme directory in the config is now interpreted as relative to the book root, instead of the current directory
- Handle UTF-8 BOM for chapter sources
- Removed extra whitespace added to {{#playground}} snippets
- Clicking on a search result with multiple search words will now correctly highlight all of the words.
- Properly handle < and > characters in the table of contents
- Fixed to properly serialize the build table in the config, which prevented setting it in the API
Full changelog here