Release 2.4.0

This commit is contained in:
Linus Groh
2020-06-01 18:44:07 +01:00
parent d0f2a99302
commit cb0694b032
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -2,6 +2,12 @@
Dates are in UTC.
## 2.4.0 (2020-06-01)
- Add `filters.minAccuracy` config option - this allows ignoring location points which do
not meet the configured accuracy requirement ([#35](https://github.com/owntracks/frontend/issues/35))
- Upgrade dependencies
## 2.3.1 (2020-05-09)
- Fix linting issue in `config.md`
+1 -1
View File
@@ -6,7 +6,7 @@ COPY . ./
RUN yarn build
FROM nginx:1.17-alpine
LABEL version="2.3.1"
LABEL version="2.4.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.3.1",
"version": "2.4.0",
"author": {
"name": "Linus Groh",
"email": "mail@linusgroh.de"