Skip to content

Commit

Permalink
Release 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Jun 10, 2024
1 parent 554ce3f commit a449652
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 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.15.0 (2024-06-10)

- Implement POI map layer (see [Booklet](https://owntracks.org/booklet/features/poi/))

- Use the `map.poiMarker` config option to tweak the appearance, defaults to a red circle slightly larger than the default location points
- Use `map.layers.poi` to change the layer visibility, defaults to `true`

## 2.14.0 (2024-06-09)

- Implement new date/time range picker ([#116](https://github.com/owntracks/frontend/pull/116), [@jduar](https://github.com/jduar) / [@Tofee](https://github.com/Tofee))
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 npm run build

FROM nginx:1.25-alpine
LABEL version="2.14.0"
LABEL version="2.15.0"
LABEL description="OwnTracks Frontend"
LABEL maintainer="Linus Groh <[email protected]>"
ENV LISTEN_PORT=80 \
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "owntracks-frontend",
"version": "2.14.0",
"version": "2.15.0",
"license": "MIT",
"author": {
"name": "Linus Groh",
Expand Down

0 comments on commit a449652

Please sign in to comment.