From d6adec55940ad938c07bc824c8a1e53f8fd63ef5 Mon Sep 17 00:00:00 2001 From: Jianan Sun Date: Fri, 1 Sep 2023 01:14:52 +0800 Subject: [PATCH] docs: v2.0.0 update --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ README.md | 3 +-- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8993b48..ef0470e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,39 @@ All notable changes to this project will be documented in this file. +## [2.0.0] - 2023-09-01 + +> **Warning** +> This version contains several breaking changes. +> If you came from a previous version and want to upgrade, I suggest you start all over again. + +### UI: + +- Text selction now is styled +- Other minor tweaks +- Change defalut bg color of codeblock to transparent + +### Add: + +- Option `dispaly_tags` and `truncate_summary` [@woojiq](https://github.com/woojiq) ([#40](https://github.com/isunjn/serene/issues/40)) +- Support for footnote and backlink +- Active TOC indicator +- Generay `prose` section/page +- Config option `sections`, now you can rename `blog` to somthing else, e.g. `posts` +- Support for header nav fold/unfold +- Option for homepage layout, can be `about` or `list` +- A separate `_custom_css.html` for css customization + +### Fix: + +- Codeblock distance calculation +- Codeblock highlight style +- Add description tag only when it's available +- Post 3 column layout issue +- Inline code style in list item +- Link text-decoration style on mobile + + ## [1.2.0] - 2023-08-19 ### UI: @@ -70,6 +103,7 @@ All notable changes to this project will be documented in this file. First release 🎉 +[2.0.0]: https://github.com/isunjn/serene/compare/v1.2.0...v2.0.0 [1.2.0]: https://github.com/isunjn/serene/compare/v1.1.1...v1.2.0 [1.1.1]: https://github.com/isunjn/serene/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/isunjn/serene/compare/v1.0.0...v1.1.0 diff --git a/README.md b/README.md index 95fb95f..3051af0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -截屏2023-08-31 13 14 08 +screenshot

@@ -29,4 +29,3 @@ A blog theme for [zola](https://www.getzola.org), simple and clean ## Contributing - Before you make any non-trivial changes, you may want to open an issue so we can discuss -- If you got any idea inspired by another blog theme or website and want to have that in serene, I'd like to hear about it