Releases: owntracks/frontend
Releases Β· owntracks/frontend
v2.15.3 (2024-06-15)
v2.15.2 (2024-06-14)
- Fix npm lockfile
v2.15.1 (2024-06-14)
- 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)
-
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 totrue
- Use the
v2.14.0 (2024-06-09)
v2.13.1 (2024-06-09)
- Bump versions, just to make sure the frontend shows the right one
v2.13.0 (2024-06-09)
- 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