Skip to content

Releases: owntracks/frontend

v2.15.3 (2024-06-15)

15 Jun 14:25
Compare
Choose a tag to compare
  • Force relative path for config/config.js even if it doesn't exist at build time

v2.15.2 (2024-06-14)

14 Jun 15:55
Compare
Choose a tag to compare
  • Fix npm lockfile

v2.15.1 (2024-06-14)

14 Jun 15:48
Compare
Choose a tag to compare
  • Update index.html to emit relative paths again, allowing deployment under a subpath
  • Update Docker image to use nginx 1.27
  • Upgrade dependencies

v2.15.0 (2024-06-10)

10 Jun 19:01
Compare
Choose a tag to compare
  • Implement POI map layer (see Booklet)

    • Use the map.poiMarker config option to tweak the appearance, defaults to a red circle slightly larger than the default location points
    • Use map.layers.poi to change the layer visibility, defaults to true

image

v2.14.0 (2024-06-09)

09 Jun 22:08
Compare
Choose a tag to compare

v2.13.1 (2024-06-09)

09 Jun 14:38
Compare
Choose a tag to compare
  • Bump versions, just to make sure the frontend shows the right one

v2.13.0 (2024-06-09)

09 Jun 14:02
Compare
Choose a tag to compare
  • Enable use of the frontend as a progressive web app (PWA) (#98, @RobinMeis)
  • Add Turkish translations (#94, @ramazansancar)
  • Add Slovak translations (#110, @aasami)
  • Add Czech translations (#115, @jmencak)
  • Add action for uploading dist/ on release (#114, @abaumg)
  • Replace outdated Twitter link with Mastodon
  • Remove the download modal
  • Show isolocal and tzname properties on the popup
  • Various changes to the underlying frontend build system:
    • Bump node to version 20
    • Switch from yarn to npm
    • Migrate from vue-cli / webpack to vite
  • Upgrade dependencies

v2.12.0 (2022-09-06)

06 Sep 19:50
Compare
Choose a tag to compare
  • Add Danish translation (#87, @atjn)
  • Ensure correct display of larger (192x192) face images (#83, @atjn)
  • Add map.tileSize and map.zoomOffset options (#75, @saesh)
  • Upgrade dependencies

v2.11.0 (2022-03-16)

15 Mar 23:15
Compare
Choose a tag to compare
  • Show WiFi SSID and BSSID in location popup, if available
  • Show address in location popup, if available (#73, @saesh)
  • Upgrade dependencies

v2.10.0 (2021-11-28)

28 Nov 18:06
Compare
Choose a tag to compare
  • Ensure location history line segments are drawn in chronological order (#67)
  • Add trailing slashes to paths used by Docker nginx config (#63, @growse)
  • Upgrade dependencies