From 3fdbca040472a5b6837a2249d48d9022433776f3 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 8 Jan 2019 10:57:34 +0100 Subject: [PATCH] init CHANGELOG --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..e78f9c4f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,34 @@ +# Change log + +## Version 0.1.1 - Fix and improvements (2019/01/xx) + +### Issues Closed + +#### Bugs Fixed + +* [#29](https://github.com/SamR1/FitTrackee/issues/29) - Pause duration calculation with segments +* [#26](https://github.com/SamR1/FitTrackee/issues/26) - Total is incorrect in tooltip when duration is displayed +* [#24](https://github.com/SamR1/FitTrackee/issues/24) - Some distances are not displayed correctly on current month statistics + +#### New Features + +* [#25](https://github.com/SamR1/FitTrackee/issues/25) - Display records on calendar +* [#22](https://github.com/SamR1/FitTrackee/issues/22) - Add a total on current month statistics + +In this release 5 issues were closed. + + +## Version 0.1 - Minimal version (2018-07-04) + +### Issues Closed + +#### New Features + +* [#11](https://github.com/SamR1/FitTrackee/issues/11) - Timezone support +* [#10](https://github.com/SamR1/FitTrackee/issues/10) - Add a note to an activity +* [#9](https://github.com/SamR1/FitTrackee/issues/9) - User statistics on dashboard +* [#8](https://github.com/SamR1/FitTrackee/issues/8) - Add weather to activities +* [#3](https://github.com/SamR1/FitTrackee/issues/3) - Search filter for activities +* [#2](https://github.com/SamR1/FitTrackee/issues/2) - Calendar to view activities + +In this release 6 issues were closed.