MyGit

0.19.0

Freika/dawarich

版本发布时间: 2024-12-04 21:07:49

Freika/dawarich最新发布版本:0.22.3(2025-01-15 06:37:39)

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"
  }
]

Volumes in docker-compose.yml were renamed:

volumes:
-  db_data:
-  gem_cache:
-  shared_data:
-  public:
-  watched:
+  dawarich_db_data:
+  dawarich_gem_cache_app:
+  dawarich_gem_cache_sidekiq:
+  dawarich_shared:
+  dawarich_public:
+  dawarich_watched:

For existing instances, there is no need renaming them.

Added

Fixed

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

What's Changed

New Contributors

Full Changelog: https://github.com/Freika/dawarich/compare/0.18.2...0.19.0

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-12-04发行的版本