Skip to content

Commit

Permalink
Merge branch 'next' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats authored Jun 17, 2024
2 parents fae17a5 + 659f349 commit 9e925bf
Show file tree
Hide file tree
Showing 25 changed files with 1,059 additions and 554 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 0.19.0 (unreleased)

- Updates the pulldown-cmark dependency to v0.10.0. This improves footnote handling, and may also introduce some minor behavior changes such as reducing the amount of unnecessary HTML-escaping of text content.
- Updates the pulldown-cmark dependency to v0.11.0. This improves footnote handling, and may also introduce some minor behavior changes such as reducing the amount of unnecessary HTML-escaping of text content.
- Add bottom footnotes with backreference option
- Fix link check report inconsistency
- Fix resizing for images with EXIF orientation
Expand All @@ -12,6 +12,9 @@
- Changed config options named `generate_feed` to `generate_feeds` (both in config.toml and in section front-matter)
- Changed config option `feed_filename: String` to `feed_filenames: Vec<String>`
- The config file no longer allows arbitrary fields outside the `[extra]` section (front-matter is unaffected)
- Add `render = false` capability to pages
- Handle string dates in YAML front-matter
- Add support for fuse.js search format

## 0.18.0 (2023-12-18)

Expand Down
Loading

0 comments on commit 9e925bf

Please sign in to comment.