chore(deps): update ghcr.io/immich-app/immich-machine-learning docker tag to v2 #571
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.131.3->v2.3.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
immich-app/immich (ghcr.io/immich-app/immich-machine-learning)
v2.3.1Compare Source
v2.3.1
Hot fixes
Fixed an issue where the new version notification pop-up causes the web app to enter a rendering loop and freeze up.
What's Changed
🐛 Bug fixes
Full Changelog: immich-app/immich@v2.3.0...v2.3.1
v2.3.0Compare Source
v2.3.0
Loa loa loa, the stock is running low on Retro DVD 📀! If you want to get one for yourself, you still can, but once this batch is gone, we won’t be making any more, EVER! So get one while you can from immich.store!
Highlights
Welcome to the release
v2.3.0of Immich. This version comes with enhancements to the OCR feature and many bug fixes. This release also introduces foundational support for workflows and an application restore mechanism directly in the web UI. Let’s dive into some of the highlights belowAdd/move action in mobile app
The asset viewer in the mobile app now includes an “Add to” button that lets you quickly add an asset to an album, the locked folder, or the archive. Thanks @happychriss!
OCR Improvement
This release includes several enhancements to the OCR feature. There are now language-specific OCR model variants, extending support to Greek, Korean, Russian, Belarusian, Ukrainian, Thai, and languages using the Latin script. All variants (including the existing models) support English as well. There is also an English-only model that performs better for libraries where multilingual support is not needed.
To switch to one of these models, you can navigate to the OCR settings, choose the relevant model, save, then re-run OCR on all assets through the Job Status page.
The OCR information can now be viewed by toggling a button in the web viewer. You can hover the mouse over the text and copy it.
Delete synchronization on Android.
This release restores the previous mechanism for synchronizing the deletion action between the web and the mobile app. In addition to putting the asset in Immich’s trash bin, the mechanism also puts the deleted asset in the device’s trash system when the app opens. The mechanism has been reworked to align with the new data sync mechanism in the mobile app. You can enable the mechanism in the
App Settings > Advanced > Sync Remote DeletionsNotable fixes: app freezes on resume on iOS
Previously, iOS background tasks, such as local or remote data sync and background uploads, could abruptly terminate database operations when the iOS’s background time expires, leaving the database lock unreleased. It leads to an annoying symptom: the app appears to freeze when opening from the background, requiring a hard restart (swipe up to close, then reopen) to regain access to the database. The bug happened sporadically and was incredibly hard to track down. Thanks to the relentless pursuit of the bug, we believe it has been caught through our extensive testing. Please let us know if you are still getting “bugged” by this one in the new version.
Sneak peek: Maintenance mode and workflow
We can’t contain the excitement to share two exciting items in the work, which have some portions already merged into the server, and are ready to be built upon
Maintenance mode
This mode will allow the admin to put the server into a state where no one can access it without entirely shutting it down. This paves the way for restoring the server from a previous point in time directly from the web UI, no more fidgeting with the terminal.
2025-11-14_11-55-02.mp4
Workflow
The foundation of workflows and plugins also made its way to the server; the UI is being worked on. This feature will enable many more custom use cases that are not available in the core application. The community can write custom plugins and share them. We are very excited to see this happening faster than anticipated. Below is a screenshot of how the feature could look.
What's Changed
🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors
Full Changelog: immich-app/immich@v2.2.3...v2.3.0
v2.2.3Compare Source
v2.2.3
What's Changed
🐛 Bug fixes
New Contributors
Full Changelog: immich-app/immich@v2.2.2...v2.2.3
v2.2.2Compare Source
What's Changed
🐛 Bug fixes
Full Changelog: immich-app/immich@v2.2.1...v2.2.2
v2.2.1Compare Source
What's Changed
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors
Full Changelog: immich-app/immich@v2.2.0...v2.2.1
v2.2.0Compare Source
v2.2.0
The month following our stable release 🎉 has flown by! We are blown away by the support from everyone around this milestone, especially for the Retro DVD 📀! If you want to get one for yourself, you still can, but once this batch is gone, we won’t be making any more, EVER! So get one while you can from immich.store!
Highlights
Welcome to version
v2.2.0of Immich. This release comes with the traditional Immich fashion, where the features and enhancements list is longer than the bug fixes list. Let’s dive right into the highlights of this exciting releasev2versionsDocker tag for
v2versionsThe
example.envfile has been updated to useIMMICH_VERSION=v2, which is a mutable Docker tag that points to the latest2.x.xrelease image.Optical Character Recognition (OCR)
OCR search has been one of the most requested features on our users' wishlists. Thanks to the fantastic work of @flipped-1121 and @mertalev, Immich can now recognize texts in images, adding a powerful capability to its already powerful search features. This will help users find lost family recipes or a crypto wallet’s passphrase more easily.
The OCR pipeline is integrated into the existing machine learning flow. For new uploads, it will run automatically with the existing machine learning flow. For existing setups, you can go to
Administration > Job > Click on “All” for OCR jobto extract OCR information for your galleryTo search for letters in photos, a new radio button has been added to the search type on the web app, and in the dropdown list on the mobile app.
OCR currently has official support for English, Chinese (Simplified), Chinese (Traditional) and Japanese text. Languages using Latin script generally work as well, but may have lower accuracy or interpret characters without the diacritics.
[Web] Wasm implementation for justified layout calculation 🦀
This release comes with a blazing-fast re-implementation of the justified layout on the web, which makes calculating the size of the thumbnails in each bucket several times faster, significantly improving the rendering performance for a large bucket, i.e., 10s of thousands of assets in a single month
[Web] UI improvement for the review duplicates screen
To help you decide which asset to keep in a group of duplicates, more information has been added to the info section below each asset, including date/time, location, and the number of albums the asset is in. The info section has been redesigned to make scanning the information faster, with different properties getting highlighted. We will keep improving on this interface to make it more intuitive
[Mobile] Show albums in the asset’s detail
You can view and navigate to the albums that the asset belongs to in the info sheet
[Mobile] Show similar photos
The popular feature “Show similar photos” has made its way to the mobile app. You can use the button in the detail sheet to find similar images to the one you are viewing.
[Mobile] Chat-style for album activity view
The album’s activity view now displays the messages and actions in a chat-style view, making it easier to follow
[Mobile] High precision seeking for video
The progress bar of the video player now has higher precision duration handling. This makes seeking much more fluid than before, as well as making position updates in the progress bar smooth, rather than jumping from second to second.
[Mobile] New UI to present server-client version mismatch
As we are now in the stable-era, we want to make the notification of a new version more subtle, less distracting. The update message and icon’s color on the mobile app have been redesigned for that purpose.
When your server version is older than the available one, a message with a clickable link is displayed, directing you to the latest release notes. When your mobile app version is older than the one available on the App Store, a message with a clickable link appears, directing you to the App Store to perform the update.
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
🔒 Security
🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
New Contributors
Full Changelog: immich-app/immich@v2.1.0...v2.2.0
v2.1.0Compare Source
v2.1.0
Welcome to release
v2.1.0of Immich!It’s been about 2 weeks since our stable release 🎉 and the celebratory Retro DVD 📀, which many of you are starting to receive. For those outside the US still waiting for theirs, we're currently awaiting a new batch of DVDs. Hopefully, those start shipping early next week at the latest.
We’d like to take a moment to thank everyone for the support, kind words, and otherwise positive feedback. It’s been great to hear, and it means more to us than you know♥️ .
Highlights
This release contains mostly bug fixes, with a few minor enhancements. Here are some of the highlights:
As always, this release also contains the latest translations.
Improved slideshow shuffle order (web)
This release improves on the algorithm used to implement the
Shuffleorder for the slideshow feature on the web. You should now see a better distribution of photos (fewer repeats).Edit seconds and milliseconds (web)
The change date modal on the web now supports the option to specify seconds and milliseconds.
Upload to stack (web)
For stacks, a new menu option has been added:
Add upload to stack. This action will open a file picker, allowing you to upload directly to the stack.Local album event notifications (web)
This release adds a new in-app notification type:
Shared Album InvitationandShared Album Update. When you are invited to a shared album, and when a new asset is added to it, all users will receive a notification about the update. You can click on the notification to go directly to the mentioned album.The foundation for in-app (web) notifications was introduced in #17701, and we’re still working on expanding it to include more event types, with the hope of eventually incorporating it into the mobile app as a push notification.
Notable fix: mobile search page scrolls back to the top
The search page on mobile uses “infinite scroll”, which means new chunks of assets are automatically loaded in as you scroll down the page. However, prior to this release, the scroll position would reset to the top whenever new chunks were added, resulting in a frustrating user experience. This has been fixed, and the scroll position no longer resets.
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
immich.users.totalmetric by @Tushar-Harsora in #21780🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.