From dd61c65a6b86a1cc9e28b5da45123df5ab232c8a Mon Sep 17 00:00:00 2001 From: Jianan Sun Date: Thu, 25 Apr 2024 23:51:28 +0800 Subject: [PATCH] docs: v3.4.0 update --- CHANGELOG.md | 7 +++++++ README.md | 2 +- config.example.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd92b35..2736963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [3.4.0] - 2024-04-25 + +### Add: + +- Math rending with [Typst](https://typst.app) [@Lambdaris](https://github.com/Lambdaris) [(#57)](https://github.com/isunjn/serene/pull/57) + ## [3.3.1] - 2024-03-10 ### Fix: @@ -220,6 +226,7 @@ All notable changes to this project will be documented in this file. First release 🎉 +[3.4.0]: https://github.com/isunjn/serene/compare/v3.3.1...v3.4.0 [3.3.1]: https://github.com/isunjn/serene/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/isunjn/serene/compare/v3.2.0...v3.3.0 [3.2.0]: https://github.com/isunjn/serene/compare/v3.1.0...v3.2.0 diff --git a/README.md b/README.md index e131e94..e52ba98 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A blog theme for [zola](https://www.getzola.org), simple and clean - Sticky table-of-contents - Callout (note, warning, alert, etc.) - Comments using [Giscus](https://giscus.app) -- Mathematical notations using [KaTeX](https://katex.org) +- Mathematical notations using [KaTeX](https://katex.org) or [Typst](https://typst.app) - Diagrams and visualizations using [Mermaid](https://github.com/mermaid-js/mermaid) ## Usage diff --git a/config.example.toml b/config.example.toml index 731bd5f..1d8e4a4 100644 --- a/config.example.toml +++ b/config.example.toml @@ -1,4 +1,4 @@ -# serene v3.3.1 +# serene v3.4.0 # # - docs: https://github.com/isunjn/serene/blob/latest/USAGE.md # - check for updates: https://github.com/isunjn/serene/releases