Skip to content

Commit

Permalink
Update for release 2022.05
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-hhh committed May 13, 2022
1 parent 2f06bc5 commit 7def475
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@ git log --submodule=log --patch v1.10.2..v1.11 \
| awk '/^commit/,/^diff/ { if ($1 != "diff") { print; } }'`
```

# Release 2022.05 (May 2022)

* improvements to the "smoothing" step of the elevation correction algorithm
-- the result is much smoother elevation plots, without loosing the peaks
and valleys.

* limit the range of the elevation plot in the GPS segments view, plots look
better when the segment does not start at or near zero elevation.

* weather data records can now be read from activity files -- this is some
work towards addressing #46, however, except for a few sample files, I could
not get my Garmin to record this data...

* improve responsiveness for the heat map trend chart, while the chart is
loading. Also improved the color range, so more frequent routes are better
highlighted.

# Release 2022.01 (January 2022)

* Temperature data is now read from FIT files and shows up in summary data as
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022.01.99
2022.05

0 comments on commit 7def475

Please sign in to comment.