chore(deps): update immich to v3.2.0 - autoclosed #242

Closed
renovate wants to merge 1 commit from renovate/immich into main
Member

This PR contains the following updates:

Package Update Change
ghcr.io/immich-app/immich-machine-learning minor v3.1.0v3.2.0
ghcr.io/immich-app/immich-server minor v3.1.0v3.2.0

Release Notes

immich-app/immich (ghcr.io/immich-app/immich-machine-learning)

v3.2.0

Compare Source

v3.2.0

Welcome to Immich v3.2.0!

This release includes many new features as well as the usual collection of bug fixes and cleanups. Keep reading below for a list of highlights.

Highlights
  • Docker compose builder
  • Revamped search UI (web)
  • Search API v2 (server)
  • View own people in shared assets, cross-user clustering
  • Workflow tags trigger and actions
  • Dedicated memories page
  • Tag renaming (web)
  • View assets in map viewport (web)
Docker compose builder

We recently released our new docker compose builder, which lets you put together a custom compose file for Immich more easily. Please try it out and give us your feedback!

Search API v2 (server)

We have built an entirely new search API that, amongst other things, will support searching within albums and combining multiple search filters with both AND and OR operations. Some of these features will be exposed to the search UI interfaces in the future, others will be used to power other fancy features as well as give 3rd party tools more functionality. If you are interested in the particular changes and examples for how to use the new API, feel free to check out the PR #​30179 as well as our API documentation at https://api.immich.app/endpoints/search/searchAssets.

Revamped search UI (web)

We have a new designer who helped us remodel the search modal, which has been pretty complex before and looks a lot more visually appealing in our opinion now. It still supports the same functionality, but with some quality of life additions as well as a significantly simpler look. In the future, we will extend this to also include some of the new features enabled by the new search API. Stay tuned and give us your feedback on the new design!

image

New search modal filtering by images with Jason in it, taken in the last 30 days in BC, Canada, tagged "Long Beach" with the context search term "Swimming"

image

Advanced filters showing camera make, model, and lens model, as well as filers for favorite and archive status, and album membership

View own people in shared assets

We are very happy to ship the first step towards better sharing. You can now have people recognized across trusted users, which also allows you to view people you already have records of in any shared assets!

In the user sharing settings there is a new section; cluster group.

cluster group

The user sharing settings showing a cluster group with Jane Doe and Mich in it

You can invite users on your instance that you trust to your own group, or join another group you have been invited to. These cluster groups make it possible to identify people in assets shared by users in the same group. They also likely improve accuracy, as the clustering will operate on a bigger pool of faces. People names and birth dates are still set on a per-user level and aren’t (yet) shared with users in the same group.

As of now, this requires resetting facial recognition for all users in the group, in order for the changes to apply retroactively for all assets. This means, names and birth dates will be lost, and the results can vary slightly compared to before. Only faces recognized by machine learning will be affected by this. We may be able to do some non-destructive merging in the future, but for now this is a necessary step in order to fully benefit from the feature. That is why we put a button in the sharing settings for every user in the group (specifically also non-admins) to reset the facial recognition for that group.

Workflow tags trigger and actions

Workflows have gotten a new trigger. You can now do automations when an asset has been tagged.

trigger list

In order to use this new trigger, there is also a new filter that allows you to match specific tags. It supports matching for all, any, or none in the provided list.

tag trigger

Lastly, a new workflow action to add tags to the current asset has also been added. It allows to add a list of tags at once.

add tag step

Dedicated memories page

The new memories page allows you to view past memories. You can also favorite memories and they will show up here and never get deleted. The goal is for this to be a place you can come back to at any point and reminisce in old memories.

image Memory page on the mobile app

Tag renaming (web)

Finally, you can also rename existing tags. This is a small addition to the edit tag modal on web, but under the hood was more complicated than you might expect.

tag renaming

View assets in map viewport (web)

Similarly to showing a timeline all assets in a cluster on the map when clicking on it, you can now open a timeline for assets currently in the viewport. There is a new button among the map controls to show assets in the area. It will open a timeline that will update as you pan around the map.

map view port with timeline

The map page showing a timeline of assets currently in the viewport on the right

As always, please consider supporting the project.

🎉 Cheers! 🎉

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: https://github.com/immich-app/immich/compare/v3.1.0...v3.2.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-machine-learning](https://github.com/immich-app/immich) | minor | `v3.1.0` → `v3.2.0` | | [ghcr.io/immich-app/immich-server](https://github.com/immich-app/immich) | minor | `v3.1.0` → `v3.2.0` | --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-machine-learning)</summary> ### [`v3.2.0`](https://github.com/immich-app/immich/releases/tag/v3.2.0) [Compare Source](https://github.com/immich-app/immich/compare/v3.1.0...v3.2.0) ##### v3.2.0 Welcome to Immich `v3.2.0`! This release includes many new features as well as the usual collection of bug fixes and cleanups. Keep reading below for a list of highlights. ##### Highlights - Docker compose builder - Revamped search UI (web) - Search API v2 (server) - View own people in shared assets, cross-user clustering - Workflow tags trigger and actions - Dedicated memories page - Tag renaming (web) - View assets in map viewport (web) ##### Docker compose builder We recently released our new [docker compose builder](https://immich.app/docker-compose-builder), which lets you put together a custom compose file for Immich more easily. Please try it out and give us [your feedback](https://github.com/immich-app/immich/discussions/31232)! ##### Search API v2 (server) We have built an entirely new search API that, amongst other things, will support searching within albums and combining multiple search filters with both AND and OR operations. Some of these features will be exposed to the search UI interfaces in the future, others will be used to power other fancy features as well as give 3rd party tools more functionality. If you are interested in the particular changes and examples for how to use the new API, feel free to check out the PR [#&#8203;30179](https://github.com/immich-app/immich/pull/30179) as well as our API documentation at <https://api.immich.app/endpoints/search/searchAssets>. ##### Revamped search UI (web) We have a new designer who helped us remodel the search modal, which has been pretty complex before and looks a lot more visually appealing in our opinion now. It still supports the same functionality, but with some quality of life additions as well as a significantly simpler look. In the future, we will extend this to also include some of the new features enabled by the new search API. Stay tuned and give us your feedback on the new design! <img alt="image" src="https://github.com/user-attachments/assets/aa1cf886-498d-4e9f-b7cf-96dcb8300818" /> *New search modal filtering by images with Jason in it, taken in the last 30 days in BC, Canada, tagged "Long Beach" with the context search term "Swimming"* <img alt="image" src="https://github.com/user-attachments/assets/d87e24db-d314-4462-a204-a9a3020c1ddd" /> *Advanced filters showing camera make, model, and lens model, as well as filers for favorite and archive status, and album membership* ##### View own people in shared assets We are very happy to ship the first step towards better sharing. You can now have people recognized across trusted users, which also allows you to view people you already have records of in any shared assets! In the [user sharing settings](https://my.immich.app/user-settings?isOpen=sharing) there is a new section; cluster group. <img alt="cluster group" src="https://github.com/user-attachments/assets/498d914b-40b2-427f-b0ba-04803706772a" /> *The user sharing settings showing a cluster group with Jane Doe and Mich in it* You can invite users on your instance that you trust to your own group, or join another group you have been invited to. These cluster groups make it possible to identify people in assets shared by users in the same group. They also likely improve accuracy, as the clustering will operate on a bigger pool of faces. People names and birth dates are still set on a per-user level and aren’t (yet) shared with users in the same group. As of now, this **requires** resetting facial recognition for all users in the group, in order for the changes to apply retroactively for all assets. This means, names and birth dates will be lost, and the results can vary slightly compared to before. Only faces recognized by machine learning will be affected by this. We may be able to do some non-destructive merging in the future, but for now this is a necessary step in order to fully benefit from the feature. That is why we put a button in the sharing settings for every user in the group (specifically also non-admins) to reset the facial recognition for that group. ##### Workflow tags trigger and actions Workflows have gotten a new trigger. You can now do automations when an asset has been tagged. <p align="center"> <img width="400" alt="trigger list" src="https://github.com/user-attachments/assets/8d949bce-8ec6-4be2-96a0-5fca1715ae2a" /> </p> In order to use this new trigger, there is also a new filter that allows you to match specific tags. It supports matching for all, any, or none in the provided list. <p align="center"> <img width="400" alt="tag trigger" src="https://github.com/user-attachments/assets/91435b14-6ca8-41da-b3d3-73c7704df695" /> </p> Lastly, a new workflow action to add tags to the current asset has also been added. It allows to add a list of tags at once. <p align="center"> <img width="400" alt="add tag step" src="https://github.com/user-attachments/assets/04910b74-04ee-4564-8b2f-48f3d5e76dbf" /> </p> ##### Dedicated memories page The new memories page allows you to view past memories. You can also favorite memories and they will show up here and never get deleted. The goal is for this to be a place you can come back to at any point and reminisce in old memories. <p > <img width="600" alt="image" src="https://github.com/user-attachments/assets/0f526915-b53a-484e-8d99-ce0caa9698fd" /> <img width="200" alt="Memory page on the mobile app" src="https://github.com/user-attachments/assets/b11b8534-22c9-417c-a57b-922bada486c5" /> </p> ##### Tag renaming (web) Finally, you can also rename existing tags. This is a small addition to the edit tag modal on web, but under the hood was more complicated than you might expect. <p align="center"> <img width="400" alt="tag renaming" src="https://github.com/user-attachments/assets/091acef9-1056-4264-9e89-c44d9ddfdbc7" /> </p> ##### View assets in map viewport (web) Similarly to showing a timeline all assets in a cluster on the map when clicking on it, you can now open a timeline for assets currently in the viewport. There is a new button among the map controls to show assets in the area. It will open a timeline that will update as you pan around the map. <img alt="map view port with timeline" src="https://github.com/user-attachments/assets/90b0aeb5-2e99-4dc5-a8cb-592c3ed71e8f" /> *The map page showing a timeline of assets currently in the viewport on the right* As always, please consider supporting the project. 🎉 Cheers! 🎉 ##### Support Immich <p align="center"> <img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!"> </p> 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 - feat: workflow logging by [@&#8203;benbeckford](https://github.com/benbeckford) in [#&#8203;29878](https://github.com/immich-app/immich/pull/29878) - feat(web): new search ui by [@&#8203;benbeckford](https://github.com/benbeckford) in [#&#8203;30279](https://github.com/immich-app/immich/pull/30279) - feat: new config endpoints by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;30881](https://github.com/immich-app/immich/pull/30881) - feat: cluster groups by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;30739](https://github.com/immich-app/immich/pull/30739) - feat: asset file apis by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;25900](https://github.com/immich-app/immich/pull/25900) - feat: memories view by [@&#8203;benbeckford](https://github.com/benbeckford) in [#&#8203;28675](https://github.com/immich-app/immich/pull/28675) - feat(mobile): show asset owner in asset details by [@&#8203;Lauritz-Tieste](https://github.com/Lauritz-Tieste) in [#&#8203;29302](https://github.com/immich-app/immich/pull/29302) - feat(server): new search API by [@&#8203;timonrieger](https://github.com/timonrieger) in [#&#8203;30179](https://github.com/immich-app/immich/pull/30179) ##### 🌟 Enhancements - feat: store null instead of empty string for album.description by [@&#8203;gPinato](https://github.com/gPinato) in [#&#8203;30123](https://github.com/immich-app/immich/pull/30123) - feat: log hint about downgrades when migration is missing by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;30493](https://github.com/immich-app/immich/pull/30493) - feat(web): search album description in add-to-album modal by [@&#8203;djadji-gueye](https://github.com/djadji-gueye) in [#&#8203;30462](https://github.com/immich-app/immich/pull/30462) - feat: Display the number of selected items in AlbumPickerModal title by [@&#8203;statox](https://github.com/statox) in [#&#8203;30485](https://github.com/immich-app/immich/pull/30485) - feat(widget): add toggle to match icon theme by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;30428](https://github.com/immich-app/immich/pull/30428) - feat: workflow asset tag trigger/filter/action by [@&#8203;benbeckford](https://github.com/benbeckford) in [#&#8203;29043](https://github.com/immich-app/immich/pull/29043) - feat: iOS dynamic background ids by [@&#8203;mikes1991gh](https://github.com/mikes1991gh) in [#&#8203;30574](https://github.com/immich-app/immich/pull/30574) - feat: actions undo handling by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;30481](https://github.com/immich-app/immich/pull/30481) - feat: rotate an API key by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;30801](https://github.com/immich-app/immich/pull/30801) - fix(cli): enforce node engine version on start by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;30437](https://github.com/immich-app/immich/pull/30437) - chore(server): migrate library e2e tests by [@&#8203;etnoy](https://github.com/etnoy) in [#&#8203;27277](https://github.com/immich-app/immich/pull/27277) - feat: add oauth account management url by [@&#8203;sacha-c](https://github.com/sacha-c) in [#&#8203;30873](https://github.com/immich-app/immich/pull/30873) - feat(web): tag renaming v2 by [@&#8203;jorbrock](https://github.com/jorbrock) in [#&#8203;27909](https://github.com/immich-app/immich/pull/27909) - chore: search filter animation improvement and reactive search cue example by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;30866](https://github.com/immich-app/immich/pull/30866) - perf(web): use hash-wasm SHA-1 with pure-JS fallback for upload hashing by [@&#8203;mosh-dev](https://github.com/mosh-dev) in [#&#8203;30107](https://github.com/immich-app/immich/pull/30107) - fix: don't swallow fetch errors by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;30496](https://github.com/immich-app/immich/pull/30496) - feat(mobile): map asset number by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;28911](https://github.com/immich-app/immich/pull/28911) - feat: allow users to re-run facial recognition for their group by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;30965](https://github.com/immich-app/immich/pull/30965) - feat(web): view assets in map viewport by [@&#8203;rickytrevor](https://github.com/rickytrevor) in [#&#8203;27492](https://github.com/immich-app/immich/pull/27492) ##### 🐛 Bug fixes - fix: make sure iOS memory widget render by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;30172](https://github.com/immich-app/immich/pull/30172) - fix: calendar heatmap permissions by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;30310](https://github.com/immich-app/immich/pull/30310) - fix: calendar heatmap api key permissions by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;30314](https://github.com/immich-app/immich/pull/30314) - fix(deployment): matplotlib in rootless deployments by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;30328](https://github.com/immich-app/immich/pull/30328) - fix(mobile): refresh person thumbnail when the featured photo changes by [@&#8203;santoshakil](https://github.com/santoshakil) in [#&#8203;29350](https://github.com/immich-app/immich/pull/29350) - fix: assetFileFilter path matching by [@&#8203;benbeckford](https://github.com/benbeckford) in [#&#8203;30394](https://github.com/immich-app/immich/pull/30394) - fix: shared check for server setup availability by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;30311](https://github.com/immich-app/immich/pull/30311) - fix(mobile): resolve owned assets when partner owns identical asset by [@&#8203;agg23](https://github.com/agg23) in [#&#8203;30137](https://github.com/immich-app/immich/pull/30137) - fix(web): Fix face thumbnail when swapping merge direction by [@&#8203;lhvy](https://github.com/lhvy) in [#&#8203;30466](https://github.com/immich-app/immich/pull/30466) - fix(server): reject invalid or deleted user when creating a partner by [@&#8203;djadji-gueye](https://github.com/djadji-gueye) in [#&#8203;30431](https://github.com/immich-app/immich/pull/30431) - fix(server): remove the asset row when an upload fails after creating it by [@&#8203;santoshakil](https://github.com/santoshakil) in [#&#8203;30349](https://github.com/immich-app/immich/pull/30349) - fix(mobile): correct mislabeled Bengali locale entry by [@&#8203;DrHaque](https://github.com/DrHaque) in [#&#8203;30519](https://github.com/immich-app/immich/pull/30519) - fix(mobile): sync stack changes from the websocket by [@&#8203;santoshakil](https://github.com/santoshakil) in [#&#8203;30479](https://github.com/immich-app/immich/pull/30479) - fix: metadata extraction as LensModel can be a float by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;30512](https://github.com/immich-app/immich/pull/30512) - fix(mobile): run one more sync round when a request arrives mid sync by [@&#8203;santoshakil](https://github.com/santoshakil) in [#&#8203;30478](https://github.com/immich-app/immich/pull/30478) - fix: use setRequireOriginal on SDK 29 and above by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;29072](https://github.com/immich-app/immich/pull/29072) - fix(mobile): stale local renders after editing a photo on device by [@&#8203;santoshakil](https://github.com/santoshakil) in [#&#8203;30415](https://github.com/immich-app/immich/pull/30415) - fix(mobile): stop websocket reconnect loop draining battery when server is unreachable by [@&#8203;santoshakil](https://github.com/santoshakil) in [#&#8203;29901](https://github.com/immich-app/immich/pull/29901) - fix(mobile): stop long images squishing on ios by [@&#8203;santoshakil](https://github.com/santoshakil) in [#&#8203;29367](https://github.com/immich-app/immich/pull/29367) - fix(mobile): keep backup remainder from going negative by [@&#8203;santoshakil](https://github.com/santoshakil) in [#&#8203;29011](https://github.com/immich-app/immich/pull/29011) - fix(mobile): handle asset websocket events by [@&#8203;santoshakil](https://github.com/santoshakil) in [#&#8203;30499](https://github.com/immich-app/immich/pull/30499) - fix(mobile): stop disabling androidx.startup initializers by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;30559](https://github.com/immich-app/immich/pull/30559) - fix: map not updating after viewing an asset by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;30601](https://github.com/immich-app/immich/pull/30601) - fix(deployment): Add huggingface cache directory to Dockerfile by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;30357](https://github.com/immich-app/immich/pull/30357) - fix(mobile): video playback controls dead for backed up videos opened from search by [@&#8203;santoshakil](https://github.com/santoshakil) in [#&#8203;30587](https://github.com/immich-app/immich/pull/30587) - fix(mobile): decode remote thumbnails at displayed size by [@&#8203;santoshakil](https://github.com/santoshakil) in [#&#8203;29965](https://github.com/immich-app/immich/pull/29965) - fix(mobile): don't let a frozen sync block syncing on resume by [@&#8203;santoshakil](https://github.com/santoshakil) in [#&#8203;29870](https://github.com/immich-app/immich/pull/29870) - fix: face label clipping by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;30712](https://github.com/immich-app/immich/pull/30712) - fix: owner cascade delete album by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;30692](https://github.com/immich-app/immich/pull/30692) - fix(mobile): prevent iOS status bar scroll to top during transitions by [@&#8203;agg23](https://github.com/agg23) in [#&#8203;30717](https://github.com/immich-app/immich/pull/30717) - fix(mobile): disable iOS smart quotes/dashes in email/password inputs by [@&#8203;agg23](https://github.com/agg23) in [#&#8203;30767](https://github.com/immich-app/immich/pull/30767) - fix(mobile): prevent snapping to center on pinch-to-zoom release ([#&#8203;29207](https://github.com/immich-app/immich/issues/29207)) by [@&#8203;cmdPromptCritical](https://github.com/cmdPromptCritical) in [#&#8203;29343](https://github.com/immich-app/immich/pull/29343) - fix: shared link create validation by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;30762](https://github.com/immich-app/immich/pull/30762) - fix(mobile): mark finished downloads complete instead of leaving them stuck by [@&#8203;santoshakil](https://github.com/santoshakil) in [#&#8203;29023](https://github.com/immich-app/immich/pull/29023) - fix: freeze on navigating back album description by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;30781](https://github.com/immich-app/immich/pull/30781) - fix(server): guard createAll against empty values list by [@&#8203;tech00exploere](https://github.com/tech00exploere) in [#&#8203;30837](https://github.com/immich-app/immich/pull/30837) - fix(server): respect backpressure in the sync stream by [@&#8203;enol5423](https://github.com/enol5423) in [#&#8203;30764](https://github.com/immich-app/immich/pull/30764) - fix(server): update ocr & faces after asset edit by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;29303](https://github.com/immich-app/immich/pull/29303) - fix(mobile): resend an upload once when the connection dies before a response by [@&#8203;santoshakil](https://github.com/santoshakil) in [#&#8203;30843](https://github.com/immich-app/immich/pull/30843) - fix(mobile): cannot deep link to memory lane ([#&#8203;30634](https://github.com/immich-app/immich/issues/30634)) by [@&#8203;nikhilpodila](https://github.com/nikhilpodila) in [#&#8203;30787](https://github.com/immich-app/immich/pull/30787) - fix: redis cli ping command by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;30329](https://github.com/immich-app/immich/pull/30329) - fix(server): do not throw on unparsable DB\_URL when building backup arguments by [@&#8203;NoiceHax](https://github.com/NoiceHax) in [#&#8203;30759](https://github.com/immich-app/immich/pull/30759) - fix(server): Sort stacked assets by creation date by [@&#8203;timonrieger](https://github.com/timonrieger) in [#&#8203;24033](https://github.com/immich-app/immich/pull/24033) - fix(web): gracefully handle map errors when WebGL is disabled by [@&#8203;meesfrensel](https://github.com/meesfrensel) in [#&#8203;26538](https://github.com/immich-app/immich/pull/26538) - fix(server): unicode email validation by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;30871](https://github.com/immich-app/immich/pull/30871) - fix(mobile): order album/place/person timelines by local date by [@&#8203;santoshakil](https://github.com/santoshakil) in [#&#8203;29338](https://github.com/immich-app/immich/pull/29338) - chore(mobile): update flutter-maplibre-gl to 0.27.0 by [@&#8203;agg23](https://github.com/agg23) in [#&#8203;30892](https://github.com/immich-app/immich/pull/30892) - fix(web): download archives via html POST forms by [@&#8203;diogotcorreia](https://github.com/diogotcorreia) in [#&#8203;30021](https://github.com/immich-app/immich/pull/30021) - fix(server): library exclusion patterns can soft-delete assets outside their directory by [@&#8203;PAtreju](https://github.com/PAtreju) in [#&#8203;30850](https://github.com/immich-app/immich/pull/30850) - fix(mobile): dedupe stale remote\_asset rows on sync by [@&#8203;santoshakil](https://github.com/santoshakil) in [#&#8203;28445](https://github.com/immich-app/immich/pull/28445) - fix(server): correct asset dimensions from exif metadata by [@&#8203;fuergaosi233](https://github.com/fuergaosi233) in [#&#8203;29244](https://github.com/immich-app/immich/pull/29244) - fix: quote database owner in restore by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;30905](https://github.com/immich-app/immich/pull/30905) - fix(mobile): permanently delete local copies when moving to the locked folder by [@&#8203;santoshakil](https://github.com/santoshakil) in [#&#8203;29730](https://github.com/immich-app/immich/pull/29730) - fix(server): let a second metadata extraction replace stored AV metadata by [@&#8203;RxChi1d](https://github.com/RxChi1d) in [#&#8203;30900](https://github.com/immich-app/immich/pull/30900) - fix: do not exit search screen on back during multiselect by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;30689](https://github.com/immich-app/immich/pull/30689) - fix(mobile): respect 24h system setting by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;30792](https://github.com/immich-app/immich/pull/30792) - fix: maintentance return URL sanitization by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;30948](https://github.com/immich-app/immich/pull/30948) - fix: remove partner assets from existing memories by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;28950](https://github.com/immich-app/immich/pull/28950) - fix(server): correct tag create operations by [@&#8203;jorbrock](https://github.com/jorbrock) in [#&#8203;30877](https://github.com/immich-app/immich/pull/30877) - fix: thumbnail generation for specific SVGs by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;30908](https://github.com/immich-app/immich/pull/30908) - fix(mobile): aspect ratio change by [@&#8203;ferraridamiano](https://github.com/ferraridamiano) in [#&#8203;30939](https://github.com/immich-app/immich/pull/30939) - fix: throw a typed error on malformed api responses by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;31006](https://github.com/immich-app/immich/pull/31006) - fix(web): restore timeline scroll when the asset id cannot be resolved by [@&#8203;thejeff77](https://github.com/thejeff77) in [#&#8203;30916](https://github.com/immich-app/immich/pull/30916) - fix(web): do not play memory video if the `MemoryVideoViewer` element is not visible by [@&#8203;Zlendy](https://github.com/Zlendy) in [#&#8203;30947](https://github.com/immich-app/immich/pull/30947) - fix(web): preserve slideshow pause state when viewing video slides by [@&#8203;tech00exploere](https://github.com/tech00exploere) in [#&#8203;30278](https://github.com/immich-app/immich/pull/30278) - fix: draggable Immich logo by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;31055](https://github.com/immich-app/immich/pull/31055) - fix(server): kill pg\_dump when a backup fails so it stops holding table locks by [@&#8203;justadityaraj](https://github.com/justadityaraj) in [#&#8203;30851](https://github.com/immich-app/immich/pull/30851) - fix(web): misleading toast notification by [@&#8203;brn-lin](https://github.com/brn-lin) in [#&#8203;30976](https://github.com/immich-app/immich/pull/30976) - fix(web): map by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;31056](https://github.com/immich-app/immich/pull/31056) - fix: external library statistics for excluded assets by [@&#8203;stevenjoezhang](https://github.com/stevenjoezhang) in [#&#8203;28462](https://github.com/immich-app/immich/pull/28462) - feat: same-second photos now sub-sort by filename by [@&#8203;andydotmp3](https://github.com/andydotmp3) in [#&#8203;29528](https://github.com/immich-app/immich/pull/29528) - fix(web): face editor coordinates on a not-yet-loaded video by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31085](https://github.com/immich-app/immich/pull/31085) - fix: do not move faces of users other than the current owner by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31149](https://github.com/immich-app/immich/pull/31149) - fix(server): allow an empty assetIds array when creating an album shared link by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31151](https://github.com/immich-app/immich/pull/31151) - fix(mobile): keep the original filename when sharing downloaded assets by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31154](https://github.com/immich-app/immich/pull/31154) - fix(mobile): handle transient loading states for map timelines by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31153](https://github.com/immich-app/immich/pull/31153) - fix(web): interaction with some filter elements closes the search panel by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31160](https://github.com/immich-app/immich/pull/31160) - fix(ml): read CLIP model configs as UTF-8 by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31152](https://github.com/immich-app/immich/pull/31152) - fix(mobile): refresh server info when the websocket connects by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31155](https://github.com/immich-app/immich/pull/31155) - fix(server): never unlink an untracked-file path that an asset now references by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31194](https://github.com/immich-app/immich/pull/31194) - fix: incorrect edit's openapi type by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31233](https://github.com/immich-app/immich/pull/31233) - fix(web): album date range formatting by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31238](https://github.com/immich-app/immich/pull/31238) - fix: face detection of edited assets by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31243](https://github.com/immich-app/immich/pull/31243) - fix(mobile): prevent inner mutability on Freezed classes by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31251](https://github.com/immich-app/immich/pull/31251) - fix(web): partner sharing timeline by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31252](https://github.com/immich-app/immich/pull/31252) - fix(mobile): refresh the memory lane after resume by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31260](https://github.com/immich-app/immich/pull/31260) - fix: memory page navigation by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31368](https://github.com/immich-app/immich/pull/31368) - fix(server): live photo transcode visibility by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31374](https://github.com/immich-app/immich/pull/31374) - fix(web): use RTL-friendly layout for people panel buttons by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31378](https://github.com/immich-app/immich/pull/31378) - fix(web): word-wrap long album names by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31379](https://github.com/immich-app/immich/pull/31379) - fix(mobile): hide negative age by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31381](https://github.com/immich-app/immich/pull/31381) - fix(mobile): make shared link download toggle depend on metadata toggle by [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] in [#&#8203;31382](https://github.com/immich-app/immich/pull/31382) ##### 📚 Documentation - fix(docs): remove listing unraid as an "official" deployment by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;30323](https://github.com/immich-app/immich/pull/30323) - fix(docs): Revise config file instructions and notes by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;30418](https://github.com/immich-app/immich/pull/30418) - docs: fix identity provider examples in oauth guide by [@&#8203;fredrikekre](https://github.com/fredrikekre) in [#&#8203;30828](https://github.com/immich-app/immich/pull/30828) - docs: Update backup script to match manual/automatic backups by [@&#8203;Quantum-Cucumber](https://github.com/Quantum-Cucumber) in [#&#8203;26810](https://github.com/immich-app/immich/pull/26810) - docs: update remote-machine-learning.md by [@&#8203;Aviatorpaal](https://github.com/Aviatorpaal) in [#&#8203;28728](https://github.com/immich-app/immich/pull/28728) ##### 🌐 Translations - feat: add cantonese for mobile by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;30318](https://github.com/immich-app/immich/pull/30318) - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in [#&#8203;30296](https://github.com/immich-app/immich/pull/30296) ##### New Contributors - [@&#8203;jaegeral](https://github.com/jaegeral) made their first contribution in [#&#8203;30385](https://github.com/immich-app/immich/pull/30385) - [@&#8203;deveshkolte](https://github.com/deveshkolte) made their first contribution in [#&#8203;30223](https://github.com/immich-app/immich/pull/30223) - [@&#8203;gPinato](https://github.com/gPinato) made their first contribution in [#&#8203;30123](https://github.com/immich-app/immich/pull/30123) - [@&#8203;lhvy](https://github.com/lhvy) made their first contribution in [#&#8203;30466](https://github.com/immich-app/immich/pull/30466) - [@&#8203;djadji-gueye](https://github.com/djadji-gueye) made their first contribution in [#&#8203;30462](https://github.com/immich-app/immich/pull/30462) - [@&#8203;DrHaque](https://github.com/DrHaque) made their first contribution in [#&#8203;30519](https://github.com/immich-app/immich/pull/30519) - [@&#8203;statox](https://github.com/statox) made their first contribution in [#&#8203;30485](https://github.com/immich-app/immich/pull/30485) - [@&#8203;ihmcsm](https://github.com/ihmcsm) made their first contribution in [#&#8203;30742](https://github.com/immich-app/immich/pull/30742) - [@&#8203;baseballyama](https://github.com/baseballyama) made their first contribution in [#&#8203;30782](https://github.com/immich-app/immich/pull/30782) - [@&#8203;enol5423](https://github.com/enol5423) made their first contribution in [#&#8203;30764](https://github.com/immich-app/immich/pull/30764) - [@&#8203;mikes1991gh](https://github.com/mikes1991gh) made their first contribution in [#&#8203;30574](https://github.com/immich-app/immich/pull/30574) - [@&#8203;nikhilpodila](https://github.com/nikhilpodila) made their first contribution in [#&#8203;30787](https://github.com/immich-app/immich/pull/30787) - [@&#8203;fredrikekre](https://github.com/fredrikekre) made their first contribution in [#&#8203;30828](https://github.com/immich-app/immich/pull/30828) - [@&#8203;NoiceHax](https://github.com/NoiceHax) made their first contribution in [#&#8203;30759](https://github.com/immich-app/immich/pull/30759) - [@&#8203;Quantum-Cucumber](https://github.com/Quantum-Cucumber) made their first contribution in [#&#8203;26810](https://github.com/immich-app/immich/pull/26810) - [@&#8203;sacha-c](https://github.com/sacha-c) made their first contribution in [#&#8203;30873](https://github.com/immich-app/immich/pull/30873) - [@&#8203;PAtreju](https://github.com/PAtreju) made their first contribution in [#&#8203;30850](https://github.com/immich-app/immich/pull/30850) - [@&#8203;fuergaosi233](https://github.com/fuergaosi233) made their first contribution in [#&#8203;29244](https://github.com/immich-app/immich/pull/29244) - [@&#8203;jorbrock](https://github.com/jorbrock) made their first contribution in [#&#8203;27909](https://github.com/immich-app/immich/pull/27909) - [@&#8203;RxChi1d](https://github.com/RxChi1d) made their first contribution in [#&#8203;30900](https://github.com/immich-app/immich/pull/30900) - [@&#8203;mosh-dev](https://github.com/mosh-dev) made their first contribution in [#&#8203;30107](https://github.com/immich-app/immich/pull/30107) - [@&#8203;thejeff77](https://github.com/thejeff77) made their first contribution in [#&#8203;30916](https://github.com/immich-app/immich/pull/30916) - [@&#8203;brn-lin](https://github.com/brn-lin) made their first contribution in [#&#8203;30976](https://github.com/immich-app/immich/pull/30976) - [@&#8203;Aviatorpaal](https://github.com/Aviatorpaal) made their first contribution in [#&#8203;28728](https://github.com/immich-app/immich/pull/28728) - [@&#8203;stevenjoezhang](https://github.com/stevenjoezhang) made their first contribution in [#&#8203;28462](https://github.com/immich-app/immich/pull/28462) - [@&#8203;andydotmp3](https://github.com/andydotmp3) made their first contribution in [#&#8203;29528](https://github.com/immich-app/immich/pull/29528) - [@&#8203;rickytrevor](https://github.com/rickytrevor) made their first contribution in [#&#8203;27492](https://github.com/immich-app/immich/pull/27492) - [@&#8203;immich-push-o-matic](https://github.com/immich-push-o-matic)\[bot] made their first contribution in [#&#8203;31066](https://github.com/immich-app/immich/pull/31066) **Full Changelog**: <https://github.com/immich-app/immich/compare/v3.1.0...v3.2.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC44Mi4xIiwidXBkYXRlZEluVmVyIjoiNDQuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate changed title from chore(deps): update immich to v3.2.0 to chore(deps): update ghcr.io/immich-app/immich-server docker tag to v3.2.0 2026-09-12 12:02:41 +00:00
renovate changed title from chore(deps): update ghcr.io/immich-app/immich-server docker tag to v3.2.0 to chore(deps): update immich to v3.2.0 2026-09-12 12:13:36 +00:00
renovate changed title from chore(deps): update immich to v3.2.0 to chore(deps): update immich to v3.2.0 - autoclosed 2026-09-12 16:02:20 +00:00
renovate closed this pull request 2026-09-12 16:02:20 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
homelab/dc-immich!242
No description provided.