Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JPEG XL support to image processing. #2488

Open
wants to merge 25 commits into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e5f3026
Next version
Keats Dec 19, 2023
a586a5a
Add option to include date in search index (#2401)
gamingrobot Jan 5, 2024
682447e
Match `<!--more-->` in addition to `<!-- more -->` (#2397)
clarfonthey Jan 7, 2024
42ea1b4
fix(serve): content can be served from output_path (#2398)
stanistan Jan 7, 2024
8b602b2
Allow IPv6 serve, default `base_url` to listen interface instead of 1…
clarfonthey Jan 7, 2024
a6bd2b9
Refactor: create_directory responsibly (#2407)
clarfonthey Jan 18, 2024
0122845
Refactor: copy_assets instead of copy_asset (#2418)
clarfonthey Jan 22, 2024
0098877
Allow ignoring files when link checking (#2264)
Raymi306 Feb 4, 2024
73e06bd
Issue 2359 get section by lang (#2410)
SumDonkuS Feb 4, 2024
42fc576
Update pulldown_cmark dep to v0.10, and add pulldown_cmark_escape dep…
timonvo Feb 18, 2024
472b1f5
Add MIME type to get_image_metadata (#2409)
clarfonthey Feb 29, 2024
4bf67af
Fix --base-url improper path and protocol handling using `zola serve`…
jamwil Mar 1, 2024
7a12e62
Fix section transparency serialization (#2462)
wold5 Mar 21, 2024
866eb0c
Fix resizing for images with EXIF orientation (#2468)
amtanq Apr 3, 2024
7bf429b
Fix link check report inconsistency (#2472)
amtanq Apr 5, 2024
20f00ba
Refactor: remove even more unnecessary create_directory (#2428)
clarfonthey Apr 23, 2024
3423b8a
Restore trailing slash behaviour in serve command (#2482)
jamwil May 3, 2024
b76d37c
Implemented bottom footnotes with backreferences (#2480)
totikom May 9, 2024
b3d5349
Update deps
Keats May 9, 2024
eccc642
Update changelog
Keats May 9, 2024
731e6c0
Update msrv
Keats May 12, 2024
83d144d
update tests
Keats May 12, 2024
cebeb3a
cargo fmt
Keats May 13, 2024
8842da7
Add JPEG XL support to image processing.
veluca93 May 1, 2024
e9a3bfe
Rename JXL -> JpegXl
veluca93 May 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 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.
- Add bottom footnotes with backreference option
- Fix link check report inconsistency
- Fix resizing for images with EXIF orientation
- Add MIME type to get_image_metadata

## 0.18.0 (2023-12-18)

- Fix LFI in `zola serve`
Expand Down
Loading
Loading