diff options
-rw-r--r-- | CHANGELOG.md | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d15e44c..9698ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ + # Changelog All notable changes to this project will be documented in this file. @@ -6,7 +7,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog][1], and this project adheres to [Semantic Versioning][2]. -## [Unreleased][3] + +## [v0.2.0][3] + +### Added + +- editing / deletion is feature complete +- added example recipes for debug target + +### Changed + +- dropped all runtime dependencies outside the Go standard library +- reworked UI completely +- simplified configuration file structure +- switched from Markdown to own [Gemini][6]-inspired markup +- switched from MariaDB to plain files +- templates are loaded once at startup +- reduced logging to avoid spam +- [simple.css][5] instead of self-written CSS + ## [v0.1.0][4] @@ -17,7 +36,10 @@ The format is based on [Keep a Changelog][1], and this project adheres to - editing of markdown description via the browser - automatic SQL schema migration + [1]: https://keepachangelog.com/en/1.0.0/ [2]: https://semver.org/spec/v2.0.0.html -[3]: https://cgit.xengineering.eu/ceres/tree +[3]: https://cgit.xengineering.eu/ceres/tree?h=0.2.0 [4]: https://cgit.xengineering.eu/ceres/tree?h=0.1.0 +[5]: https://simplecss.org/ +[6]: https://gemini.circumlunar.space/ |