Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
app-arm64-v8a-release.apk | 2025-08-21 | 54.7 MB | |
app-armeabi-v7a-release.apk | 2025-08-21 | 50.9 MB | |
app-release.apk | 2025-08-21 | 159.5 MB | |
app-x86_64-release.apk | 2025-08-21 | 56.2 MB | |
docker-compose.yml | 2025-08-21 | 2.8 kB | |
example.env | 2025-08-21 | 985 Bytes | |
hwaccel.ml.yml | 2025-08-21 | 1.4 kB | |
hwaccel.transcoding.yml | 2025-08-21 | 1.7 kB | |
prometheus.yml | 2025-08-21 | 260 Bytes | |
README.md | 2025-08-21 | 5.2 kB | |
v1.139.2 source code.tar.gz | 2025-08-21 | 74.6 MB | |
v1.139.2 source code.zip | 2025-08-21 | 76.5 MB | |
Totals: 12 Items | 472.4 MB | 6 |
v1.139.2
v1.139.0
and v1.139.1
have made the ultimate sacrifice for switching from npm
to pnpm
in our release pipeline
Welcome to release v1.139.2
. This version continues to bring improvements to the beta timeline, from fixing bugs to significantly improving the image rendering pipeline, especially on Android. We appreciate users who have helped us test out the beta timeline! We encourage you all to switch to it to help us catch more bugs as the stable release is nigh. Let’s dive into the highlights of this release.
Highlights
- [beta] New image rendering pipeline
- [beta] Show remainder assets detail
- Option to skip in the duplicate resolver tools
- Add to multiple albums action
- [beta] Fixed the bug that upload progress doesn’t resume upon app restart (really fix it this time)
[beta] New image rendering pipeline
Thanks to our one and only wizard @mertalev 🧙, the mobile app now uses our own custom image loading and rendering pipeline, featuring multithreading and a series of other optimizations. In particular, this significantly improves displaying of local images on Android. Not only does this improve thumbnail loading speed, but local thumbnails are noticeably higher quality by avoiding compression. The experience of scrolling the timeline should now be on par with the local gallery app. Additionally, remote assets now benefit from request cancellation to avoid downloading thumbnails that are no longer relevant, further improving responsiveness when quickly scrolling the timeline.
[beta] Show assets pending backup
You can now view which assets are in the remaining list of backups. This helps track down problematic assets that cannot be uploaded for some reason. *cough, iCloud assets, cough*
Option to skip an entry in the duplicate resolution utility
You can now navigate back and forth to get to other entries in the duplicate list.
Add to multiple albums action
On the web, you can now add assets to multiple albums at once from the album selection modal.
Support Immich
If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app or our merchandise at https://immich.store
What's Changed
🌟 Enhancements
- feat(web): Skip duplicates by @xCJPECKOVERx in https://github.com/immich-app/immich/pull/20880
- feat: get metadata about the current api key by @jrasm91 in https://github.com/immich-app/immich/pull/21027
- feat(web): Add to Multiple Albums by @xCJPECKOVERx in https://github.com/immich-app/immich/pull/20072
- chore(web): make search result loading behaviour more consistent by @uhthomas in https://github.com/immich-app/immich/pull/20741
- feat(mobile): platform thumbnail api by @mertalev in https://github.com/immich-app/immich/pull/20910
- feat(mobile): platform image providers by @mertalev in https://github.com/immich-app/immich/pull/20927
- feat: show remainder assets info by @alextran1502 in https://github.com/immich-app/immich/pull/21114
- feat(mobile): optimized thumbnail widget by @mertalev in https://github.com/immich-app/immich/pull/21073
- feat: add a counter to the duplicate utility by @normana10 in https://github.com/immich-app/immich/pull/21109
🐛 Bug fixes
- fix(mobile): show most recent image in album as thumbnail by @aaronjamt in https://github.com/immich-app/immich/pull/21037
- fix: skip albums selected or excluded from backups from deletions by @shenlong-tanwen in https://github.com/immich-app/immich/pull/21116
- fix: thumbnail rendering on backup asset detail tile by @alextran1502 in https://github.com/immich-app/immich/pull/21120
📚 Documentation
- chore: update docs to use pnpm by @danieldietzler in https://github.com/immich-app/immich/pull/21113
🌐 Translations
- chore(web): update translations by @weblate in https://github.com/immich-app/immich/pull/20449
New Contributors
- @aaronjamt made their first contribution in https://github.com/immich-app/immich/pull/21037
- @normana10 made their first contribution in https://github.com/immich-app/immich/pull/21046
Full Changelog: https://github.com/immich-app/immich/compare/v1.138.1...v1.139.2