Releases: owntracks/frontend
Releases Β· owntracks/frontend
v2.9.0 (2021-05-01)
- Add a cancel button to the loading data modal
- Replace remaining uses of "OwnTracks UI" with "OwnTracks Frontend"
- Upgrade dependencies
v2.8.0 (2021-02-19)
- Add elevation gain / loss to "distance travelled" calculation (#51)
v2.7.0 (2021-02-14)
v2.6.0 (2020-12-29)
v2.5.1 (2020-10-27)
- Fix incorrect handling of
api.baseUrl
with trailing slash (#44, @karmanyaahm) - Upgrade dependencies
v2.5.0 (2020-09-07)
- Add
filters.fitView
config option - this will prevent the map from re-fitting automatically by default when a live location changes (#41) - Show regions for location on popup
- Fix vertical offset of non-pin popups
- Build Docker images for multiple architectures (linux/amd64, linux/arm/v7, linux/arm64) using GitHub Actions (#38, @wollew)
- Replace Travis CI with GitHub Actions build/lint/test workflows (#39)
- Replace node-sass with sass (dart-sass)
- Upgrade dependencies
v2.4.0 (2020-06-01)
- Add
filters.minAccuracy
config option - this allows ignoring location points which do not meet the configured accuracy requirement (#35) - Upgrade dependencies
v2.3.1 (2020-05-09)
- Fix linting issue in
config.md
v2.3.0 (2020-05-09)
- Add
api.fetchOptions
config option - this allows sending custom HTTP headers or including cookies in the request - Upgrade dependencies
v2.2.0 (2020-03-18)
- Improve mobile layout further:
- Reduce header paddings
- Align buttons/dropdowns
- Upgrade dependencies