From f1718b860e5a4cd6918b6af37650417a228a84dc Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 3 Nov 2024 16:37:09 +0100 Subject: Update CHANGELOG.md for version 0.5.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d741c..0339a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,26 @@ The format is based on [Keep a Changelog][1], and this project adheres to [Semantic Versioning][2]. +## [v0.5.0][12] + +### Added + +- marking recipes as favorites + +### Changed + +- recipes are ordered by favorite flag and then creation date (newest first) +- display URL on recipe page +- sort recipe ingredient summary by recipe name +- switch to integer-based SQLite3 database schema versioning +- provide version via `embed` package instead of build flag + +### Removed + +- dependency `github.com/gorilla/mux` +- `Makefile` since projects builds now like any other Go project + + ## [v0.4.0][11] ### Added @@ -86,3 +106,4 @@ The format is based on [Keep a Changelog][1], and this project adheres to [9]: https://www.json.org [10]: https://sqlite.org [11]: https://cgit.xengineering.eu/ceres/tree?h=0.4.0 +[12]: https://cgit.xengineering.eu/ceres/tree?h=0.5.0 -- cgit v1.2.3-70-g09d2