Skip to content

Commit 89899de

Browse files
committed
Release 2.11.0
1 parent a386c15 commit 89899de

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Dates are in UTC.
44

5+
## 2.11.0 (2022-03-16)
6+
7+
- Show WiFi SSID and BSSID in location popup, if available
8+
- Show address in location popup, if available ([#73](https://github.com/owntracks/frontend/pull/73), [@saesh](https://github.com/saesh))
9+
- Upgrade dependencies
10+
511
## 2.10.0 (2021-11-28)
612

713
- Ensure location history line segments are drawn in chronological order ([#67](https://github.com/owntracks/frontend/issues/67))

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY . ./
66
RUN yarn build
77

88
FROM nginx:1.18-alpine
9-
LABEL version="2.10.0"
9+
LABEL version="2.11.0"
1010
LABEL description="OwnTracks Frontend"
1111
LABEL maintainer="Linus Groh <mail@linusgroh.de>"
1212
ENV LISTEN_PORT=80 \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "owntracks-frontend",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"author": {
55
"name": "Linus Groh",
66
"email": "mail@linusgroh.de"

0 commit comments

Comments
 (0)