blob: 9698ecfb65f63476a348e8216833c61035b8b4e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# Changelog
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].
## [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/
|