diff --git a/.version b/.version index 51e1103..cd3d0a4 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -VERSION=0.1.1 \ No newline at end of file +VERSION=0.1.2 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 65156b2..d827579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ # Change Log All notable changes to this project will be documented in this file. +## [0.1.2] - 2024-01-04 +### Added +- Weight page + +### Fixed +- Small bugs + ## [0.1.1] - 2023-12-27 ### Added - Local JS and Themes @@ -10,7 +17,3 @@ All notable changes to this project will be documented in this file. ## [0.1.0] - 2023-12-23 ### Added - Config: HeatMap color - -### Changed - -### Fixed diff --git a/README.md b/README.md index 474a3d0..99f231f 100644 --- a/README.md +++ b/README.md @@ -75,4 +75,5 @@ Moved to [docs/ROADMAP.md](docs/ROADMAP.md) - All go packages listed in [dependencies](https://github.com/aceberg/exercisediary/network/dependencies) - [Bootstrap](https://getbootstrap.com/) - Themes: [Free themes for Bootstrap](https://bootswatch.com) +- [Chart.js](https://github.com/chartjs/Chart.js) and [chartjs-chart-matrix](https://github.com/kurkle/chartjs-chart-matrix) - Favicon and logo: [Flaticon](https://www.flaticon.com/icons/) \ No newline at end of file diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 0c4015b..a9558c4 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -5,11 +5,10 @@ - [x] Left/Right buttons for date - [x] Local Themes and JS - [x] BodyWeight Chart +- [x] Weight page ## IN PROGRESS -- [ ] Weight page - ## TODO - [ ] Login/Password - [ ] Statistics page