Update changelog
This commit is contained in:
parent
208c506ec3
commit
cf99b5a95f
11
CHANGELOG.md
11
CHANGELOG.md
@ -2,6 +2,17 @@
|
|||||||
|
|
||||||
## 0.18.0 (unreleased)
|
## 0.18.0 (unreleased)
|
||||||
|
|
||||||
|
- Fix LFI in `zola serve`
|
||||||
|
- Do not panic when root directory or config file not found
|
||||||
|
- Fix base_url link attributes in atom templates
|
||||||
|
- Use all authors for atom templates
|
||||||
|
- Always sort page/section assets by filename
|
||||||
|
- Allow setting attributes to lazy load all images from Config.toml
|
||||||
|
- Fix HTML generated in class based highlighting with line numbers
|
||||||
|
- Add a `replace_re` filter
|
||||||
|
- Speed up `zola check`
|
||||||
|
- Add search.index_format into the serialized config in the templates
|
||||||
|
|
||||||
## 0.17.2 (2023-03-19)
|
## 0.17.2 (2023-03-19)
|
||||||
|
|
||||||
- Fix one more invalid error with colocated directories
|
- Fix one more invalid error with colocated directories
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -4362,7 +4362,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zola"
|
name = "zola"
|
||||||
version = "0.17.2"
|
version = "0.18.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.1.8",
|
"clap 4.1.8",
|
||||||
"clap_complete",
|
"clap_complete",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "zola"
|
name = "zola"
|
||||||
version = "0.17.2"
|
version = "0.18.0"
|
||||||
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
|
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user