github immich-app/immich v3.2.0

5 hours ago

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

  • fix: make sure iOS memory widget render by @alextran1502 in #30172
  • fix: calendar heatmap permissions by @danieldietzler in #30310
  • fix: calendar heatmap api key permissions by @danieldietzler in #30314
  • fix(deployment): matplotlib in rootless deployments by @mmomjian in #30328
  • fix(mobile): refresh person thumbnail when the featured photo changes by @santoshakil in #29350
  • fix: assetFileFilter path matching by @benbeckford in #30394
  • fix: shared check for server setup availability by @bo0tzz in #30311
  • fix(mobile): resolve owned assets when partner owns identical asset by @agg23 in #30137
  • fix(web): Fix face thumbnail when swapping merge direction by @lhvy in #30466
  • fix(server): reject invalid or deleted user when creating a partner by @djadji-gueye in #30431
  • fix(server): remove the asset row when an upload fails after creating it by @santoshakil in #30349
  • fix(mobile): correct mislabeled Bengali locale entry by @DrHaque in #30519
  • fix(mobile): sync stack changes from the websocket by @santoshakil in #30479
  • fix: metadata extraction as LensModel can be a float by @danieldietzler in #30512
  • fix(mobile): run one more sync round when a request arrives mid sync by @santoshakil in #30478
  • fix: use setRequireOriginal on SDK 29 and above by @shenlong-tanwen in #29072
  • fix(mobile): stale local renders after editing a photo on device by @santoshakil in #30415
  • fix(mobile): stop websocket reconnect loop draining battery when server is unreachable by @santoshakil in #29901
  • fix(mobile): stop long images squishing on ios by @santoshakil in #29367
  • fix(mobile): keep backup remainder from going negative by @santoshakil in #29011
  • fix(mobile): handle asset websocket events by @santoshakil in #30499
  • fix(mobile): stop disabling androidx.startup initializers by @shenlong-tanwen in #30559
  • fix: map not updating after viewing an asset by @shenlong-tanwen in #30601
  • fix(deployment): Add huggingface cache directory to Dockerfile by @mmomjian in #30357
  • fix(mobile): video playback controls dead for backed up videos opened from search by @santoshakil in #30587
  • fix(mobile): decode remote thumbnails at displayed size by @santoshakil in #29965
  • fix(mobile): don't let a frozen sync block syncing on resume by @santoshakil in #29870
  • fix: face label clipping by @danieldietzler in #30712
  • fix: owner cascade delete album by @danieldietzler in #30692
  • fix(mobile): prevent iOS status bar scroll to top during transitions by @agg23 in #30717
  • fix(mobile): disable iOS smart quotes/dashes in email/password inputs by @agg23 in #30767
  • fix(mobile): prevent snapping to center on pinch-to-zoom release (#29207) by @cmdPromptCritical in #29343
  • fix: shared link create validation by @danieldietzler in #30762
  • fix(mobile): mark finished downloads complete instead of leaving them stuck by @santoshakil in #29023
  • fix: freeze on navigating back album description by @YarosMallorca in #30781
  • fix(server): guard createAll against empty values list by @tech00exploere in #30837
  • fix(server): respect backpressure in the sync stream by @enol5423 in #30764
  • fix(server): update ocr & faces after asset edit by @YarosMallorca in #29303
  • fix(mobile): resend an upload once when the connection dies before a response by @santoshakil in #30843
  • fix(mobile): cannot deep link to memory lane (#30634) by @nikhilpodila in #30787
  • fix: redis cli ping command by @mmomjian in #30329
  • fix(server): do not throw on unparsable DB_URL when building backup arguments by @NoiceHax in #30759
  • fix(server): Sort stacked assets by creation date by @timonrieger in #24033
  • fix(web): gracefully handle map errors when WebGL is disabled by @meesfrensel in #26538
  • fix(server): unicode email validation by @YarosMallorca in #30871
  • fix(mobile): order album/place/person timelines by local date by @santoshakil in #29338
  • chore(mobile): update flutter-maplibre-gl to 0.27.0 by @agg23 in #30892
  • fix(web): download archives via html POST forms by @diogotcorreia in #30021
  • fix(server): library exclusion patterns can soft-delete assets outside their directory by @PAtreju in #30850
  • fix(mobile): dedupe stale remote_asset rows on sync by @santoshakil in #28445
  • fix(server): correct asset dimensions from exif metadata by @fuergaosi233 in #29244
  • fix: quote database owner in restore by @danieldietzler in #30905
  • fix(mobile): permanently delete local copies when moving to the locked folder by @santoshakil in #29730
  • fix(server): let a second metadata extraction replace stored AV metadata by @RxChi1d in #30900
  • fix: do not exit search screen on back during multiselect by @YarosMallorca in #30689
  • fix(mobile): respect 24h system setting by @YarosMallorca in #30792
  • fix: maintentance return URL sanitization by @bwees in #30948
  • fix: remove partner assets from existing memories by @shenlong-tanwen in #28950
  • fix(server): correct tag create operations by @jorbrock in #30877
  • fix: thumbnail generation for specific SVGs by @danieldietzler in #30908
  • fix(mobile): aspect ratio change by @ferraridamiano in #30939
  • fix: throw a typed error on malformed api responses by @bo0tzz in #31006
  • fix(web): restore timeline scroll when the asset id cannot be resolved by @thejeff77 in #30916
  • fix(web): do not play memory video if the MemoryVideoViewer element is not visible by @Zlendy in #30947
  • fix(web): preserve slideshow pause state when viewing video slides by @tech00exploere in #30278
  • fix: draggable Immich logo by @danieldietzler in #31055
  • fix(server): kill pg_dump when a backup fails so it stops holding table locks by @justadityaraj in #30851
  • fix(web): misleading toast notification by @brn-lin in #30976
  • fix(web): map by @jrasm91 in #31056
  • fix: external library statistics for excluded assets by @stevenjoezhang in #28462
  • feat: same-second photos now sub-sort by filename by @andydotmp3 in #29528
  • fix(web): face editor coordinates on a not-yet-loaded video by @immich-push-o-matic[bot] in #31085
  • fix: do not move faces of users other than the current owner by @immich-push-o-matic[bot] in #31149
  • fix(server): allow an empty assetIds array when creating an album shared link by @immich-push-o-matic[bot] in #31151
  • fix(mobile): keep the original filename when sharing downloaded assets by @immich-push-o-matic[bot] in #31154
  • fix(mobile): handle transient loading states for map timelines by @immich-push-o-matic[bot] in #31153
  • fix(web): interaction with some filter elements closes the search panel by @immich-push-o-matic[bot] in #31160
  • fix(ml): read CLIP model configs as UTF-8 by @immich-push-o-matic[bot] in #31152
  • fix(mobile): refresh server info when the websocket connects by @immich-push-o-matic[bot] in #31155
  • fix(server): never unlink an untracked-file path that an asset now references by @immich-push-o-matic[bot] in #31194
  • fix: incorrect edit's openapi type by @immich-push-o-matic[bot] in #31233
  • fix(web): album date range formatting by @immich-push-o-matic[bot] in #31238
  • fix: face detection of edited assets by @immich-push-o-matic[bot] in #31243
  • fix(mobile): prevent inner mutability on Freezed classes by @immich-push-o-matic[bot] in #31251
  • fix(web): partner sharing timeline by @immich-push-o-matic[bot] in #31252
  • fix(mobile): refresh the memory lane after resume by @immich-push-o-matic[bot] in #31260
  • fix: memory page navigation by @immich-push-o-matic[bot] in #31368
  • fix(server): live photo transcode visibility by @immich-push-o-matic[bot] in #31374
  • fix(web): use RTL-friendly layout for people panel buttons by @immich-push-o-matic[bot] in #31378
  • fix(web): word-wrap long album names by @immich-push-o-matic[bot] in #31379
  • fix(mobile): hide negative age by @immich-push-o-matic[bot] in #31381
  • fix(mobile): make shared link download toggle depend on metadata toggle by @immich-push-o-matic[bot] in #31382

📚 Documentation

🌐 Translations

New Contributors

Full Changelog: v3.1.0...v3.2.0

Don't miss a new immich release

NewReleases is sending notifications on new releases.