update to changelog
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -7,23 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.2]
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
* Automatic upload checkbox on upload form #1
|
* Automatic upload checkbox on upload form #1
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* Sign in directly after signing up
|
* Sign in directly after signing up #2
|
||||||
* "Today So Far" summary on the success page
|
* "Today So Far" summary on the success page
|
||||||
* API for registering and login
|
* API for registering and login
|
||||||
* API for fetching meals, summary, and posting meal
|
* API for fetching meals, summary, and posting meal
|
||||||
* JWT tokens for API requests
|
* JWT tokens for API requests
|
||||||
* Date, type, and context as columns to the meal
|
* Date, type, and context as columns to the meal
|
||||||
|
* Terms and privacy
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* User view text to be more consistent
|
* User view text to be more consistent
|
||||||
* User meal entry form to allow input of additional metadata and context clues
|
* User meal entry form to allow input of additional metadata and context clues
|
||||||
|
* Sleekplan moved to login
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
@@ -46,5 +50,7 @@ This marks the first release!
|
|||||||
* Able to upload from phone with the rear camera initially
|
* Able to upload from phone with the rear camera initially
|
||||||
* Confetti on success :)
|
* Confetti on success :)
|
||||||
|
|
||||||
[Unreleased]: https://github.com/cgsmith/calorie/compare/0.1.0...HEAD
|
[Unreleased]: https://github.com/cgsmith/calorie/compare/0.1.2...HEAD
|
||||||
|
[0.1.2]: https://github.com/cgsmith/calorie/releases/tag/0.1.2
|
||||||
|
[0.1.1]: https://github.com/cgsmith/calorie/releases/tag/0.1.1
|
||||||
[0.1.0]: https://github.com/cgsmith/calorie/releases/tag/0.1.0
|
[0.1.0]: https://github.com/cgsmith/calorie/releases/tag/0.1.0
|
||||||
Reference in New Issue
Block a user