github Freika/dawarich 0.19.0

latest releases: 0.21.0, 0.20.2, 0.20.1...
17 days ago

The Photoprism integration release

⚠️ This release introduces a breaking change. ⚠️
The GET /api/v1/photos endpoint now returns following structure of the response:

[
  {
    "id": "1",
    "latitude": 11.22,
    "longitude": 12.33,
    "localDateTime": "2024-01-01T00:00:00Z",
    "originalFileName": "photo.jpg",
    "city": "Berlin",
    "state": "Berlin",
    "country": "Germany",
    "type": "image", // "image" or "video"
    "source": "photoprism" // "photoprism" or "immich"
  }
]

Added

  • 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

💙 This release is supported by Steven B., James Manolios, chenrik and aldumil on Patreon 💙

What's Changed

New Contributors

Full Changelog: 0.18.2...0.19.0

Don't miss a new dawarich release

NewReleases is sending notifications on new releases.