diff options
author | xengineering <me@xengineering.eu> | 2023-04-13 19:01:45 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-04-13 20:21:58 +0200 |
commit | c353a04d2dbc48a4abbce3b2fa90990a8bc200ad (patch) | |
tree | 4b637ab4ce755f3497bd87c0a93352f903ba4efb | |
parent | d82eae7034e0de30b5d61294cdb78c3ad8c1bbda (diff) | |
download | ceres-0.2.0.tar ceres-0.2.0.tar.zst ceres-0.2.0.zip |
-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/ |