Release 2.5.1

This commit is contained in:
Linus Groh
2020-10-27 18:07:21 +00:00
parent 7ab98be4ad
commit 658cb6b223
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -2,6 +2,11 @@
Dates are in UTC.
## 2.5.1 (2020-10-27)
- Fix incorrect handling of `api.baseUrl` with trailing slash ([#44](https://github.com/owntracks/frontend/pull/44), [@karmanyaahm](https://github.com/karmanyaahm))
- Upgrade dependencies
## 2.5.0 (2020-09-07)
- Add `filters.fitView` config option - this will prevent the map from re-fitting automatically by default when a live location changes ([#41](https://github.com/owntracks/frontend/issues/41))
+1 -1
View File
@@ -6,7 +6,7 @@ COPY . ./
RUN yarn build
FROM nginx:1.17-alpine
LABEL version="2.5.0"
LABEL version="2.5.1"
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.5.0",
"version": "2.5.1",
"author": {
"name": "Linus Groh",
"email": "mail@linusgroh.de"