From 2b77a58dbfa0a6748d30aef09f7c43bfd5405b04 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Wed, 4 Dec 2024 14:08:08 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23150af8..c6e923d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,11 @@ The `GET /api/v1/photos` endpoint now returns following structure of the respons - Photos from Photoprism are now can be shown on the map. To enable this feature, you need to provide your Photoprism instance URL and API key in the Settings page. Then you need to enable "Photos" layer on the map (top right corner). - Geodata is now can be imported from Photoprism to Dawarich. The "Import Photoprism data" button on the Imports page will start the import process. +### Fixed + +- z-index on maps so they won't overlay notifications dropdown +- Redis connectivity where it's not required + # 0.18.2 - 2024-11-29 ### Added