March 19, 2026
— Immich Team
Release notes for v2.6.0 — map side panel, share link slugs on mobile, native http clients, video player improvements on mobile and more!!
Welcome to Immich v2.6.0! This release is a collection of more than 350 commits over 6 weeks. I know, it is an eternity between releases compared to our previous era. This version focuses on bug fixes and enhancements across the app to provide a more delightful and smoother experience for you. This release also prepares for the next major release in the coming month, which will remove the old timeline implementation. Let's dive into the highlights of the release:
schema-check: a new immich-admin commandThe map view on the web now opens a mini-timeline component as a side panel when you click on a cluster of assets. This makes it easier to view the cluster at a glance and enables bulk actions, such as favorite and add to album.
Users can now pick a new album cover directly from the mobile app.
The mobile app now also supports setting a shared link slug, a feature that's been available on the web for a while.
The expiration form input on the web was always a bit confusing, but it's been updated to make it easier to see and understand when a shared link will expire.
The mobile app now uses native HTTP clients across both Android and iOS, with support for mTLS, self-signed certificates, basic auth, and custom headers. These features should now be more reliable and extend to background tasks, video playback, and other parts of the app. This also improves the app's overall network request performance thanks to HTTP/2 and HTTP/3, multiplexing, and caching.
The asset viewer has undergone many improvements under the hood to make it simpler, faster and more reliable. We've also added playback support for GIFs, enabled video zooming, and made many more bug fixes and tweaks.
This used to be a bottom sheet, and had a lot of glue for alignment. The new version is much more responsive and less buggy.
The search results page now loads more results without rebuilding the entire grid, and should now load much faster. There are also new screens for when there are no search results and when all results have been loaded.
schema-check: a new immich-admin commandA new immich-admin command has been added this release: schema-check. The command runs a report on the database to check if any indexes, constraints, tables or columns are missing. This check also runs automatically on start up.
idToken (OAuth)Prior to v2.6.0 Immich resolved the email and other claims from the userinfo endpoint. Now, Immich also supports reading those claims directly from the idToken. This makes it possible to use providers such as Microsoft ADFS that do not support userinfo.
As always, please consider supporting the project.
🎉 Cheers! 🎉
\n
DB_URL is set to unix-domain socket connection by @fabio-garavini in https://github.com/immich-app/immich/pull/26252DROP INDEX in transaction to prevent missing index on rollback by @haoxi911 in https://github.com/immich-app/immich/pull/25399state_unsafe_mutation error on people page by @michelheusschen in https://github.com/immich-app/immich/pull/26438Full Changelog: https://github.com/immich-app/immich/compare/v2.5.6...v2.6.0
Cheers,
The Immich Team