Skip to content

v0.11.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Aug 19:08
df86999

Highlights

  • client-workflow fix-album-dates: scans albums named after a date (yyyy-MM-dd <title> e.g. 2025-07-04 Garten, or yyyy <title> e.g. 2010 USA), flags assets whose local capture date falls outside the range implied by the album name, and offers to fix exact-day mismatches (only the date changes, time of day is preserved). Supports --dry-run, --offset-days (absorbs camera timezone/DST boundary slack), --interactive (review and fix one album at a time), and --yes. Also adds assets update, exposing the underlying PUT /assets/{id} (updateAsset) as a plain command.
  • client-workflow find-heic-tile-defect: detects HEIC/HEIF assets affected by a real Immich thumbnail-rendering defect — files whose pixel width/height aren't an exact multiple of the HEIF grid tile size (512px default) can render as a garbled, low-detail preview/thumbnail even though the original image is completely intact. Read-only by default; --apply-tag optionally tags candidates (default tag immich-admin-cli/corrupt-heic, auto-created) so they can be found again in the web UI.

What's Changed

  • Add client-workflow fix-album-dates by @dhcgn in #24
  • Add client-workflow find-heic-tile-defect by @dhcgn in #25
  • Release v0.11.0 by @dhcgn in #26

Full Changelog: v0.10.0...v0.11.0