Release 2.0.0-beta.3

This commit is contained in:
Linus Groh
2019-12-13 19:53:31 +00:00
parent b2edda410f
commit fac0479b25
3 changed files with 15 additions and 3 deletions

View File

@@ -1,4 +1,16 @@
# 2.0.0-beta.1 (2019-11-02)
# 2.0.0-beta.3 (2019-12-13)
- Add i18 support (currently English and German, `locale` config option)
- Add custom checkbox focus style
- Fix layer dropdown issues
- Fix checkbox style issues
- Fix hover/focus inconsistencies
- Fix Docker image labels
- `README.md` enhancements
- Upgrade dependencies
# 2.0.0-beta.2 (2019-11-02)
- Add `onLocationChange.reloadHistory` config option
- Add Travis CI config

View File

@@ -6,7 +6,7 @@ COPY . ./
RUN yarn build
FROM nginx:1.17-alpine
LABEL version="2.0.0-beta.2"
LABEL version="2.0.0-beta.3"
LABEL description="OwnTracks UI"
LABEL maintainer="Linus Groh <mail@linusgroh.de>"
ENV LISTEN_PORT=80 \

View File

@@ -1,6 +1,6 @@
{
"name": "owntracks-ui",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"author": {
"name": "Linus Groh",
"email": "mail@linusgroh.de"