Highlights
client-workflow fix-album-dates: scans albums named after a date (yyyy-MM-dd <title>e.g.2025-07-04 Garten, oryyyy <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 addsassets update, exposing the underlyingPUT /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-tagoptionally tags candidates (default tagimmich-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