Immich | v2.6.1

Immich v2.6.1 released on 19-03-2026


Immich v2.6.1 is out now. It fixes a mobile-app migration failure related to the URL Switching feature and tidies several web and server bugs to reduce crashes, orphaned uploads and metadata errors.

See the full changelog on GitHub for the complete list of commits and merged PRs: compare v2.6.0…v2.6.1.

What’s in this release

  • Mobile URL Switching migration hotfix — the mobile client now correctly migrates server URLs to avoid blocked migrations and crashes.
  • Web upload and UI stability fixes — in-progress uploads are stopped on logout, the send button is disabled to avoid duplicate actions, long album titles are wrapped, and errors deleting untitled albums are ignored.
  • Server and metadata integrity fixes — fallback to a user’s email when the name field is empty to avoid blank display names, and corrected EXIF writing so empty tags are not written.

Upgrade notes

  • No breaking changes are reported in the release notes; proceed with a normal update and review the changelog for any environment-specific details.
  • If you need to inspect or revert changes, consult the full changelog on GitHub for commit-level details: compare v2.6.0…v2.6.1.

Let us know how the upgrade goes and share any issues or observations so others can benefit from 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