v1.139.3
immich-app/immichv1.139.3Aug 25, 2025by immich-push-o-matic[bot]
AI Summary
This release fixes bugs in the beta timeline, OAuth login navigation, and metadata parsing for SQLite storage implementation.
Key Highlights
- Fix for 'Add to multiple albums' translation missing plural formatting.
- Fix for shared album asset count query.
- Fix for sync flow blocking OAuth login page navigation.
- Fix for local offset hours calculation.
- Fix for preferring local video if available.
Full Release Notes
# v1.139.3 ## What's Changed ### 🐛 Bug fixes * fix(web): add to multiple albums translation doesn't have plural formatting by @DevServs in https://github.com/immich-app/immich/pull/21087 * fix: shared album asset count query by @alextran1502 in https://github.com/immich-app/immich/pull/21157 * fix: parse correct metadata to userDto for SQlite store implmentation by @alextran1502 in https://github.com/immich-app/immich/pull/21154 * fix: sync flow block oAuth login page navigation by @alextran1502 in https://github.com/immich-app/immich/pull/21187 * fix: local offset hours by @jrasm91 in https://github.com/immich-app/immich/pull/21147 * fix: prefer local video if available by @shenlong-tanwen in https://github.com/immich-app/immich/pull/21119 ### 📚 Documentation * docs: update oauth.md - Authentik link leads to Page Not Found error by @pojlFDlxCOvZ4Kg8y1l4 in https://github.com/immich-app/immich/pull/21186 ## New Contributors * @DevServs made their first contribution in https://github.com/immich-app/immich/pull/21087 * @pojlFDlxCOvZ4Kg8y1l4 made their first contribution in https://github.com/immich-app/immich/pull/21186 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.139.2...v1.139.3