Compatible with Immich v3
This release adds compatibility with the upcoming Immich 3.0. It will still remain compatible with Immich 2.x #256
Changes
- #162 #258 Allow zooming to fullsize image in the lightbox (configurable). IMPORTANT: due to how Immich works, you can only zoom to fullsize if the Immich album allows downloads. There is no way for IPP to get access to the full-size image if downloads are disabled in Immich. See
docs/configuration.mdfor full details. - Zoom is now via mouse scroll rather than Alt + scroll, to match Immich behaviour.
Config changes
Two new keys for controlling the image quality:
| Key | Values | Default | Purpose |
|---|---|---|---|
maxZoomQuality
| preview | fullsize
| preview
| Quality the lightbox loads on zoom |
maxDownloadQuality
| preview | fullsize | original
| original
| Quality a download serves |
Two renames - old keys still work via a startup deprecation notice:
allowDownloadAll→allowDownload(same0/1/2). Now purely the download-UI switch (zip + multi-select + per-asset button); no effect on image quality.downloadOriginalPhoto→maxDownloadQuality(true→"original",false→"preview").
See docs/configuration.md for the full table and migration notes.