mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
Update changelog
This commit is contained in:
parent
b43e7a5076
commit
e2d0b73f56
1 changed files with 6 additions and 2 deletions
|
|
@ -22,19 +22,23 @@ This is optional feature and is not required for the app to work.
|
||||||
|
|
||||||
## Removed
|
## Removed
|
||||||
|
|
||||||
- Optional telemetry was removed from the app.
|
- Optional telemetry was removed from the app. The `ENABLE_TELEMETRY` env var can be safely removed from docker compose.
|
||||||
- Sidekiq Web UI is now protected by basic auth in non-self-hosted mode.
|
|
||||||
|
|
||||||
## Changed
|
## 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.
|
- `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.
|
- 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
|
## Added
|
||||||
|
|
||||||
- You can now provide SMTP settings in ENV vars to send emails.
|
- You can now provide SMTP settings in ENV vars to send emails.
|
||||||
- You can now edit imports. #1044 #623
|
- You can now edit imports. #1044 #623
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
|
||||||
|
- Importing data from Immich now works correctly. #1019
|
||||||
|
|
||||||
|
|
||||||
# 0.25.4 - 2025-04-02
|
# 0.25.4 - 2025-04-02
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue