Releases: mtricht/trello-burndown
Releases · mtricht/trello-burndown
v1.8.0
- Add
http.readOnly
config
- Use environment variables as config (Thanks @dlovera, see #11)
- Rename package from
swordbeta/trello-burndown
to mtricht/trello-burndown
v1.7.0
- Update to go 1.10
- Fixes lists that have a float position instead of integer.
- Remove debug flag; now always true.
- Using adlio's trello api wrapper instead of a custom one.
- Refactor and restructuring of some files.
v1.6.1
- Go updated to 1.8
- Fixed graph bug. (Line going beneath 0)
v1.5.0
Add refresh button and fix graph bug.
v1.4.0
Fix bug where no progress is shown with multiple boards.
v1.3.0
Add check of Content-Type.
v1.2.0
Fix the graph (data was incorrect).
v1.1.0
Add baseURL to the config file.