Release 2.15.0

This commit is contained in:
Linus Groh
2024-06-10 19:58:13 +01:00
parent 554ce3f585
commit a44965226c
4 changed files with 11 additions and 4 deletions
+7
View File
@@ -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))
+1 -1
View File
@@ -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 <mail@linusgroh.de>"
ENV LISTEN_PORT=80 \
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "owntracks-frontend",
"version": "2.14.0",
"version": "2.15.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "owntracks-frontend",
"version": "2.14.0",
"version": "2.15.0",
"license": "MIT",
"dependencies": {
"deepmerge": "^4.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "owntracks-frontend",
"version": "2.14.0",
"version": "2.15.0",
"license": "MIT",
"author": {
"name": "Linus Groh",