Release 2.11.0

This commit is contained in:
Linus Groh
2022-03-15 23:14:38 +00:00
parent a386c15de1
commit 89899de565
3 changed files with 8 additions and 2 deletions

View File

@@ -2,6 +2,12 @@
Dates are in UTC.
## 2.11.0 (2022-03-16)
- Show WiFi SSID and BSSID in location popup, if available
- Show address in location popup, if available ([#73](https://github.com/owntracks/frontend/pull/73), [@saesh](https://github.com/saesh))
- Upgrade dependencies
## 2.10.0 (2021-11-28)
- Ensure location history line segments are drawn in chronological order ([#67](https://github.com/owntracks/frontend/issues/67))

View File

@@ -6,7 +6,7 @@ COPY . ./
RUN yarn build
FROM nginx:1.18-alpine
LABEL version="2.10.0"
LABEL version="2.11.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.10.0",
"version": "2.11.0",
"author": {
"name": "Linus Groh",
"email": "mail@linusgroh.de"