# Changelog All notable changes to Ceres will be documented in this file. The format is based on [Keep a Changelog][1], and this project adheres to [Semantic Versioning][2]. ## Unreleased The whole Ceres recipe server was re-written for this release. ### Added - user-friendly recipe web editor - recipe notes - allow long command line options `--config` and `--help` for `-c` and `-h` - add `--version` / `-v` to print Ceres executable version - add `--example` / `-e` to inject example recipes on demand - add timestamps for recipe creation and last modification to recipe model - track Ceres version in database and require matching executable version ### Changed - allow to execute Ceres as standalone executable without any additional files - switch from [JSON][9] to [SQLite3][10] to store recipe data - completely rewrite and simplify configuration file format - changed log output ## [v0.3.1][8] ### Changed - do not autofocus search field on index page ## [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 - 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] ### Added - viewing recipes - adding recipes - 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?h=0.2.0 [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 [8]: https://cgit.xengineering.eu/ceres/tree?h=0.3.1 [9]: https://www.json.org [10]: https://sqlite.org