diff options
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9698ecf..1fd89cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,3 @@ - - # Changelog All notable changes to this project will be documented in this file. @@ -8,6 +6,18 @@ The format is based on [Keep a Changelog][1], and this project adheres to [Semantic Versioning][2]. +## [v0.3.0][7] + +### Added + +- add recipe search for index page +- rework recipe page, add clickable links and remove all markup elements + +### Changed + +- switch from own Markup language to JSON + + ## [v0.2.0][3] ### Added @@ -43,3 +53,4 @@ The format is based on [Keep a Changelog][1], and this project adheres to [4]: https://cgit.xengineering.eu/ceres/tree?h=0.1.0 [5]: https://simplecss.org/ [6]: https://gemini.circumlunar.space/ +[7]: https://cgit.xengineering.eu/ceres/tree?h=0.3.0 |