From e2d0b73f565623893d439c16d05c9c2c1c0ba7d0 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Fri, 18 Apr 2025 20:04:32 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 095e92e0..06a9b5c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,19 +22,23 @@ This is optional feature and is not required for the app to work. ## Removed -- Optional telemetry was removed from the app. -- Sidekiq Web UI is now protected by basic auth in non-self-hosted mode. +- Optional telemetry was removed from the app. The `ENABLE_TELEMETRY` env var can be safely removed from docker compose. ## Changed - `rake points:migrate_to_lonlat` task now also tries to extract latitude and longitude from `raw_data` column before using `longitude` and `latitude` columns to fill `lonlat` column. - Docker entrypoints are now using `DATABASE_NAME` environment variable to check if Postgres is existing/available. +- Sidekiq web UI is now protected by basic auth. Use `SIDEKIQ_USERNAME` and `SIDEKIQ_PASSWORD` environment variables to set the credentials. ## Added - You can now provide SMTP settings in ENV vars to send emails. - You can now edit imports. #1044 #623 +## Fixed + +- Importing data from Immich now works correctly. #1019 + # 0.25.4 - 2025-04-02