Skip to content

3.0.0

Latest

Choose a tag to compare

@alangrainger alangrainger released this 30 Jun 01:11

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.md for 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:

  • allowDownloadAllallowDownload (same 0/1/2). Now purely the download-UI switch (zip + multi-select + per-asset button); no effect on image quality.
  • downloadOriginalPhotomaxDownloadQuality (true"original", false"preview").

See docs/configuration.md for the full table and migration notes.