Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Dec 29, 2020
1 parent 163e0e3 commit 1a47fd1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Dates are in UTC.

## 2.6.0 (2020-12-29)

- Add `router.basePath` config option for non-webroot deployments
- Configure Vue to not assume it's on the web root ([#47](https://github.com/owntracks/frontend/pull/47), [@growse](https://github.com/growse))
- Update Docker NGINX config to listen on IPv6 as well ([#46](https://github.com/owntracks/frontend/pull/46), [@growse](https://github.com/growse))
- Upgrade dependencies

## 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))
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.5.1"
LABEL version="2.6.0"
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.5.1",
"version": "2.6.0",
"author": {
"name": "Linus Groh",
"email": "[email protected]"
Expand Down

0 comments on commit 1a47fd1

Please sign in to comment.