Skip to content

Commit

Permalink
Release 2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Dec 13, 2019
1 parent b2edda4 commit fac0479
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
ENV LISTEN_PORT=80 \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "owntracks-ui",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"author": {
"name": "Linus Groh",
"email": "[email protected]"
Expand Down

0 comments on commit fac0479

Please sign in to comment.