Skip to content

Commit

Permalink
Release 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Nov 28, 2021
1 parent 5e37c7f commit 9e36d31
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Dates are in UTC.

## 2.10.0 (2021-11-28)

- Ensure location history line segments are drawn in chronological order ([#67](https://github.com/owntracks/frontend/issues/67))
- Add trailing slashes to paths used by Docker nginx config ([#63](https://github.com/owntracks/frontend/pull/63), [@growse](https://github.com/growse))
- Upgrade dependencies

## 2.9.0 (2021-05-01)

- Add a cancel button to the loading data modal
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.9.0"
LABEL version="2.10.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.9.0",
"version": "2.10.0",
"author": {
"name": "Linus Groh",
"email": "[email protected]"
Expand Down

0 comments on commit 9e36d31

Please sign in to comment.