Skip to content

Commit

Permalink
Release 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Sep 6, 2022
1 parent 791b756 commit 6361d8f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
ENV LISTEN_PORT=80 \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "owntracks-frontend",
"version": "2.11.0",
"version": "2.12.0",
"author": {
"name": "Linus Groh",
"email": "[email protected]"
Expand Down

0 comments on commit 6361d8f

Please sign in to comment.