# Immich v3.2.0-rc.2 - Product: Immich (https://whatsnew.fyi/product/immich) - Vendor: Immich - Date: 2026-08-31 - Version: v3.2.0-rc.2 - Original notes: https://github.com/immich-app/immich/releases/tag/v3.2.0-rc.2 - Permalink: https://whatsnew.fyi/product/immich/releases/v3.2.0-rc.2 - Labels: Pre-release What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Face editor coordinates on a not-yet-loaded video - **fixed** — Do not move faces of users other than the current owner - **fixed** — Allow an empty assetIds array when creating an album shared link - **fixed** — Keep the original filename when sharing downloaded assets - **fixed** — Handle transient loading states for map timelines - **fixed** — Interaction with some filter elements closes the search panel - **fixed** — Read CLIP model configs as UTF-8 - **fixed** — Refresh server info when the websocket connects #### 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: ###### 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: ```bash docker compose pull && docker compose up -d ``` ###### Mobile 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 image ###### **iOS** The iOS app is available via Testflight: image If you run into any issues, please report them on [GitHub](https://github.com/immich-app/immich/issues) 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 https://github.com/immich-app/immich/pull/31085 * fix: do not move faces of users other than the current owner by @immich-push-o-matic[bot] in https://github.com/immich-app/immich/pull/31149 * fix(server): allow an empty assetIds array when creating an album shared link by @immich-push-o-matic[bot] in https://github.com/immich-app/immich/pull/31151 * fix(mobile): keep the original filename when sharing downloaded assets by @immich-push-o-matic[bot] in https://github.com/immich-app/immich/pull/31154 * fix(mobile): handle transient loading states for map timelines by @immich-push-o-matic[bot] in https://github.com/immich-app/immich/pull/31153 * fix(web): interaction with some filter elements closes the search panel by @immich-push-o-matic[bot] in https://github.com/immich-app/immich/pull/31160 * fix(ml): read CLIP model configs as UTF-8 by @immich-push-o-matic[bot] in https://github.com/immich-app/immich/pull/31152 * fix(mobile): refresh server info when the websocket connects by @immich-push-o-matic[bot] in https://github.com/immich-app/immich/pull/31155 **Full Changelog**: https://github.com/immich-app/immich/compare/v3.2.0-rc.1...v3.2.0-rc.2