v2.7.0 #27586
Replies: 16 comments 30 replies
-
|
Any news about migrating to postgres 18? |
Beta Was this translation helpful? Give feedback.
-
|
Does the default helmet config take into account the configured "external domain" set in server settings? I don't have a really complicated setup, just the default docker-compose with traefik with my own domain, but enabling helmet causes the timeline to not load. Presumably I just need to copy the default config and add in my own domain, but it would be nice if that was handled automatically, assuming that's what the issue is. |
Beta Was this translation helpful? Give feedback.
-
|
Any word on whether the new face tagging feature works with pets that weren't recognized automatically? Excited to try it out. |
Beta Was this translation helpful? Give feedback.
-
|
Serious suggestion, to avoid the "we just released and need to issue several patches" cycle maybe it would be wise to have a "nightly" and "stable" channel; so those who are willing can test and those that need their server stable can turn on auto updates without having to worry about stuff breaking? Maybe auto updates is always a bad idea, but I also don't think assuming people will not update immediately is a good plan for making sure releases are stable. I personally never update until a few weeks have passed and there haven't been any patches, but I'd hate for someone new to Immich to fall into the trap of updating immediately on release only for things to break. |
Beta Was this translation helpful? Give feedback.
-
|
On F-Droid Immich is stuck on 2.5.6 with the old icon... |
Beta Was this translation helpful? Give feedback.
-
|
Why is there no v2.7.1 |
Beta Was this translation helpful? Give feedback.
-
|
Unsure why, but enabling Errors read: |
Beta Was this translation helpful? Give feedback.
-
|
For users using Cloudflare with Immich, an error still occurs using the helmet file that can be resolved by Immich updating the helmet.json file. The fix: EDIT: I do not have access to my helmet file locally, this may be a me issue. But is this something Immich will add? |
Beta Was this translation helpful? Give feedback.
-
|
For anyone else wondering if their hardware will be impacted by the forthcoming min version requirements |
Beta Was this translation helpful? Give feedback.
-
|
Thank you guys for addressing the issue with ML service not working on older processors. |
Beta Was this translation helpful? Give feedback.
-
|
Hi i may have an idea for the dublicates; I think it would be nice if immich would stack dublicats automatically and just display the one with best resolution in the timeline with a link to the other version. Im quite lazy and i have a lot due to missmanagement bevore using immich and that would clean my timeline without manual labor |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Somehow my webapp is not loading anymore. |
Beta Was this translation helpful? Give feedback.
-
|
Updating to 2.7.0 broke the TrueNAS immich app. It won't start anymore. This update is not stable. |
Beta Was this translation helpful? Give feedback.
-
|
Hmm are image editor shortcuts customizable? [ and ] are accessible via alt combination on my layout, so not very usable (as usual when the English kb layout is assumed). On the duplicate editor, does it finally prefer duplicates in album versus those simply in the timeline? I have an external ro library with all my trips and some of those photos are also still in my normal timeline. Had to live with that so far, because deduplicating was a nightmare of immich randomly suggesting to remove the image which was in the ro album library... Can't test the currentbversion yet sadly. |
Beta Was this translation helpful? Give feedback.
-
|
I have updated to 2.7.5, enabled helmet, and am running into an issue where immich never loads, I just see the rotating flower only... I have a locally hosted instance via docker-compose, and am accessing from same LAN locally. Server log does not say anything, browser console says: |
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.7.0
Welcome to Immich
v2.7.0!This release includes enhancements to the asset viewer, security improvements, changes to the duplicate APIs and viewer, and a bunch of bug fixes. Keep reading below for the complete highlights and a note on the upcoming
v3.0.0release.Note
We're working on a managed backup service for Immich with end-to-end encrypted backups of your library to a remote datacentre where only you hold the keys.
We've put together a quick survey (~5 mins) to get a better idea of how you're backing things up today and what you'd actually want from something like this. Your answers help us figure out what to prioritise, so we'd really appreciate it if you took a few minutes to fill it out.
Leave your email at the end if you're interested in joining our free closed beta when it's ready.
https://futo-backups-survey.immich.app/
Known limitations
amd64currently requires the>= x86-64-v2microarchitecture. This will be patched in an upcoming patch release for backward compatibility with very old processors (before ~2010), but it will become a minimum requirement in 3.0.arm64is not affected by this change.Highlights
Remove from album
The web has a new action, "Remove from album," available in the asset viewer that makes it easier to remove an asset from an album. This action is available to both album and asset owners.
Move to locked folder in the Folder view
Similarly, the folder view now includes the "Move to locked folder" action.
Editor shortcuts
Users on the web can now edit with keyboard shortcuts. Press
eto open the editor. Once in the editor, press[or]to rotate the asset +/- 90 degrees. Finally, save any changes and close the editor withENTER.slice.mp4
Create a new face on-the-fly in the face tag editor
You can now create a new face/person on the fly from the face tagging editor interface
Deduplication improvements
The duplicate screen has gone through a bunch of iterations since it was first introduced all the way back in May, 2024. The latest release moves a bunch of logic from the client to the server, which now automatically suggests which asset to keep based on image size and EXIF data. Additionally, the new server implementation will automatically synchronize metadata, including albums, favorite status, rating, description, visibility, location, and tags. For more information about this process, see the new documentation.
Helmet configuration
You can now opt in to using a Content Security Policy (CSP) in Immich. The new environment variant
IMMICH_HELMET_FILEaccepts a boolean or a path to a helmet configuration file.Recommend action: The team recommends setting
IMMICH_HELMET_FILE=trueto enable the default policy. Then, please let us know if you run into any issues with it.Background and details
Since Immich is deployed in so many different ways, it has been hard to figure out how to enable a CSP that would not conflict with or break existing installs that might use 3rd party map providers, custom CSS, embed Immich in an iframe, or other such features. In this release, we have added the ability to both opt in to a default policy and configure a custom one. To use the default policy, simply set the environment variable
IMMICH_HELMET_FILE=true. To use a custom policy, set the environment variable to a path on disk (within the immich-server) that contains a valid helmet configuration (e.g.IMMICH_HELMET_FILE=/opt/immich/helmet.json). CSP can be used to control what scripts are allowed to run on the page, which domains to load images from, etc. Additionally, it can be used to configure headers for Referrer-Policy, X-Powered-By, X-Frame-Options, and others.New version check infrastructure
Prior to this release, instances that used the automatic version check feature would send HTTP requests to
github.com. Now, we have set up a small service atversion.immich.cloudto handle these types of requests. This avoids any privacy implications of connecting togithub.com, as well as moves the request load to our own infrastructure.Notable fix: live photo and video download in Safari
When downloading files in Safari with the same name, it will simply overwrite the file instead of automatically renaming it. In this release, the still and motion parts of a live photo are now named differently to prevent this from happening.
Notable fix: escape HTML in panorama photo viewer
In
v2.6.0, we added the ability to show/view clip text in the panorama viewer, but introduced an XSS vulnerability, which has been fixed in this release. Interestingly, this was XSS using text in the image, which would then get read by OCR.Notable fix: Immich User Agent for external requests
Similar to the mobile app, the server now sends a custom User Agent header. The format for the User Agent is
immich-server/{version}. For example,immich-server/2.7.0.v3.0.0Just a heads up that this is the likely to be the last release before
v3.0.0. Being a major release there will be a handful of breaking changes, although it's worth noting that nothing is currently planned that requires user intervention. It is mainly changes that impact 3rd party developers. More information and details should be available in the coming weeks.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
π Features
π Enhancements
π Bug fixes
π Documentation
π Translations
New Contributors
Full Changelog: v2.6.3...v2.7.0
This discussion was created from the release v2.7.0.
Beta Was this translation helpful? Give feedback.
All reactions