Immich | v2.6.1

Immich v2.6.1 released on 19-03-2026


Immich v2.6.1 is out now. It resolves a critical mobile migration when switching server URLs and addresses several web and UI bugs affecting uploads, albums and metadata.

Check the project’s GitHub release notes for the full changelog and upgrade instructions: https://github.com/immich-app/immich/compare/v2.6.0…v2.6.1

What’s in this release

  • Mobile: fixed a failed migration issue when the URL Switching feature is used, preventing app-side migration failures when changing server URLs.
  • Uploads & session stability: stop in‑progress uploads on logout to avoid orphaned or stalled uploads, and disable the web send button to prevent duplicate or invalid send actions.
  • Albums & UI: wrap long album titles to prevent layout breakage and ignore errors when deleting untitled albums to avoid user-facing failures during cleanup; plus metadata fixes that fall back to email when a name is empty and prevent writing empty EXIF tags.

Upgrade notes

  • No breaking changes are reported for v2.6.1; follow the upgrade guidance and full changelog on GitHub: https://github.com/immich-app/immich/compare/v2.6.0…v2.6.1
  • If you need to roll back, the previous tag is v2.6.0 — revert to that release and consult the changelog for any differences.

Share any comments or issues on the project’s GitHub so maintainers and the community can see your experience.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes