Skip to content

Releases: owntracks/frontend

v2.9.0 (2021-05-01)

01 May 20:47
Compare
Choose a tag to compare
  • 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)

19 Feb 17:58
Compare
Choose a tag to compare
  • Add elevation gain / loss to "distance travelled" calculation (#51)

v2.7.0 (2021-02-14)

14 Feb 14:17
Compare
Choose a tag to compare
  • Rename translation files from xx to xx-XX format to allow different language variants
  • Separate en translations into British English (en-GB) and American English (en-US, default)
  • Add French translations (#49, @Elu43)
  • Update Docker image to use Node 14 and nginx 1.18
  • Upgrade dependencies

v2.6.0 (2020-12-29)

29 Dec 18:41
Compare
Choose a tag to compare
  • Add router.basePath config option for non-webroot deployments
  • Configure Vue to not assume it's on the web root (#47, @growse)
  • Update Docker NGINX config to listen on IPv6 as well (#46, @growse)
  • Upgrade dependencies

v2.5.1 (2020-10-27)

27 Oct 18:08
Compare
Choose a tag to compare
  • Fix incorrect handling of api.baseUrl with trailing slash (#44, @karmanyaahm)
  • Upgrade dependencies

v2.5.0 (2020-09-07)

07 Sep 20:57
Compare
Choose a tag to compare
  • 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)

01 Jun 17:45
Compare
Choose a tag to compare
  • 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)

09 May 14:52
Compare
Choose a tag to compare
  • Fix linting issue in config.md

v2.3.0 (2020-05-09)

09 May 14:46
Compare
Choose a tag to compare
  • 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)

18 Mar 17:58
Compare
Choose a tag to compare
  • Improve mobile layout further:
    • Reduce header paddings
    • Align buttons/dropdowns
  • Upgrade dependencies