v1.132.3

immich-app/immichv1.132.3Apr 28, 2025by immich-push-o-matic[bot]

AI Summary

A bug fix release addressing OAuth configurations, permissions, and data integrity issues.

Key Highlights

  • Opt-in delete synchronization is now available on Android
  • Fixed login issues with Authelia for OAuth
  • Fixed location permission prompt trigger
  • Fixed mobile app rehashing assets

New Features

  • Auto trash using MANAGE_MEDIA permission
  • Fixed mobile migration logic
  • Reverted get location on app start
  • Fixed Authelia OAuth code verifier characters
  • Fixed incorrect date sorting in documentation
  • Updated MapTiler name

Full Release Notes

# v1.132.3

## Bug fixes

- Opt-in delete sync is now available on Android!
We found an alternative method to achieve this. The feature is now available on Android. We are excited to hear about your experience with the feature. Please read this [note](https://github.com/immich-app/immich/releases/tag/v1.132.0) about the feature 
- Fixes an issue where the mobile app cannot log in with an instance using Authelia for OAuth.
>[!IMPORTANT]
> Please update your Authelia config with the following property
> ```
> token_endpoint_auth_method: "client_secret_post"
> ```
- Fixes an issue where navigating to the Library page could trigger a location permission request
- Fixes an issue where the mobile app might rehash some of the assets




<!-- Release notes generated using configuration in .github/release.yml at v1.132.3 -->

## What's Changed
### 🐛 Bug fixes
* fix(mobile): auto trash using MANAGE_MEDIA by @shenlong-tanwen in https://github.com/immich-app/immich/pull/17828
* fix(mobile): mobile migration logic by @alextran1502 in https://github.com/immich-app/immich/pull/17865
* fix(mobile): revert get location on app start by @YarosMallorca in https://github.com/immich-app/immich/pull/17882
* fix: Authelia OAuth code verifier value contains invalid characters by @alextran1502 in https://github.com/immich-app/immich/pull/17886
### 📚 Documentation
* fix(docs): incorrect date sorting by @wuzihao051119 in https://github.com/immich-app/immich/pull/17858
* docs: update MapTiler name by @MartinMikita in https://github.com/immich-app/immich/pull/17863

## New Contributors
* @MartinMikita made their first contribution in https://github.com/immich-app/immich/pull/17863

**Full Changelog**: https://github.com/immich-app/immich/compare/v1.132.1...v1.132.3