Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aceberg committed Jan 22, 2024
1 parent b364891 commit 81d6375
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [0.1.4] - 2024-01-22
### Added
- Statistics page

## [0.1.3] - 2024-01-07
### Added
- Version on Config page
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Configuration can be done through config file or environment variables
| 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 |
| PAGESTEP | Items on one page | 10 |
| TZ | Set your timezone for correct time | "" |

## Options
Expand Down
2 changes: 1 addition & 1 deletion docs/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
- [x] BodyWeight Chart
- [x] Weight page
- [x] Version on Config page
- [x] Statistics page

## IN PROGRESS
- [ ] Mobile layout
- [ ] Statistics page

## TODO
- [ ] Login/Password
Expand Down
2 changes: 1 addition & 1 deletion internal/web/public/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=0.1.3
VERSION=0.1.4
2 changes: 1 addition & 1 deletion internal/web/templates/stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="row">
<div class="col-md-4">
<div class="card border-primary">
<div class="card-header">Exercise stats</div>
<div class="card-header">Exercise</div>
<div class="card-body">
<div class="chart-container">
<form onchange='setStatsPage({{ .ExData.Sets }}, {{ .Config.HeatColor }}, 0, {{ .Config.PageStep }});'>
Expand Down
2 changes: 1 addition & 1 deletion internal/web/templates/weight.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</div>
<br>
<div class="card border-primary">
<div class="card-header">Add weight</div>
<div class="card-header">Add</div>
<div class="card-body">
<form action="/weight/" method="post" name="sets" class="input-group">
<input name="date" type="date" class="form-control" id="todayDate">
Expand Down

0 comments on commit 81d6375

Please sign in to comment.