Release 2.12.0

This commit is contained in:
Linus Groh
2022-09-06 20:48:59 +01:00
parent 791b756d80
commit 6361d8f415
3 changed files with 9 additions and 2 deletions

View File

@@ -2,6 +2,13 @@
Dates are in UTC.
## 2.12.0 (2022-09-06)
- Add Danish translation ([#87](https://github.com/owntracks/frontend/pull/87), [@atjn](https://github.com/atjn))
- Ensure correct display of larger (192x192) face images ([#83](https://github.com/owntracks/frontend/pull/83), [@atjn](https://github.com/atjn))
- Add `map.tileSize` and `map.zoomOffset` options ([#75](https://github.com/owntracks/frontend/pull/75), [@saesh](https://github.com/saesh))
- Upgrade dependencies
## 2.11.0 (2022-03-16)
- Show WiFi SSID and BSSID in location popup, if available

View File

@@ -6,7 +6,7 @@ COPY . ./
RUN yarn build
FROM nginx:1.18-alpine
LABEL version="2.11.0"
LABEL version="2.12.0"
LABEL description="OwnTracks Frontend"
LABEL maintainer="Linus Groh <mail@linusgroh.de>"
ENV LISTEN_PORT=80 \

View File

@@ -1,6 +1,6 @@
{
"name": "owntracks-frontend",
"version": "2.11.0",
"version": "2.12.0",
"author": {
"name": "Linus Groh",
"email": "mail@linusgroh.de"