# Immich v3.2.0-rc.3 - Product: Immich (https://whatsnew.fyi/product/immich) - Vendor: Immich - Date: 2026-09-04 - Version: v3.2.0-rc.3 - Original notes: https://github.com/immich-app/immich/releases/tag/v3.2.0-rc.3 - Permalink: https://whatsnew.fyi/product/immich/releases/v3.2.0-rc.3 - 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** — Never unlink an untracked-file path that an asset now references - **fixed** — Incorrect edit's OpenAPI type - **fixed** — Album date range formatting on web - **fixed** — Face detection of edited assets - **fixed** — Prevent inner mutability on Freezed classes in mobile - **fixed** — Partner sharing timeline on web - **fixed** — Refresh the memory lane after resume on mobile #### v3.2.0-rc.3 > \[!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 third release candidate of `v3.2`; `v3.2.0-rc.3`! Just a few more bug fixes for more people to test over the long weekend, before we will release next week. ###### 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.3 ``` 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(server): never unlink an untracked-file path that an asset now references by @immich-push-o-matic[bot] in https://github.com/immich-app/immich/pull/31194 * fix: incorrect edit's openapi type by @immich-push-o-matic[bot] in https://github.com/immich-app/immich/pull/31233 * fix(web): album date range formatting by @immich-push-o-matic[bot] in https://github.com/immich-app/immich/pull/31238 * fix: face detection of edited assets by @immich-push-o-matic[bot] in https://github.com/immich-app/immich/pull/31243 * fix(mobile): prevent inner mutability on Freezed classes by @immich-push-o-matic[bot] in https://github.com/immich-app/immich/pull/31251 * fix(web): partner sharing timeline by @immich-push-o-matic[bot] in https://github.com/immich-app/immich/pull/31252 * fix(mobile): refresh the memory lane after resume by @immich-push-o-matic[bot] in https://github.com/immich-app/immich/pull/31260 **Full Changelog**: https://github.com/immich-app/immich/compare/v3.2.0-rc.2...v3.2.0-rc.3