Release 2.8.0

This commit is contained in:
Linus Groh
2021-02-19 18:57:19 +01:00
parent 55178c7cc8
commit b3529c211c
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -2,6 +2,10 @@
Dates are in UTC.
## 2.8.0 (2021-02-19)
- Add elevation gain / loss to "distance travelled" calculation ([#51](https://github.com/owntracks/frontend/issues/51))
## 2.7.0 (2021-02-14)
- Rename translation files from `xx` to `xx-XX` format to allow different language variants
+1 -1
View File
@@ -6,7 +6,7 @@ COPY . ./
RUN yarn build
FROM nginx:1.18-alpine
LABEL version="2.7.0"
LABEL version="2.8.0"
LABEL description="OwnTracks UI"
LABEL maintainer="Linus Groh <mail@linusgroh.de>"
ENV LISTEN_PORT=80 \
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "owntracks-ui",
"version": "2.7.0",
"version": "2.8.0",
"author": {
"name": "Linus Groh",
"email": "mail@linusgroh.de"