From 28539014c6fb8040d3eeda9975aecb006554a159 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 16 Feb 2025 11:04:34 +0100 Subject: [PATCH] Update CHANGELOG.md --- immich/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index 2db7f6dc4..2c656717e 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,10 +1,11 @@ - RISK OF BREAKING CHANGE : backup both immich & postgres before starting - RISK OF BREAKING CHANGE : rewrite and improve database creation tool using addon options (overwritting manual database creation) - SECURITY FIX : avoid hardcoding the postgres root password and change it if was already applied +- NEW FUNCTION : allow to define a library path outside of the data location. For example, if you specify /mnt/NAS/MyPictures as "library_location", and /mnt/NAS/Immich as "data_location", it will then create the whole structure in /mnt/NAS/Immich including the /mnt/NAS/Immich/library. However, this will just be a symlink to /mnt/NAS/MyPictures ; allowing people to still manage their hard drives in a more linear manner - Ensure host is reachable before starting - Autocorrect homeassistant.local to local ip - Align configuration with /addon_configs -- NEW FUNCTION : allow to define a library path outside of the data location. For example, if you specify /mnt/NAS/MyPictures as "library_location", and /mnt/NAS/Immich as "data_location", it will then create the whole structure in /mnt/NAS/Immich including the /mnt/NAS/Immich/library. However, this will just be a symlink to /mnt/NAS/MyPictures ; allowing people to still manage their hard drives in a more linear manner +- Add gpu access ## 1.126.1 (15-02-2025) - Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)