diff --git a/CHANGELOG.md b/CHANGELOG.md index dd171961a..04b78f3e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. +## v0.2.18-lts.5 [2023.11.26] + +> Snapshot: + +- :sparkles: Feat: add hiddenFromRss param and front matter +- :zap: Perf: preload some stylesheet +- :zap: Perf: optimize featured image rendering +- :children_crossing: Feat: change bilibili shortcode `muted` default value +- :bug: Style: fix the emoji style of valine comment ([#376](https://github.com/hugo-fixit/FixIt/issues/376)) +- :bug: Fix: active index of toc may result in error ([#305](https://github.com/hugo-fixit/FixIt/issues/305)) +- :memo: Docs: update the outputs configuration to avoid the "taxonomyterm" warning in versions above Hugo 0.112.0 (resolve [#354](https://github.com/hugo-fixit/FixIt/issues/354)) +- :wrench: Chore: update default config in `hugo.toml` +- :wrench: Chore: change the theme minimum supported Hugo versions above **0.110.0** +- **Full Changelog:** @Lruihao [`v0.2.18-lts.4...v0.2.18-lts.5`](https://github.com/hugo-fixit/FixIt/compare/v0.2.18-lts.4...v0.2.18-lts.5) + ## v0.2.18-lts.4 [2023.11.6] > Snapshot: diff --git a/README.md b/README.md index 2628bec17..c8fcee9d9 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ And later you can update the submodule in your site directory to the latest comm git submodule update --remote --merge ``` -Next, go to the `config.toml` and change the default theme to `FixIt`. +Next, go to the `hugo.toml` and change the default theme to `FixIt`. ```diff - theme = "LoveIt" diff --git a/README.zh-cn.md b/README.zh-cn.md index 72f3ce017..ad0d6dc60 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -45,7 +45,7 @@ git submodule add https://github.com/hugo-fixit/FixIt.git themes/FixIt git submodule update --remote --merge ``` -接着,前往 `config.toml` 并将默认主题更改为 `FixIt`。 +接着,前往 `hugo.toml` 并将默认主题更改为 `FixIt`。 ```diff - theme = "LoveIt" diff --git a/docs b/docs index a31612d47..9042634df 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit a31612d4797c9da058182f528d4645dfcc2b2127 +Subproject commit 9042634df6d1b27aacbfec789d471e2179f3b000