v3.1.0 #30359
Replies: 6 comments 21 replies
|
It looks like it broke backup in Android. Message "Sync failed. Cannot process backup. |
|
Hello! This is the basic json, but i dont know how to incorporate capture groups? |
|
I noticed recently that android app is doing something in the background (checking new assets I guess). |
|
Im using immich as docker and its not pulling the new version |
|
That coming up as 404. Check your link.
…On Wed, Jul 29, 2026, 2:42 PM Daniel Lanbourg ***@***.***> wrote:
Im using immich as docker and its not pulling the new version
this is my docker image
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
<http://ghcr.io/immich-app/immich-server:$%7BIMMICH_VERSION:-release%7D>
—
Reply to this email directly, view it on GitHub
<#30359?email_source=notifications&email_token=BUKFPFFVEELLDVHURL3UMVT5HJASFA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZYGMYTEOBXUZZGKYLTN5XKOY3PNVWWK3TUUVSXMZLOOSWGM33PORSXEX3DNRUWG2Y#discussioncomment-17831287>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BUKFPFHOLEI4GHBJSAH7X4D5HJASFAVCNFSNUABIKJSXA33TNF2G64TZHM2DKNJSGI4TCNRYHNCGS43DOVZXG2LPNY5TCMBVGE4DQMRXUF3AE>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/BUKFPFBEKKRRAOZM3FEPQQL5HJASFA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZYGMYTEOBXUZZGKYLTN5XKOY3PNVWWK3TUUVSXMZLOOSVGM33PORSXEX3JN5ZQ>
and Android
<https://github.com/notifications/mobile/android/BUKFPFFFBWCAMN2YUO5QMMT5HJASFA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZYGMYTEOBXUZZGKYLTN5XKOY3PNVWWK3TUUVSXMZLOOSXGM33PORSXEX3BNZSHE33JMQ>.
Download it today!
You are receiving this because you commented.Message ID:
***@***.***>
|
|
Love the OIDC change, have been waiting for it! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Welcome to Immich
v3.1.0!This release includes several quality of life improvements and another round of bug fixes. Keep reading below for the complete highlights.
Highlights
Upload wakelock (web)
Similar to mobile, the web application will now automatically acquire a wakelock to prevent the screen from dimming while uploads are happening. This feature will require an HTTPS connection.
Undo archive (web)
After archiving assets, the success notification now has an “undo” button to undo the action.
Filter assets by server filepath (workflows)
The asset file filter has a new option “Use path”. When set to true, it will filter based on the actual path on the server rather than the original file name.
Filter assets by EXIF metadata (workflows)
A new workflow filter has been added that allows you to filter assets based on their EXIF metadata fields. For now it only supports string comparisons, with numerical comparisons expected to come soon.
Quick navigate to maintenance page (web)
The command palette (
CTRL+Kor/) now includes an item for the maintenance page.Better slideshow button visibility (web)
The slideshow buttons on the web are now wrapped in a container with a backdrop blur, making them easier to view when the current asset is very light.
OIDC role claim sync improvements (OAuth)
The OAuth integration in Immich supports setting an initial
isAdminvalue for new users via a role claim. This same process has been updated to now syncisAdminon subsequent logins. Additionally, the role claim now supports both single values (immich_role: 'admin') in addition to lists of values (immich_role: ["admin", "user"]), making in more flexible.Invalidate sessions on password reset (admin-cli)
When using the admin command line interface to reset a password, there is now a new option to invalidate existing sessions.
Date range for map (mobile)
Similar to web, mobile now also supports filtering the map for assets within a given date range.
What's Changed
🚨 Breaking Changes
🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors
Full Changelog: v3.0.3...v3.1.0
This discussion was created from the release v3.1.0.
All reactions