v1.139.4
immich-app/immichv1.139.4Aug 25, 2025by immich-push-o-matic[bot]
AI Summary
A hotfix release addressing specific bugs related to thumbnail loading, dark theme styling, and OAuth login flows to improve stability.
Key Highlights
- Fix for loading thumbnails from unknown content length.
- Correction of dark theme button borders on the onboarding page.
- Fix for edge cases in the timeToSeconds function to prevent crashes.
- Fix for OAuth auto-login infinite loop.
- Use of composite cache key in user circle avatar.
Full Release Notes
# v1.139.4 ## What's Changed ### 🐛 Bug fixes * fix: cannot load thumbnail from unknown content length by @alextran1502 in https://github.com/immich-app/immich/pull/21192 * fix: border around dark theme button on onboarding page by @NicholasFlamy in https://github.com/immich-app/immich/pull/20846 * fix(web): handle edge cases in timeToSeconds function to prevent crashes by @baldarn in https://github.com/immich-app/immich/pull/21019 * fix: use composite cache key in user circle avatar by @shenlong-tanwen in https://github.com/immich-app/immich/pull/21220 * fix: wait for watched files to finish being written (#17100) by @TapuCosmo in https://github.com/immich-app/immich/pull/21180 ## New Contributors * @baldarn made their first contribution in https://github.com/immich-app/immich/pull/21019 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.139.3...v1.139.4