v2.6.0 #27047
Replies: 12 comments 31 replies
-
Has there been any process to do this automatically or will it need to be done for users who haven't explicitly done it? I can be fairly certain my mom hasn't done anything that isn't automatic, so I'm curious if I need to / if there is a way to do this remotely for her account or if I need to walk her through it. |
Beta Was this translation helpful? Give feedback.
-
|
I got this unrecoverable error updating from 2.5.6 to 2.6.0 on Android 16: type 'String' is not a subtype of type 'int' of 'index' #0 ApiService.getServerUrls (package:immich_mobile/services/api.service.dart:187) |
Beta Was this translation helpful? Give feedback.
-
It is interesting. Doesn't this solve problem 26620? How do I start using this in Immich? |
Beta Was this translation helpful? Give feedback.
-
|
I do know that this is a "bad/n00b question". How do I update? Do I just type "update" within the lfx container? |
Beta Was this translation helpful? Give feedback.
-
|
Great sprint, immich team! |
Beta Was this translation helpful? Give feedback.
-
|
I appreciate the detailed and well-written release notes. The inclusion of screenshots and screen recordings puts it over the top. Great work! |
Beta Was this translation helpful? Give feedback.
-
|
I would like to add that after a ton of trial and error, Immich 2.6.0 is basically the first release that properly supports Intel Battlemage GPUs and newer (including Panther Lake). It can encode H.264, H.265, and AV1 (VP9 is unsupported, unfortunately; the problem is on the media-driver side; ensure you switch it in the hardware encoding settings to, e.g., H.264). ML tasks work faster, and OCR finally won't leak anymore (at least so fast; previously, in the case of Intel, it would leak within minutes). As a contributor, I would like to hear feedback from the Battlemage owners. |
Beta Was this translation helpful? Give feedback.
-
|
Not sure if it was #25179 or something else, but I am happy I don't need to wait 5+ seconds for my albums to show up on mobile when I have selected an item on the main timeline. It's more or less instantaneous now! |
Beta Was this translation helpful? Give feedback.
-
|
After updating server and App, Now the SEARCH funktion does not work any more. :( |
Beta Was this translation helpful? Give feedback.
-
|
On the web version I can pickup any Photo into the album and use as albums' cover. But on mobile app I can choose just the photo uploaded by albuns' owner. Example
|
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the new release. One humble request. It would really help if you could shout out changes to the docker-compose.yml file as well, in the release announcements and changelog. Like, in this release, the redis image changed. For people just pulling in the newer images following the release channel via .env, this would keep them unaware of the fact that their images are still the older ones and not in sync with what upstream recommends. |
Beta Was this translation helpful? Give feedback.
-
|
Hi everyone, I can't update the app through the Play Store; I get the error message "IMMICH cannot be installed. Please try again." When I download the app directly from GitHub, the update still doesn't work. And F-Droid hasn't received an update yet... Does anyone have any ideas on how to fix this without having to uninstall and reinstall the app? |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
v2.6.0
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 to 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:Warning
For those who are still using the old timeline, please switch to the new timeline to avoid interruption, as the old timeline will be removed in the next release.
ps: The old timeline has an exclamation icon next to the logo.

Highlights
schema-check: a newimmich-admincommandMap side panel (web)
The 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 adding to favorites and adding to an album.
Pick album cover (mobile)
Users can now pick a new album cover directly from the mobile app.
540300751-58fc1937-aed8-40b8-869c-9cb47c1d40c2.mov
Shared link slugs (mobile)
The mobile app now also supports setting a shared link slug, a feature that's been available on the web for a while.
shasre-slug.mp4
Shared link presets (web)
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.
Native HTTP clients (mobile)
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.
Video player and asset viewer improvements (mobile)
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.
The asset viewer now uses a gradient for actions, and video controls have been restyled
Inline asset details
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.
Before
ScreenRecording_03-19-2026_15-37-19_1.mov
After
ScreenRecording_03-19-2026.14-23-44_1.mp4
Improved search results (mobile)
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.
screen-20260224-231550-1771974915747.2.mp4
schema-check: a newimmich-admincommandA new
immich-admincommand has been added in 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 startup.Read profile claims from
idToken(OAuth)Prior to
v2.6.0, Immich resolved theemailand other claims from the userinfo endpoint. Now, Immich also supports reading those claims directly from theidToken. This makes it possible to use providers such as Microsoft ADFS that do not support the userinfo endpoint.As always, there are many more QoL improvements, bug fixes, and enhancements in this release. Please find the full release note below
Support Immich
If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app or our merchandise at https://immich.store
What's Changed
🔒 Security
🚀 Features
🌟 Enhancements
🐛 Bug fixes
DB_URLis set to unix-domain socket connection by @fabio-garavini in fix(server): db restore failure whenDB_URLis set to unix-domain socket connection #26252DROP INDEXin transaction to prevent missing index on rollback by @haoxi911 in fix: includeDROP INDEXin transaction to prevent missing index on rollback #25399state_unsafe_mutationerror on people page by @michelheusschen in fix(web): preventstate_unsafe_mutationerror on people page #26438📚 Documentation
🌐 Translations
New Contributors
DB_URLis set to unix-domain socket connection #26252DROP INDEXin transaction to prevent missing index on rollback #25399Full Changelog: v2.5.6...v2.6.0
This discussion was created from the release v2.6.0.
Beta Was this translation helpful? Give feedback.
All reactions