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 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
What's Changed
🐛 Bug fixes
- fix(mobile): auto trash using MANAGE_MEDIA by @shenlong-tanwen in #17828
- fix(mobile): mobile migration logic by @alextran1502 in #17865
- fix(mobile): revert get location on app start by @YarosMallorca in #17882
- fix: Authelia OAuth code verifier value contains invalid characters by @alextran1502 in #17886
📚 Documentation
- fix(docs): incorrect date sorting by @wuzihao051119 in #17858
- docs: update MapTiler name by @MartinMikita in #17863
New Contributors
- @MartinMikita made their first contribution in #17863
Full Changelog: v1.132.1...v1.132.3