Release 2.9.0

This commit is contained in:
Linus Groh
2021-05-01 22:46:02 +02:00
parent 411bc10b0b
commit dfa7a423fa
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -2,6 +2,12 @@
Dates are in UTC.
## 2.9.0 (2021-05-01)
- Add a cancel button to the loading data modal
- Replace remaining uses of "OwnTracks UI" with "OwnTracks Frontend"
- Upgrade dependencies
## 2.8.0 (2021-02-19)
- Add elevation gain / loss to "distance travelled" calculation ([#51](https://github.com/owntracks/frontend/issues/51))
+1 -1
View File
@@ -6,7 +6,7 @@ COPY . ./
RUN yarn build
FROM nginx:1.18-alpine
LABEL version="2.8.0"
LABEL version="2.9.0"
LABEL description="OwnTracks Frontend"
LABEL maintainer="Linus Groh <mail@linusgroh.de>"
ENV LISTEN_PORT=80 \
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "owntracks-frontend",
"version": "2.8.0",
"version": "2.9.0",
"author": {
"name": "Linus Groh",
"email": "mail@linusgroh.de"