Skip to content

Commit 6361d8f

Browse files
committed
Release 2.12.0
1 parent 791b756 commit 6361d8f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

33
Dates are in UTC.
44

5+
## 2.12.0 (2022-09-06)
6+
7+
- Add Danish translation ([#87](https://github.com/owntracks/frontend/pull/87), [@atjn](https://github.com/atjn))
8+
- Ensure correct display of larger (192x192) face images ([#83](https://github.com/owntracks/frontend/pull/83), [@atjn](https://github.com/atjn))
9+
- Add `map.tileSize` and `map.zoomOffset` options ([#75](https://github.com/owntracks/frontend/pull/75), [@saesh](https://github.com/saesh))
10+
- Upgrade dependencies
11+
512
## 2.11.0 (2022-03-16)
613

714
- Show WiFi SSID and BSSID in location popup, if available

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.11.0"
9+
LABEL version="2.12.0"
1010
LABEL description="OwnTracks Frontend"
1111
LABEL maintainer="Linus Groh <[email protected]>"
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.11.0",
3+
"version": "2.12.0",
44
"author": {
55
"name": "Linus Groh",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)