blob: 1fd89cdc6d37d4e7a7f5267a4520ada89672f091 (
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
46
47
48
49
50
51
52
53
54
55
56
|
# 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.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
|