diff --git a/.version b/.version index bbbc642..51e1103 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -VERSION=0.1.0 \ No newline at end of file +VERSION=0.1.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 72cba79..65156b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ # Change Log All notable changes to this project will be documented in this file. -## [0.1.1] - 2023-12-23 +## [0.1.1] - 2023-12-27 ### Added - Local JS and Themes -- Weight chart +- BodyWeight Chart ## [0.1.0] - 2023-12-23 ### Added diff --git a/README.md b/README.md index ddcf396..5f5f8d3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Exercise Diary -Light and easy workout diary +Workout diary with GitHub-style year visualization - [Quick start](https://github.com/aceberg/exercisediary#quick-start) - [Config](https://github.com/aceberg/exercisediary#config) @@ -22,7 +22,7 @@ Light and easy workout diary ## Quick start ```sh -docker run --name exercisediary \ +docker run --name exdiary \ -e "TZ=Asia/Novosibirsk" \ -v ~/.dockerdata/ExerciseDiary:/data/ExerciseDiary \ -p 8851:8851 \ @@ -40,7 +40,7 @@ Configuration can be done through config file or environment variables | -------- | ----------- | ------- | | HOST | Listen address | 0.0.0.0 | | PORT | Port for web GUI | 8851 | -| THEME | Any theme name from https://bootswatch.com in lowcase | grass | +| THEME | Any theme name from https://bootswatch.com in lowcase or [additional](https://github.com/aceberg/aceberg-bootswatch-fork) (emerald, grass, sand)| grass | | COLOR | Background color: light or dark | light | | HEATCOLOR | HeatMap color | #03a70c | | TZ | Set your timezone for correct time | "" | diff --git a/internal/web/templates/config.html b/internal/web/templates/config.html index 8bfaa02..599c641 100644 --- a/internal/web/templates/config.html +++ b/internal/web/templates/config.html @@ -53,8 +53,9 @@
diff --git a/internal/web/templates/header.html b/internal/web/templates/header.html index 0236479..d89a922 100644 --- a/internal/web/templates/header.html +++ b/internal/web/templates/header.html @@ -42,14 +42,18 @@ + + {{ end }} \ No newline at end of file