Skip to content

Commit 9e36d31

Browse files
committed
Release 2.10.0
1 parent 5e37c7f commit 9e36d31

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.10.0 (2021-11-28)
6+
7+
- Ensure location history line segments are drawn in chronological order ([#67](https://github.com/owntracks/frontend/issues/67))
8+
- Add trailing slashes to paths used by Docker nginx config ([#63](https://github.com/owntracks/frontend/pull/63), [@growse](https://github.com/growse))
9+
- Upgrade dependencies
10+
511
## 2.9.0 (2021-05-01)
612

713
- Add a cancel button to the loading data modal

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.9.0"
9+
LABEL version="2.10.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.9.0",
3+
"version": "2.10.0",
44
"author": {
55
"name": "Linus Groh",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)