v3.2.0-rc.2
Warning
Disclaimer
This is a release candidate, not a stable release. It is subject to change and may contain bugs or breaking changes. As always, make sure you have a backup of your database and library before upgrading to this version.
Welcome to the second release candidate of v3.2; v3.2.0-rc.2! There have been a few bug fixes, primarily around person merging and the new search UI.
Release notes
Work-in-progress release notes can be found here:
https://pr-737.dev.immich.app/blog/v3.2.0-release
Server
To use this RC version on the server, update the IMMICH_VERSION in your .env file:
IMMICH_VERSION=v3.2.0-rc.2
or
IMMICH_VERSION=v3-rc
Then pull and restart:
docker compose pull && docker compose up -dMobile
To use this RC version on the mobile app, follow the appropriate link for your platform:
Android
You can download the APK in the release note below, or tap on "Join the beta" from the Google Play Immich page
iOS
The iOS app is available via Testflight: https://testflight.apple.com/join/JTSTucBd
If you run into any issues, please report them on GitHub so we can address them before the final release. Thank you for helping us test!
And as always, bugs are fixed, and many other improvements also come with this release.
What's Changed
🐛 Bug fixes
- 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
Full Changelog: v3.2.0-rc.1...v3.2.0-rc.2