From ce9fc7374dcca3571e7b163268484da38349366c Mon Sep 17 00:00:00 2001 From: Jianan Sun Date: Fri, 29 Dec 2023 22:47:17 +0800 Subject: [PATCH] docs: v2.2.0 update --- CHANGELOG.md | 10 +++++++++- config.example.toml | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c60121a..edfacf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [2.2.0] - 2023-12-29 + +### Fix: + +- Use `sessionStorage` for theme restore +- Fix an issue when initializing giscus theme +- Hide `#` anchor link in feed file + ## [2.1.2] - 2023-09-19 ### Fix: @@ -120,7 +128,7 @@ All notable changes to this project will be documented in this file. First release 🎉 - +[2.2.0]: https://github.com/isunjn/serene/compare/v2.1.2...v2.2.0 [2.1.2]: https://github.com/isunjn/serene/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/isunjn/serene/compare/v2.0.1...v2.1.1 [2.0.1]: https://github.com/isunjn/serene/compare/v2.0.0...v2.0.1 diff --git a/config.example.toml b/config.example.toml index 213ce6b..cf8aa36 100644 --- a/config.example.toml +++ b/config.example.toml @@ -1,4 +1,4 @@ -# serene v2.1.2 +# serene v2.2.0 # # - docs: https://github.com/isunjn/serene/blob/latest/USAGE.md # - check for updates: https://github.com/isunjn/serene/releases @@ -15,7 +15,7 @@ compile_sass = true minify_html = true build_search_index = false # Keep this false, search is temporarily unsupported generate_feed = false # Whether to generate a feed file in root, read docs for more info about rss feed -feed_filename = "feed.xml" # The file name of feed, "feed.xml" / "atom.xml" / "rss.xml", read docs for more info +feed_filename = "feed.xml" # The file name of feed, "feed.xml" / "atom.xml" / "rss.xml", read docs for more info taxonomies = [{ name = "tags" }, { name = "categories" }] [markdown]