Release 2.1.0

This commit is contained in:
Linus Groh
2020-03-18 00:35:24 +00:00
parent e744e2c001
commit 458658865e
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -2,6 +2,13 @@
Dates are in UTC.
## 2.1.0 (2020-03-18)
- Replace default Leaflet marker with a custom one ([#2](https://github.com/owntracks/frontend/issues/2))
- Improve verbose mode logging
- Improve mobile usability ([#19](https://github.com/owntracks/frontend/issues/19))
- Upgrade dependencies
## 2.0.0 (2020-03-01)
Stable release of v2, finally! 🎉
+1 -1
View File
@@ -6,7 +6,7 @@ COPY . ./
RUN yarn build
FROM nginx:1.17-alpine
LABEL version="2.0.0"
LABEL version="2.1.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.0.0",
"version": "2.1.0",
"author": {
"name": "Linus Groh",
"email": "mail@linusgroh.de"