ImageGenius Changes:
change pgvecto.rs to VectorChord
immich Changes:
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.0 of 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 release
- New mutable Docker tag for v2versions
- Optical Character Recognition (OCR)
- [Web] WASM implementation for justified layout calculation 🦀
- [Web] UI improvement for the review duplicates screen
- [Mobile] Show albums in the asset’s detail sheet
- [Mobile] Show similar photos
- [Mobile] Chat-style for activity view
- [Mobile] High precision seeking for video
- [Mobile] New UI to present server-client version mismatch
- Option to create a new user as an admin
- Notable fix: older iOS devices freeze when spawning background tasks
- Notable fix: temporary files on iOS are now cleaned up properly
Docker tag for v2 versions
The example.env file has been updated to use IMMICH_VERSION=v2, which is a mutable Docker tag that points to the latest 2.x.x release 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 job to extract OCR information for your gallery
To 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.
[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.
| Server update | App 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
- fix(server): bump valkey to 8 by @mmomjian in immich-app/immich#22911
🚀 Features
- feat(ml): coreml by @mertalev in immich-app/immich#17718
- feat(server): Option to configure SMTPS transport by @clementmartin in immich-app/immich#22833
- feat: show location & date on duplicate asset comparison overview by @adrianjost in immich-app/immich#22632
- feat: view the user's app version on the user page by @aviv926 in immich-app/immich#21345
- feat: GHA for iOS release flow by @alextran1502 in immich-app/immich#23196
- feat(web): add search filter for camera lens model. by @dagstuan in immich-app/immich#21792
- feat(web): load original videos by @andre-antunesdesa in immich-app/immich#20041
- feat(cli): add --delete-duplicates option by @RobinJ1995 in immich-app/immich#20035
- feat: ocr by @flipped-1121 in immich-app/immich#18836
- feat: show "appears in" albums on asset viewer bottom sheet by @bwees in immich-app/immich#21925
- feat: getAssetOcr endpoint by @alextran1502 in immich-app/immich#23331
- feat(mobile): view similar photos by @vitoksmile in immich-app/immich#22148
- feat(mobile): chat-style album activities timeline by @idubnori in immich-app/immich#23185
🌟 Enhancements
- feat(album): show per-user contributions in shared albums by @Chaoscontrol in immich-app/immich#21740
- feat: add video auto play setting by @Saschl in immich-app/immich#20416
- fix(web): improve scrubber behavior on scroll-limited timelines by @midzelis in immich-app/immich#22917
- feat(web): Download links and Obtainium link generator on Utilities page and onboarding by @NicholasFlamy in immich-app/immich#20589
- feat(web): create user as admin by @jrasm91 in immich-app/immich#23026
- chore: rework backup success notification descriptions by @bwees in immich-app/immich#23024
- feat(mobile): Change the UI of asset activity list to bottom sheet by @idubnori in immich-app/immich#23075
- feat: improved update messaging on app bar server info by @bwees in immich-app/immich#22938
- refactor(web): improve date labels in scrubber by @midzelis in immich-app/immich#23046
- feat: support database dumps for pg18 by @zackpollard in immich-app/immich#23186
- feat: improvements of thumbnail animations by @Lauritz-Tieste in immich-app/immich#20300
- feat(web): reactively update shared link expiration by @khanbasharat3a1 in immich-app/immich#22274
- feat: (mobile) open asset viewer from album activity page by @idubnori in immich-app/immich#23182
- feat(mobile): high precision seeking by @mertalev in immich-app/immich#22346
- feat(web): wasm justified layout, sync edition by @mertalev in immich-app/immich#23194
- feat: logout sessions on password change by @MontejoJorge in immich-app/immich#23188
- feat(server): enhance metadata reading for video files by @tstachl in immich-app/immich#23258
- feat: improve UI for resolving duplication detection by @alextran1502 in immich-app/immich#23145
- feat: toasts by @jrasm91 in immich-app/immich#23298
- feat: asset copy by @danieldietzler in immich-app/immich#23172
🐛 Bug fixes
- fix(web): prevent photo-only memories showing mute button by @meesfrensel in immich-app/immich#22802
- fix: get all assets for the Recents album on iOS by @alextran1502 in immich-app/immich#22956
- fix: tag clean up query and add tests by @MontejoJorge in immich-app/immich#22633
- fix: unit overlapses value in server stats card by @alextran1502 in immich-app/immich#22994
- fix: navigate to time action by @midzelis in immich-app/immich#20928
- fix: remove assets from shared link by @MontejoJorge in immich-app/immich#22935
- fix(server): only asset owner should see favorite status by @pwojtaszko in immich-app/immich#20654
- fix(web): render context overlays over the scrollbar by @PaulSonOfLars in immich-app/immich#23007
- fix(web): two scrollbars in folder view by @YarosMallorca in immich-app/immich#23045
- fix: skip ML availability check if ML is disabled by @bo0tzz in immich-app/immich#23053
- chore: skip dialog for single merged asset by @shenlong-tanwen in immich-app/immich#22958
- fix(mobile): notate experimental network features, cleanup mis assigned translation tags by @mmomjian in immich-app/immich#23021
- fix(ml): pin cudnn version by @mertalev in immich-app/immich#23110
- fix(server): use GPSLongitudeRef and GPSLatitudeRef EXIF fields by @ruippeixotog in immich-app/immich#21445
- fix: allow editing all images by @bwees in immich-app/immich#23144
- fix: isolate freeze app on older ios device by @alextran1502 in immich-app/immich#22509
- fix: android skip posting hash response after detached from engine by @shenlong-tanwen in immich-app/immich#23192
- fix: back/forward navigation won't reset scroll in timeline by @midzelis in immich-app/immich#22838
- fix: handle null bucketId or name in android local sync by @shenlong-tanwen in immich-app/immich#23224
- fix: fetch original name before upload by @shenlong-tanwen in immich-app/immich#21877
- fix: focus-trap on safari by @midzelis in immich-app/immich#23246
- fix(web): disable picture-in-picture on video viewer by @tstachl in immich-app/immich#23318
- fix: make hitbox on app bar dialog bigger by @bwees in immich-app/immich#23316
- fix: clear temp cache on iOS before uploads by @shenlong-tanwen in immich-app/immich#23326
📚 Documentation
- fix(web): clarify some transcoding settings by @meesfrensel in immich-app/immich#22797
- docs: fix small error by @0xflotus in immich-app/immich#22890
- docs: Expand on OpenVINO WSL HW accel by @Mraedis in immich-app/immich#21054
- docs: clarify well-known usage by @jrasm91 in immich-app/immich#23018
- feat: move community projects and guides to immich-aweseome by @jrasm91 in immich-app/immich#23016
- fix(docs): cli upload json format example by @leepeuker in immich-app/immich#22858
- docs: update backup-and-restore.md by @nickwebcouk in immich-app/immich#21065
New Contributors
- @Chaoscontrol made their first contribution in immich-app/immich#21740
- @meesfrensel made their first contribution in immich-app/immich#22802
- @0xflotus made their first contribution in immich-app/immich#22890
- @clementmartin made their first contribution in immich-app/immich#22833
- @leepeuker made their first contribution in immich-app/immich#22858
- @nickwebcouk made their first contribution in immich-app/immich#21065
- @idubnori made their first contribution in immich-app/immich#23075
- @ruippeixotog made their first contribution in immich-app/immich#21445
- @Nykri made their first contribution in immich-app/immich#22888
- @slagiewka made their first contribution in immich-app/immich#23130
- @khanbasharat3a1 made their first contribution in immich-app/immich#22274
- @andre-antunesdesa made their first contribution in immich-app/immich#20041
- @RobinJ1995 made their first contribution in immich-app/immich#20035
- @flipped-1121 made their first contribution in immich-app/immich#18836
- @ZacWarham made their first contribution in immich-app/immich#23275
- @tstachl made their first contribution in immich-app/immich#23258
Full Changelog: immich-app/immich@v2.1.0...v2.2.0





