Update changelog

This commit is contained in:
Eugene Burmakin 2025-04-18 20:04:32 +02:00
parent b43e7a5076
commit e2d0b73f56

View file

@ -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