zola/components
Jason Miller 421a2512f7
Hash collision using the same quality level and incorrect quality for WebP (#1431)
* fix: webp quality level mismatch

* fix: hash collision using the same image ops

Using the same image operations, but for different formats, e.g. `.jpg` and
`.webp`, produced the same hash.

To differentiate between these, the image extension is added to the hash.
2021-04-18 11:07:10 +02:00
..
config Some clippy fixes 2021-04-07 22:13:15 +02:00
errors move translation population and path collision checking to insert stage (#1272) 2021-01-05 21:39:25 +01:00
front_matter Some clippy fixes 2021-04-07 22:13:15 +02:00
imageproc Hash collision using the same quality level and incorrect quality for WebP (#1431) 2021-04-18 11:07:10 +02:00
library Some clippy fixes 2021-04-07 22:13:15 +02:00
link_checker Update changelog + deps 2021-02-02 20:25:27 +01:00
rendering Serializing lang aware configs 2021-04-07 22:13:15 +02:00
search Lang aware search indices settings 2021-04-07 22:13:15 +02:00
site cargo fmt 2021-04-07 22:13:15 +02:00
templates Nest translations in languages options 2021-04-07 22:13:15 +02:00
utils Update minify-html dependency to version 0.4.2 (#1340) 2021-02-06 16:41:10 +01:00