v1.143.0 #22301
Replies: 6 comments 12 replies
-
|
solid update! inching towards stable! |
Beta Was this translation helpful? Give feedback.
-
|
Has the Android mobile apk been updated in Google play? My Android app says it's out of date, yet Google play says I have the latest version. Server on 143 Checked on Google play; the public version (accessed via another phone) is 1.142.1 15th Sep. |
Beta Was this translation helpful? Give feedback.
-
|
After updating from 1.142.1 to 1.143.1 the previous version still appears. I've updated before and this has neves happened. I updated from windows. |
Beta Was this translation helpful? Give feedback.
-
|
iOS new version available but not connecting to server anymore |
Beta Was this translation helpful? Give feedback.
-
|
When there are so many pictures to upload, android app seems to be stuck and crash. |
Beta Was this translation helpful? Give feedback.
-
|
Issue report after update to v1.143.0 After updating to v1.143.0 I experienced the following behavior:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
v1.143.0
Note
If you're still experiencing issues with remote assets or albums not showing up on the mobile app, please ensure that your server is updated to the latest version. If you are still having issues, try logging out and back in.
Highlights
Welcome to release
v1.143.0of Immich. Like all releases, this one includes the latest batch of translations. A special thanks to everyone who has contributed so far to translating the project. If you are interested in helping translate yourself, check out our project on Weblate. Other than that, this release is mostly bug fixes, with a few minor enhancements. Now let’s dive right in!Material 3 switch/toggle (web)
The web project has an updated switch/toggle, thanks to @SevereCloud (immich-app/ui#267) for that.
Bring back configurable backup settings (Android)
Just like the previous timeline implementation, the new version now has similar settings for
Concurrent hashing & hashing progress (mobile)
Improvements have been made to the client-side hashing implementation, which now enables hashing to happen concurrently. This significantly increases throughput, and now the speed is mostly limited by how fast files can be read from internal storage. The hashing process has also been updated to only hash assets from the albums selected for backups, which reduces the number of downloads for iCloud users.
Download progress (mobile)
The mobile app now has a built-in download progress indicator, which makes it easy to see the progress of files being downloaded onto the device.
Notable fix: Web modals
Previous to this release, the web application would often “freeze” or become unusable after using a modal (creating a shared link, creating an api key, confirming the deletion of assets, etc.). This issue has been fixed.
Notable fix: Mobile “freezes”
This release fixes an issue that the mobile application could occasionally “freeze”, with the thumbnails would stop loading, and certain pages would become unusable until the application was forced closed. This has proved much more challenging to solve. We determined that the cause was due to concurrent access to SQLite from background/foreground processes, which could have put the app into this state. We have taken measures to address these situations and believe the application should be much more stable. If you are still running into these types of issues, please let us know!
Notable fix: Copy image on Safari
The “copy image to clipboard” functionality has long worked on non-Safari browsers, but in this release, we were finally able to identify and implement a fix. Copying an image to the clipboard should now also work on Safari.
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
🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors
Full Changelog: v1.142.1...v1.143.0
This discussion was created from the release v1.143.0.
Beta Was this translation helpful? Give feedback.
All reactions