July 29, 2026
— Immich Team
Release notes for v3.1.0 — Undo archive, OIDC role sync, bug fixes and more!
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.
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.
After archiving assets, the success notification now has an “undo” button to undo the action.
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.
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.
The command palette (CTRL+K or /) now includes an item for the maintenance page.
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.
The OAuth integration in Immich supports setting an initial isAdmin value for new users via a role claim. This same process has been updated to now sync isAdmin on 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.
When using the admin command line interface to reset a password, there is now a new option to invalidate existing sessions.
immich-admin reset-admin-password
Found Admin:
- ID=e65e6f88-2a30-4dbe-8dd9-1885f4889b53
- OAuth ID=
- [email protected]
- Name=Immich Admin
? Please choose a new password (optional) immich-is-cool
? Invalidate existing sessions? Yes
The admin password has been updated.Similar to web, mobile now also supports filtering the map for assets within a given date range.
Full Changelog: https://github.com/immich-app/immich/compare/v3.0.3...v3.1.0
Cheers,
The Immich Team