diff options
author | xengineering <me@xengineering.eu> | 2023-05-01 19:33:26 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-05-01 19:33:26 +0200 |
commit | 2357f619d3f29174a97c3b6a3eddb53ee34dd050 (patch) | |
tree | 683ad0a3267e805ca59190900a571f2db0d80cf7 | |
parent | 20b251b70c475e718508c9ac7c5258d9a9e4ae29 (diff) | |
download | ceres-2357f619d3f29174a97c3b6a3eddb53ee34dd050.tar ceres-2357f619d3f29174a97c3b6a3eddb53ee34dd050.tar.zst ceres-2357f619d3f29174a97c3b6a3eddb53ee34dd050.zip |
-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 |