Release 2.0.0-beta.11

This commit is contained in:
Linus Groh
2020-03-01 21:11:33 +00:00
parent f2d461d019
commit fb97cd080f
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -1,5 +1,15 @@
# Changelog
Dates are in UTC.
## 2.0.0-beta.11 (2020-03-01)
- Add Spanish translations ([#25](https://github.com/owntracks/frontend/pull/25), [@dtorner](https://github.com/dtorner))
- Change "distance travelled" label to `title`
- Replace map initial center/zoom config with auto fitting ([#23](https://github.com/owntracks/frontend/issues/23))
- Enhance code type definitions using TypeScript features ([#20](https://github.com/owntracks/frontend/pull/20))
- Upgrade dependencies
## 2.0.0-beta.10 (2020-02-07)
- Add "distance travelled" feature
+1 -1
View File
@@ -6,7 +6,7 @@ COPY . ./
RUN yarn build
FROM nginx:1.17-alpine
LABEL version="2.0.0-beta.10"
LABEL version="2.0.0-beta.11"
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.0.0-beta.10",
"version": "2.0.0-beta.11",
"author": {
"name": "Linus Groh",
"email": "mail@linusgroh.de"