v1.0.5
After releasing this version, I realized I was naming incorrectly versions. This should be v1.1.0 as it contains backwards-compatible features.
Features
- feat(article list): article clickable and equal height (96897be)
- feat(article): style improvement (5a7c9b6)
- feat(widget/archives): padding adjustment (0e8083e)
- feat(gallery): load PhotoSwipe lib from JSDelivr (fa0f8fa)
- feat(comments): add utterances support (#24)
- feat(helper): add helper/icon (#33)
Fixes
- fix(widgets): add margin bottom for last widget (12578a5)
- fix(rss): remove featured image width height attr (bd8e03b)
- fix(config.toml): typo Licenced -> Licensed (#22) @ress997
- fix(article): last updated time broken in Hugo v0.76 (#28) @ress997
- fix: taxonomy with special char or spaces not displayed correctly (#29) @romainx
- fix: consistent style of taxonomy name (#34)
Changes to config.toml
[params.defaultImage.article]
and [params.defaultImage.articleList]
are removed from config.toml. These options still works, but their behaviour might change in the future. (d461267)