Releases: immich-app/immich
v1.109.1
v1.109.1
Hotfixes
- Fix an issue to prevent the machine learning container from starting up
What's Changed
🗄️ Server
Other changes
New Contributors
Full Changelog: v1.109.0...v1.109.1
v1.109.0
v1.109.0
Important
Read our announcement about supporting Immich by buying a license here
Highlights
Welcome to version v1.109.0
of Immich. This release introduces an additional way for you to support Immich financially as well as bug fixes for various issues. Some of the highlights in this release include:
- Immich licenses (and https://buy.immich.app)
- "My Immich" url forwarder (https://my.immich.app)
- Notable fix: Generate thumbnail for iOS18 HEIC
- Notable fix: Generate Motion Photos for Pixel 6, 7, and 8
Immich licenses
With the announcement of Immich's licensing, you can now purchase a license to support Immich and open-source software.
In the web app, there is an information box that shows if you are a licensed or unlicensed user. You can click on the box to navigate to the purchase page or to enter the license key directly.
Unlicensed | Licensed |
---|---|
"My Immich" url forwarder (https://my.immich.app)
To help with future support, we are happy to introduce a "proxy" mechanism to help us navigate you to the exact location on your instance without knowing your instance URL.
The website prompts for your instance URL on the first visit and stores it client-side. It automatically redirects on subsequent visits, making it convenient to link to specific pages in self-hosted instances.
Below are some of the example use cases:
- Linking directly to relevant pages from the documentation site.
- Sharing the location of a particular setting in a support thread.
- Automatically activate your instance after you buy a license.
Support Immich
If you find the project helpful, you can support Immich by purchasing a license at https://buy.immich.app.
Cheers! 🍻
Immich team
What's Changed
🗄️ Server
- feat(server): userinfo signing by @jrasm91 in #10756
- feat(server): conditionally run facial recognition nightly by @mertalev in #11080
- fix: #11131 storage migration not moving archived files after template change by @zackpollard in #11139
- fix: downgrade exiftool-vendored to fix motion photo extraction by @zackpollard in #11145
- fix(server): delete large album by @jrasm91 in #11042
- feat(server): country geocoding for remote locations by @pokjay in #10950
- feat(web): license UI by @alextran1502 in #11182
📱 Mobile
- fix(mobile): fix database out of size by @alextran1502 in #11065
🖥️ Web
- fix(web): prevent text wrapping for some languages by @michelheusschen in #11009
- feat(web): change mdiClose to mdiInfinity for User Management - quota by @MickLesk in #11015
- chore(web): update translations by @weblate in #11007
- feat(web): Rename the Menu Entry "admin.map_settings" to "admin.map_gps_settings" by @MickLesk in #11033
- chore(web): use "immich-form-label" class for combobox label by @flesser in #10254
- chore: clean up change date form spacing by @jrasm91 in #11037
- refactor(web): remove buffer package by @michelheusschen in #11058
- chore(web): update translations by @weblate in #11038
- fix(web): byte units enum by @michelheusschen in #11161
- fix(web): more translations by @waclaw66 in #11167
📓 Documentation
- fix(doc): Fix broken link in Cursed Knowledge doc by @AverageHelper in #11008
- docs: fix images by @jrasm91 in #11012
- chore(docs): correct susceptible spelling by @adieltan in #11029
- fix(docs): minor grammar fix in external-library.md by @Rajdave69 in #11073
- docs: cleanup external libraries by @mmomjian in #11099
- docs: facial recognition and general clean-up by @mertalev in #11106
- docs: install script note by @mmomjian in #11122
- chore(ml): set higher worker timeout for openvino by @mertalev in #11174
🔨 Maintenance
- chore(deps): update dependency rimraf to v6 by @renovate in #11079
- chore(deps): update base-image to v20240713 (major) by @renovate in #11066
- chore(deps): update typescript-projects by @renovate in #11129
- chore(deps): update terraform cloudflare to v4.37.0 by @renovate in #11132
- chore(deps): update base-image to v20240716 (major) by @renovate in #11144
- chore(deps): update base-image to v20240717 (major) by @renovate in #11172
Other changes
- chore(mobile): post release task by @alextran1502 in #11006
- chore(docs): update German Readme (README_de_DE.md) by @MickLesk in #11035
- chore: Update feature-request.yaml by @bo0tzz in #11150
New Contributors
- @AverageHelper made their first contribution in #11008
- @MickLesk made their first contribution in #11015
- @adieltan made their first contribution in #11029
- @flesser made their first contribution in #10254
- @Rajdave69 made their first contribution in #11073
- @pokjay made their first contribution in #10950
Full Changelog: v1.108.0...v1.109.0
v1.108.0
v1.108.0
Caution
This release includes a security update for Node.js. While we don't think these CVEs affect Immich, we strongly recommend you update. For more details, see https://nodejs.org/en/blog/vulnerability/july-2024-security-releases.
Highlights
Welcome to release v1.108.0
of Immich. This release focuses on bug fixes and improvements across the app. We added a fun section of things we learned when working on Immich. You can take a look here at the Cursed Knowledge page. Some of the highlights in this release include:
- Notable fix: Use Redis for Websocket state tracking to allow HDD to spin down when inactive
- Using queue to improve CLI processing
What's Changed
🗄️ Server
- fix(server): healthcheck by @jrasm91 in #10811
- fix(server): Postgres -> Redis websocket by @tlvince in #10801
- fix(server): face search migration sometimes failing by @mertalev in #10827
- refactor(server): notification events by @jrasm91 in #10754
- refactor(server): rename asset stack to stack by @jrasm91 in #10828
- refactor(server): bulk interface by @jrasm91 in #10889
- refactor(server): remove has asset by @jrasm91 in #10891
- refactor(server): stack owner by @jrasm91 in #10900
- fix(server): do not try to upgrade to an older version by @jrasm91 in #10903
- refactor(server): use .toSorted by @jrasm91 in #10904
- fix(server): reset-admin-password command by @michelheusschen in #10939
- refactor(server): build resources by @jrasm91 in #10958
- refactor(server): partner search dto by @jrasm91 in #10902
- fix(server): wrong video rotation with QSV and RKMPP decoding by @apeman76 in #10905
- fix(server): avoid server error for invalid email data type by @michelheusschen in #10978
- fix(server): skip smtp validation when there are no changes by @michelheusschen in #10991
- chore(server): remove unused code by @jrasm91 in #10999
📱 Mobile
- fix(mobile): exposure time display by @waclaw66 in #10842
- chore(mobile): separate build flavors by @alextran1502 in #10872
- fix(mobile): search picker overflow by @alextran1502 in #10870
🖥️ Web
- chore(web): remove unnused property by @jrasm91 in #10820
- fix(web): delete library by @jrasm91 in #10822
- chore(web): update translations by @weblate in #10795
- chore: remove unused snowburst one font by @michelheusschen in #10863
- fix(web): user profile translation by @waclaw66 in #10851
- feat(web): use browser language by default by @michelheusschen in #10849
- fix(web): duplicate thumbnail cover full width by @michelheusschen in #10880
- chore(web): remove unused s function by @michelheusschen in #10878
- refactor(web): use derived instead of get(t) by @michelheusschen in #10884
- fix(web): download archive for public user by @michelheusschen in #10877
- chore(web): update translations by @weblate in #10831
- chore: add az language by @jrasm91 in #10890
- fix(web): external library disk usage unit by @michelheusschen in #10935
- chore(web): translate alt text by @ben-basten in #10922
- refactor(web): focus trap by @michelheusschen in #10915
- refactor(web): show & hide people by @michelheusschen in #10933
- chore(web): update translations by @weblate in #10896
- feat(web): improve show & hide people accessibility by @michelheusschen in #10954
- refactor(web): use callbacks for admin setting events by @michelheusschen in #10997
- feat(web): render component in notifications by @michelheusschen in #10990
- chore(web): update translations by @weblate in #10961
🧠 Machine Learning
⚡ CLI
📓 Documentation
🔨 Maintenance
- chore(deps): bump docker/build-push-action from 6.2.0 to 6.3.0 by @dependabot in #10805
- chore(deps): update base-image to v20240702 (major) by @renovate in #10821
- chore(deps): bump docker/setup-qemu-action from 3.0.0 to 3.1.0 by @dependabot in #10844
- chore(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 by @dependabot in #10843
- chore(deps): update dependency prettier-plugin-organize-imports to v4 by @renovate in #10930
- chore(deps): update typescript-projects by @renovate in #10962
- chore(deps): update dependency node to v20.15.1 by @renovate in #10969
- chore(deps): update base-image to v20240709 (major) by @renovate in #10956
- chore(deps): update base-image to v20240710 (major) by @renovate in #10995
- chore(deps): update typescript-projects by @renovate in #10975
- chore(deps): update node by @renovate in #10996
- chore(deps): update prom/prometheus docker digest to f20d312 by @renovate in #10998
Other changes
- feat: update dutch translations by @JordyEGNL in #10897
- chore: pin specific node version in .nvmrc by @zackpollard in #10973
- chore(mobile): update photo_manager dep by @alextran1502 in #10965
- fix(mobile): crash when navigate between large video files by @alextran1502 in #11002
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.107.2...
v1.107.2
v1.107.2
There is no mobile release for this version
Hotfixes
- Slow loading on the
people
page on the web - Incorrect translation strings
- Fixed an issue of able to merge the same person into one
What's Changed
🗄️ Server
📱 Mobile
- fix(mobile): incorrect translation string by @alextran1502 in #10794
🖥️ Web
- chore(web): update translations by @weblate in #10753
- fix(web): slow people page load by @alextran1502 in #10793
🔨 Maintenance
Other changes
- docs: fix typo in translations link by @danieldietzler in #10783
- chore(mobile): post release pump by @alextran1502 in #10775
Full Changelog: https://github.com/immich-app/immich/compare/v1.107.1...
v1.107.1
v1.107.1
There are no changes on the server. This release is mainly for the mobile app - feel free not to pulling the new images
Hotfixes
After receiving feedback from the community about changing the timeline display's default behavior, we have decided to revert to the previous behavior. We will work on a proper implementation where you can select which album will be displayed on the timeline by default and decouple it from the album selected for backup.
I apologize for the inconvenience this change has caused and we will have a community discussion before such changes in the future.
- Fixed map crash on Android
- Reverted all assets are displayed as default on the mobile timeline
Include the v1.107.0
release note below for your convenience.
Highlights
Welcome to version v1.107.0
of Immich. This release includes many bug fixes, new translations from many new languages, and enhancements to the recent new features in the last release, as well as a change in the default timeline display on the mobile app. Check out some of the highlights below:
- Enhancement to deduplication UI - bulk resolve duplicates, view duplicates in fullscreen.
- Custom request headers for the mobile app.
- Facial recognition now recognizes more faces.
Deduplication UI Enhancement
Thank you all for your feedback! The deduplication UI now has two bulk actions that apply to all duplicate groups: deduplicating assets automatically and keeping all duplicates. This makes managing thousands of duplication groups much more efficient.
Additionally, you can now view the duplicates in fullscreen mode, making it easier to decide which asset to keep. We also added the status for favorite photos to the card as well.
Custom request headers for the mobile app
Thanks to @matejkramny, you can now add custom headers to all the requests from the mobile app. This mechanism will help many users who use Cloudflare's Zero Trust Service
You can access this setting from the app Settings > Advanced > Custom proxy headers
Facial recognition enhancement
Due to a change in how recognition data is indexed, facial recognition is now more likely to recognize a face as a particular person. This means more assets will have complete facial recognition and the initial clustering will produce fewer duplicate people. Facial recognition is also faster as part of this change.
Clicking the Missing button for Facial Recognition from the job panel will make this change apply to existing assets. (This is also run periodically, so it will soon take effect even without explicitly running facial recognition.)
What's Changed
📱 Mobile
- fix(mobile): map crashes on Android by @alextran1502 in #10773
- feat(mobile): Revert render assets on device by default (#10470) by @alextran1502 in #10774
Other changes
- chore(mobile): post release pump by @alextran1502 in #10759
Full Changelog: https://github.com/immich-app/immich/compare/v1.107.0...
v1.107.0
v1.107.0
Highlights
Welcome to version v1.107.0
of Immich. This release includes many bug fixes, new translations from many new languages, and enhancements to the recent new features in the last release, as well as a change in the default timeline display on the mobile app. Check out some of the highlights below:
- Enhancement to deduplication UI - bulk resolve duplicates, view duplicates in fullscreen.
- Display all local assets on the mobile timeline by default.
- Custom request headers for the mobile app.
- Facial recognition now recognizes more faces.
Deduplication UI Enhancement
Thank you all for your feedback! The deduplication UI now has two bulk actions that apply to all duplicate groups: deduplicating assets automatically and keeping all duplicates. This makes managing thousands of duplication groups much more efficient.
Additionally, you can now view the duplicates in fullscreen mode, making it easier to decide which asset to keep. We also added the status for favorite photos to the card as well.
Display all local assets on the mobile app timeline
Starting from this release, all local assets will be displayed on the main timeline. This is the first step in refactoring the upload mechanism, simplifying the logic, and introducing similar behaviors to a default gallery app on your phone.
With this change, you can now view, manage, and select a certain group of photos you want to upload to Immich directly from the timeline without the need to select them first on the backup page. The album selection for backup can be used for mass backup selection like before.
Custom request headers for the mobile app
Thanks to @matejkramny, you can now add custom headers to all the requests from the mobile app. This mechanism will help many users who use Cloudflare's Zero Trust Service
You can access this setting from the app Settings > Advanced > Custom proxy headers
Facial recognition enhancement
Due to a change in how recognition data is indexed, facial recognition is now more likely to recognize a face as a particular person. This means more assets will have complete facial recognition and the initial clustering will produce fewer duplicate people. Facial recognition is also faster as part of this change.
Clicking the Missing button for Facial Recognition from the job panel will make this change apply to existing assets. (This is also run periodically, so it will soon take effect even without explicitly running facial recognition.)
What's Changed
🗄️ Server
- fix(server): oauth linking error message by @jrasm91 in #10287
- fix(server): headers already send by @jrasm91 in #10289
- fix(deps): update typescript-projects by @renovate in #10105
- feat: user preferences for archive download size by @danieldietzler in #10296
- fix(deps): update dependency exiftool-vendored to v26.2.0 by @renovate in #10102
- refactor(server): partner ids by @jrasm91 in #10321
- fix(server): include trashed assets in forced thumbnail generation by @michelheusschen in #10389
- fix(server): orientation handling for person thumbnails by @mertalev in #10382
- feat(server): separate face search relation by @mertalev in #10371
- fix(server): include archived assets in forced thumbnail generation by @michelheusschen in #10409
- chore(server): update exiftool and migrate off deprecated method signatures by @stephen304 in #10367
- fix(server): consider all I-frames for video thumbnails by @mertalev in #10471
- fix(server): let thumbnail generation fail on error by @mertalev in #10479
- fix(server): video thumbnail generation failing with single i-frame by @mertalev in #10477
- chore(deps): bump braces from 3.0.2 to 3.0.3 in /server by @dependabot in #10487
- chore(deps): update base-image to v20240618 (major) by @renovate in #10457
- fix(server): library refresh not checking trashed assets by @mertalev in #10495
- fix(server): reindex after changing to a model with a different dimension size by @mertalev in #10496
- fix(server): allow library id to be null in metadata search by @danieldietzler in #10512
- fix(server):
/places
entries sometimes not ordered alphabetically by @mertalev in #10514 - fix(deps): update typescript-projects by @renovate in #10611
- fix(deps): update typescript-projects by @renovate in #10616
- chore(deps): use full semver docker tag for node images by @jrasm91 in #10613
- chore(deps): pin dependencies by @renovate in #10618
- chore(deps): update dependency @types/node to ^20.14.6 by @renovate in #10627
- chore: update docker node alpine versions to 3.20 by @zackpollard in #10621
- chore(deps): update base-image to v20240625 (major) by @renovate in #10620
- chore: bump node docker versions by @zackpollard in #10629
- chore(deps): pin node.js to 0ccc08f by @renovate in #10628
- chore(deps): update dependency typescript to v5.5.2 by @renovate in #10633
- chore: build metadata by @jrasm91 in #10612
- fix(server): user delete with stacked assets by @jrasm91 in #10642
- fix(server): about info version by @michelheusschen in #10659
- fix(server): live photo relation by @jrasm91 in #10637
- refactor(server): event emits by @jrasm91 in #10648
- fix(web): new feature photo by @martabal in #9443
- refactor: move /server-info endpoints to /server by @zackpollard in #10677
- fix: album remove asset bug by @jrasm91 in #10687
- fix(server): show partners assets on timeline without permission by @alextran1502 in #10705
- chore: Lower default duplicate detection distance by @bo0tzz in #10703
- feat(server): user and server license endpoints by @zackpollard in #10682
📱 Mobile
- chore(deps): update dependency flutter to v3.22.2 by @renovate in #10158
- fix(app-bar): remove safe area of the app bar in photos page by @RanKKI in #10340
- fix(mobile): translation for memory title by @RanKKI in #10324
- fix(mobile): search page by @RanKKI in #10385
- fix(mobile): my location button on maps not visible due to bottom padding by @RanKKI in #10384
- fix(mobile): asset description is not shown on the sheet when opened for the first time by @RanKKI in #10377
- fix(mobile): upgrade maplibre_gl package to fix issue with crash in ios7.4 above simulator by @Mujhtech in #10182
- feat(mobile): render assets on device by default by @alextran1502 in #10470
- chore(mobile): remove exclude album mechanism for backup by @alextran1502 in #10552
- fix(mobile): inconsistent thumbnail's label by @RanKKI in #10589
- feat(mobile): add additional request headers by @matejkramny in #10588
- fix(mobile): asset state remain in gallery view after being deleted by @alextran1502 in #10603
- chore(trans): add zh-CN translations for custom proxy headers by @Triple-Z in #10660
- chore(mobile): Revert "remove exclude album mechanism for backup (#10552)" by @alextran1502 in #10686
🖥️ Web
- chore(web): update translations by @weblate in #10285
- chore(web): standardize settings labels by @ben-basten in #10303
- refactor(web): byte unit utils by @danieldietzler in #10332
- feat(web): add cover images to individual shares by @Snowknight26 in #9988
- fix(web): prevent n...
v1.106.4
v1.106.4
Hotfixes
This release addresses the following bugs:
- fix(server): use preview image when generating person thumbnail from video by @mertalev in #10240
- fix(server): load original image for gifs by @michelheusschen in #10252
Include the previous release note below for your convenience.
Highlights
BREAKING CHANGES
Warning
1. Underlying API changes
Please ensure your mobile app and server are on the same version. Otherwise, you won't be able to access the app.
We advise you to wait for the mobile app to be reviewed and released from the app stores before updating your instance to avoid disrupting your users.
2. Environment variables
SERVER_PORT
,MICROSERVICES_PORT
, andMACHINE_LEARNING_PORT
were renamed toIMMICH_PORT
HOST
andMACHINE_LEARNING_HOST
were renamed toIMMICH_HOST
3. Removal of the immich-microservices
container
The microservices container/process can now be deployed within the immich-server container itself and is done so by default.
Please refer to our documentation for a detailed explanation of this change and a way to keep microservices as a separate container.
Please edit your docker-compose.yml
file with the following changes. If you use hardware acceleration previously in immich-microservices
, you can move the extends
block's content to the immich-server
service to keep the same functionality.
When you bring the container up, please make sure to include the --remove-orphans
flag, so that the immich-microservices
container is removed properly. So the full command will be docker compose up -d --remove-orphans
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
- command: ['start.sh', 'immich']
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
ports:
- 2283:3001
depends_on:
- redis
- database
restart: always
- immich-microservices:
- container_name: immich_microservices
- image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
- # extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/hardware-transcoding
- # file: hwaccel.transcoding.yml
- # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
- command: ['start.sh', 'microservices']
- volumes:
- - ${UPLOAD_LOCATION}:/usr/src/app/upload
- - /etc/localtime:/etc/localtime:ro
- env_file:
- - .env
- depends_on:
- - redis
- - database
- restart: always
Highlights
Welcome to release v1.106.0
of Immich. Woooh, this release is packed with many new features, improvements, and bug fixes. This is one of the longest release stretches we have ever done, with over 230 closed PRs over a month. I hope you enjoy this release as much as we do, and we have more brewing on the horizon; let's go over some of the highlights of the release below:
- Removal of the
immich-microservices
container - Similar image detection and management
- End-to-end acceleration for NVENC and QSV transcoding
- Better video thumbnails
- Email notifications for album events
- Per user email notifications settings
- Send a test email when configuring the SMTP email server
- Public roadmap (here)
- Translation on the web
- Notable fix: Fixed an edge case bug on mobile synchronization when there is a bad file with date time information. Thanks @fyfrey so much!
Removal of the immich-microservices
container
"microservices be gone" - Zack
Actually, it is still there but in a true microservices manner where we spawn it in a separate process. Woohoo, one more container down to simplify the official setup of Immich!
This change is one of many pieces of upcoming work to change how we handle jobs. Microservices were always a patch for the problem that we couldn't run background tasks within the main server, which would introduce contention for the API itself. Using workers, we can now have these within the same container, separated into different V8 engines. Moving forward, we will be looking to split out "microservices" into actual microservices such as transcoding, thumbnails, etc., allowing such things as distributing transcoding alone to another instance.
Architecture
The immich-server
container contains multiple workers:
api
: responds to API requests for data and files for the web and mobile app.microservices
: handles most other work, such as thumbnail generation and video encoding, in the form of jobs. Simply put, a job is a request to process data in the background.
Split workers [Optional]
If you prefer to throttle or distribute the workers, you can use the environment variables to specify which container should pick up which tasks.
For example, for a simple setup with one container for the Web/API and one for all other microservices, you can do the following:
Copy the entire immich-server
block as a new service and make the following changes to the copy:
- immich-server:
- container_name: immich_server
...
- ports:
- - 2283:3001
+ immich-microservices:
+ container_name: immich_microservices
Once you have two copies of the immich-server service, make the following changes to each one. This will allow one container only to serve the web UI and API and the other one to handle all other tasks.
services:
immich-server:
...
+ environment:
+ IMMICH_WORKERS_INCLUDE: 'api'
immich-microservices:
...
+ environment:
+ IMMICH_WORKERS_EXCLUDE: 'api'
Similar image detection
This release adds the much-anticipated ability to detect duplicate assets that aren't exactly identical, whether because of a difference in resolution, compression or metadata. To give you control over which asset(s) to keep, the assets aren't deduplicated immediately. Instead, there's a new Duplicates page where you can review duplicates to keep or trash them. An asset with the largest file size is selected by default.
Deduplication-action.mp4
To get started, you can run the new duplicate detection job on all assets. You won't need to do this for new assets, as they'll be automatically processed.
The Duplicates page is under a new Utilities section in the sidebar. Stay tuned for other features that will go into this section!
End-to-end hardware-accelerated transcoding
Until now, hardware acceleration for most backends only applied to encoding; decoding and tone-mapping were still done on the CPU. There's now an opt-in hardware decoding toggle that allows you to accelerate the full transcoding process for NVENC, QSV, and RKMPP. Some testing showed a 10x speed improvement compared to accelerated encoding alone (results are subject to your hardware and the video itself, of course).
Keep in mind that hardware and video compatibility becomes more relevant with this setting, which is why it's currently opt-in.
Special thanks to Jellyfin's @nyanmisaka for their helpful tips and suggestions for this feature!
Better video thumbnails
Immich now tries to find a descriptive video thumbnail instead of simply using the first frame. No more black images for thumbnails!
Before:
After:
This change won't apply retroactively to existing videos. To update video thumbnails, you can either select them and choose Refresh Thumbnails from the overflow menu or re-run thumbnail generation on all assets through the job panel to update all of them.
Additional email notifications
Two new event types have been added for which email notifications can be sent out:
- You are added to a shared album.
- New media is added to an album.
Also, users can now control their notification settings for each event. Notification preferences can be viewed on the web account settings page.
Translation on the web
We have added translation for Immich on the web. You can help us translate the web to your native language by accessing our Weblate project here.
You can change the app to your language from the Account Settings > App Settings > Language
What's Changed
🗄️ Server
- fix(server): use preview image when generating person thumbnail from video by @mertalev in #10240
- fix: load original image for gifs by @michelheusschen in #10252
- chore(server): optional originalMimeType in asset response payload by @alextran1502 in http...
v1.106.3
v1.106.3
Hotfixes
This release addresses the following issues:
🗄️ Server
- fix: postgres health check reporting any db without checksums as unhealthy by @mertalev in #10178
- fix: increase pixel limit for thumbnail generation by @mertalev in #10181
- fix: exiftool largefilesupport only set for the first call by @stephen304 in #10167
- fix: only run healthchecks when api worker is running on immich-server by @zackpollard in #10204
- fix: checkExistingAssets by @michelheusschen in #10192
- fix: no floats (replace with doubles) by @jrasm91 in #10218
📱 Mobile
- fix: video player not updating state by @alextran1502 in #10220
🖥️ Web
- fix: multi-file upload in albums by @michelheusschen in #10190
- fix: missing svelte translations by @waclaw66 in #10199
Include the previous release note below for your convenience.
Highlights
BREAKING CHANGES
Warning
1. Underlying API changes
Please ensure your mobile app and server are on the same version. Otherwise, you won't be able to access the app.
We advise you to wait for the mobile app to be reviewed and released from the app stores before updating your instance to avoid disrupting your users.
2. Environment variables
SERVER_PORT
,MICROSERVICES_PORT
, andMACHINE_LEARNING_PORT
were renamed toIMMICH_PORT
HOST
andMACHINE_LEARNING_HOST
were renamed toIMMICH_HOST
3. Removal of the immich-microservices
container
The microservices container/process can now be deployed within the immich-server container itself and is done so by default.
Please refer to our documentation for a detailed explanation of this change and a way to keep microservices as a separate container.
Please edit your docker-compose.yml
file with the following changes. If you use hardware acceleration previously in immich-microservices
, you can move the extends
block's content to the immich-server
service to keep the same functionality.
When you bring the container up, please make sure to include the --remove-orphans
flag, so that the immich-microservices
container is removed properly. So the full command will be docker compose up -d --remove-orphans
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
- command: ['start.sh', 'immich']
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
ports:
- 2283:3001
depends_on:
- redis
- database
restart: always
- immich-microservices:
- container_name: immich_microservices
- image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
- # extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/hardware-transcoding
- # file: hwaccel.transcoding.yml
- # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
- command: ['start.sh', 'microservices']
- volumes:
- - ${UPLOAD_LOCATION}:/usr/src/app/upload
- - /etc/localtime:/etc/localtime:ro
- env_file:
- - .env
- depends_on:
- - redis
- - database
- restart: always
Highlights
Welcome to release v1.106.0
of Immich. Woooh, this release is packed with many new features, improvements, and bug fixes. This is one of the longest release stretches we have ever done, with over 230 closed PRs over a month. I hope you enjoy this release as much as we do, and we have more brewing on the horizon; let's go over some of the highlights of the release below:
- Removal of the
immich-microservices
container - Similar image detection and management
- End-to-end acceleration for NVENC and QSV transcoding
- Better video thumbnails
- Email notifications for album events
- Per user email notifications settings
- Send a test email when configuring the SMTP email server
- Public roadmap (here)
- Translation on the web
- Notable fix: Fixed an edge case bug on mobile synchronization when there is a bad file with date time information. Thanks @fyfrey so much!
Removal of the immich-microservices
container
"microservices be gone" - Zack
Actually, it is still there but in a true microservices manner where we spawn it in a separate process. Woohoo, one more container down to simplify the official setup of Immich!
This change is one of many pieces of upcoming work to change how we handle jobs. Microservices were always a patch for the problem that we couldn't run background tasks within the main server, which would introduce contention for the API itself. Using workers, we can now have these within the same container, separated into different V8 engines. Moving forward, we will be looking to split out "microservices" into actual microservices such as transcoding, thumbnails, etc., allowing such things as distributing transcoding alone to another instance.
Architecture
The immich-server
container contains multiple workers:
api
: responds to API requests for data and files for the web and mobile app.microservices
: handles most other work, such as thumbnail generation and video encoding, in the form of jobs. Simply put, a job is a request to process data in the background.
Split workers [Optional]
If you prefer to throttle or distribute the workers, you can use the environment variables to specify which container should pick up which tasks.
For example, for a simple setup with one container for the Web/API and one for all other microservices, you can do the following:
Copy the entire immich-server
block as a new service and make the following changes to the copy:
- immich-server:
- container_name: immich_server
...
- ports:
- - 2283:3001
+ immich-microservices:
+ container_name: immich_microservices
Once you have two copies of the immich-server service, make the following changes to each one. This will allow one container only to serve the web UI and API and the other one to handle all other tasks.
services:
immich-server:
...
+ environment:
+ IMMICH_WORKERS_INCLUDE: 'api'
immich-microservices:
...
+ environment:
+ IMMICH_WORKERS_EXCLUDE: 'api'
Similar image detection
This release adds the much-anticipated ability to detect duplicate assets that aren't exactly identical, whether because of a difference in resolution, compression or metadata. To give you control over which asset(s) to keep, the assets aren't deduplicated immediately. Instead, there's a new Duplicates page where you can review duplicates to keep or trash them. An asset with the largest file size is selected by default.
Deduplication-action.mp4
To get started, you can run the new duplicate detection job on all assets. You won't need to do this for new assets, as they'll be automatically processed.
The Duplicates page is under a new Utilities section in the sidebar. Stay tuned for other features that will go into this section!
End-to-end hardware-accelerated transcoding
Until now, hardware acceleration for most backends only applied to encoding; decoding and tone-mapping were still done on the CPU. There's now an opt-in hardware decoding toggle that allows you to accelerate the full transcoding process for NVENC, QSV, and RKMPP. Some testing showed a 10x speed improvement compared to accelerated encoding alone (results are subject to your hardware and the video itself, of course).
Keep in mind that hardware and video compatibility becomes more relevant with this setting, which is why it's currently opt-in.
Special thanks to Jellyfin's @nyanmisaka for their helpful tips and suggestions for this feature!
Better video thumbnails
Immich now tries to find a descriptive video thumbnail instead of simply using the first frame. No more black images for thumbnails!
Before:
After:
This change won't apply retroactively to existing videos. To update video thumbnails, you can either select them and choose Refresh Thumbnails from the overflow menu or re-run thumbnail generation on all assets through the job panel to update all of them.
Additional email notifications
Two new event types have been added for which email notifications can be sent out:
- You are added to a shared album.
- New media is added to an album.
Also, users can now control their notification settings for each event. Notification preferences can be viewed on the web account settings page.
Translation on the web
We have added translation for...
v1.106.2
v1.106.2
This is a hot fixes release that addresses the following bugs.
- fix(server): cache-control header missing from / requests #10131
- fix(mobile): warning message not resetting when changing server #10112
- fix(#9467): Motion Photos stopping music #10151
- fix(#10113): cannot perform duplication actions as normal user #10115
- fix(#10117): cannot click on explore places #10121
- fix(#10130): cannot view image when metadata sharing is turned off for public sharing #10145
- fix(web): backward asset navigation in GalleryViewer #10132
Include the previous release note below for your convenience.
Highlights
BREAKING CHANGES
Warning
1. Underlying API changes
Please ensure your mobile app and server are on the same version. Otherwise, you won't be able to access the app.
We advise you to wait for the mobile app to be reviewed and released from the app stores before updating your instance to avoid disrupting your users.
2. Environment variables
SERVER_PORT
,MICROSERVICES_PORT
, andMACHINE_LEARNING_PORT
were renamed toIMMICH_PORT
HOST
andMACHINE_LEARNING_HOST
were renamed toIMMICH_HOST
3. Removal of the immich-microservices
container
The microservices container/process can now be deployed within the immich-server container itself and is done so by default.
Please refer to our documentation for a detailed explanation of this change and a way to keep microservices as a separate container.
Please edit your docker-compose.yml
file with the following changes. If you use hardware acceleration previously in immich-microservices
, you can move the extends
block's content to the immich-server
service to keep the same functionality.
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
- command: ['start.sh', 'immich']
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
ports:
- 2283:3001
depends_on:
- redis
- database
restart: always
- immich-microservices:
- container_name: immich_microservices
- image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
- # extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/hardware-transcoding
- # file: hwaccel.transcoding.yml
- # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
- command: ['start.sh', 'microservices']
- volumes:
- - ${UPLOAD_LOCATION}:/usr/src/app/upload
- - /etc/localtime:/etc/localtime:ro
- env_file:
- - .env
- depends_on:
- - redis
- - database
- restart: always
Highlights
Welcome to release v1.106.0
of Immich. Woooh, this release is packed with many new features, improvements, and bug fixes. This is one of the longest release stretches we have ever done, with over 230 closed PRs over a month. I hope you enjoy this release as much as we do, and we have more brewing on the horizon; let's go over some of the highlights of the release below:
- Removal of the
immich-microservices
container - Similar image detection and management
- End-to-end acceleration for NVENC and QSV transcoding
- Better video thumbnails
- Email notifications for album events
- Per user email notifications settings
- Send a test email when configuring the SMTP email server
- Public roadmap (here)
- Translation on the web
- Notable fix: Fixed an edge case bug on mobile synchronization when there is a bad file with date time information. Thanks @fyfrey so much!
Removal of the immich-microservices
container
"microservices be gone" - Zack
Actually, it is still there but in a true microservices manner where we spawn it in a separate process. Woohoo, one more container down to simplify the official setup of Immich!
This change is one of many pieces of upcoming work to change how we handle jobs. Microservices were always a patch for the problem that we couldn't run background tasks within the main server, which would introduce contention for the API itself. Using workers, we can now have these within the same container, separated into different V8 engines. Moving forward, we will be looking to split out "microservices" into actual microservices such as transcoding, thumbnails, etc., allowing such things as distributing transcoding alone to another instance.
Architecture
The immich-server
container contains multiple workers:
api
: responds to API requests for data and files for the web and mobile app.microservices
: handles most other work, such as thumbnail generation and video encoding, in the form of jobs. Simply put, a job is a request to process data in the background.
Split workers [Optional]
If you prefer to throttle or distribute the workers, you can use the environment variables to specify which container should pick up which tasks.
For example, for a simple setup with one container for the Web/API and one for all other microservices, you can do the following:
Copy the entire immich-server
block as a new service and make the following changes to the copy:
- immich-server:
- container_name: immich_server
...
- ports:
- - 2283:3001
+ immich-microservices:
+ container_name: immich_microservices
Once you have two copies of the immich-server service, make the following changes to each one. This will allow one container only to serve the web UI and API and the other one to handle all other tasks.
services:
immich-server:
...
+ environment:
+ IMMICH_WORKERS_INCLUDE: 'api'
immich-microservices:
...
+ environment:
+ IMMICH_WORKERS_EXCLUDE: 'api'
Similar image detection
This release adds the much-anticipated ability to detect duplicate assets that aren't exactly identical, whether because of a difference in resolution, compression or metadata. To give you control over which asset(s) to keep, the assets aren't deduplicated immediately. Instead, there's a new Duplicates page where you can review duplicates to keep or trash them. An asset with the largest file size is selected by default.
Deduplication-action.mp4
To get started, you can run the new duplicate detection job on all assets. You won't need to do this for new assets, as they'll be automatically processed.
The Duplicates page is under a new Utilities section in the sidebar. Stay tuned for other features that will go into this section!
End-to-end hardware-accelerated transcoding
Until now, hardware acceleration for most backends only applied to encoding; decoding and tone-mapping were still done on the CPU. There's now an opt-in hardware decoding toggle that allows you to accelerate the full transcoding process for NVENC, QSV, and RKMPP. Some testing showed a 10x speed improvement compared to accelerated encoding alone (results are subject to your hardware and the video itself, of course).
Keep in mind that hardware and video compatibility becomes more relevant with this setting, which is why it's currently opt-in.
Special thanks to Jellyfin's @nyanmisaka for their helpful tips and suggestions for this feature!
Better video thumbnails
Immich now tries to find a descriptive video thumbnail instead of simply using the first frame. No more black images for thumbnails!
Before:
After:
This change won't apply retroactively to existing videos. To update video thumbnails, you can either select them and choose Refresh Thumbnails from the overflow menu or re-run thumbnail generation on all assets through the job panel to update all of them.
Additional email notifications
Two new event types have been added for which email notifications can be sent out:
- You are added to a shared album.
- New media is added to an album.
Also, users can now control their notification settings for each event. Notification preferences can be viewed on the web account settings page.
Translation on the web
We have added translation for Immich on the web. You can help us translate the web to your native language by accessing our Weblate project here.
You can change the app to your language from the Account Settings > App Settings > Language
And as always, bugs are fixed, and many other improvements also come with this release.
What's Changed
🗄️ Server
- fix(server): cache-control header missing from / requests by @michelheusschen in #10131
📱 Mobile
- fix(mobile): warning message not resetting when changing server URL by @alextran1502 in https://github...
v1.106.1
v1.106.1
Note: We skip v1.106.0
and push straight to v1.106.1
since we discovered and fixed some more bugs while waiting for the v1.106.0
mobile releases to be approved for synchronized publishing across all platforms
BREAKING CHANGES
Warning
1. Underlying API changes
Please ensure your mobile app and server are on the same version. Otherwise, you won't be able to access the app.
We advise you to wait for the mobile app to be reviewed and released from the app stores before updating your instance to avoid disrupting your users.
2. Environment variables
SERVER_PORT
,MICROSERVICES_PORT
, andMACHINE_LEARNING_PORT
were renamed toIMMICH_PORT
HOST
andMACHINE_LEARNING_HOST
were renamed toIMMICH_HOST
3. Removal of the immich-microservices
container
The microservices container/process can now be deployed within the immich-server container itself and is done so by default.
Please refer to our documentation for a detailed explanation of this change and a way to keep microservices as a separate container.
Please edit your docker-compose.yml
file with the following changes. If you use hardware acceleration previously in immich-microservices
, you can move the extends
block's content to the immich-server
service to keep the same functionality.
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
- command: ['start.sh', 'immich']
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
ports:
- 2283:3001
depends_on:
- redis
- database
restart: always
- immich-microservices:
- container_name: immich_microservices
- image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
- # extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/hardware-transcoding
- # file: hwaccel.transcoding.yml
- # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
- command: ['start.sh', 'microservices']
- volumes:
- - ${UPLOAD_LOCATION}:/usr/src/app/upload
- - /etc/localtime:/etc/localtime:ro
- env_file:
- - .env
- depends_on:
- - redis
- - database
- restart: always
Highlights
Welcome to release v1.106.0
of Immich. Woooh, this release is packed with many new features, improvements, and bug fixes. This is one of the longest release stretches we have ever done, with over 230 closed PRs over a month. I hope you enjoy this release as much as we do, and we have more brewing on the horizon; let's go over some of the highlights of the release below:
- Removal of the
immich-microservices
container - Similar image detection and management
- End-to-end acceleration for NVENC and QSV transcoding
- Better video thumbnails
- Email notifications for album events
- Per user email notifications settings
- Send a test email when configuring the SMTP email server
- Public roadmap (here)
- Translation on the web
- Notable fix: Fixed an edge case bug on mobile synchronization when there is a bad file with date time information. Thanks @fyfrey so much!
Removal of the immich-microservices
container
"microservices be gone" - Zack
Actually, it is still there but in a true microservices manner where we spawn it in a separate process. Woohoo, one more container down to simplify the official setup of Immich!
This change is one of many pieces of upcoming work to change how we handle jobs. Microservices were always a patch for the problem that we couldn't run background tasks within the main server, which would introduce contention for the API itself. Using workers, we can now have these within the same container, separated into different V8 engines. Moving forward, we will be looking to split out "microservices" into actual microservices such as transcoding, thumbnails, etc., allowing such things as distributing transcoding alone to another instance.
Architecture
The immich-server
container contains multiple workers:
api
: responds to API requests for data and files for the web and mobile app.microservices
: handles most other work, such as thumbnail generation and video encoding, in the form of jobs. Simply put, a job is a request to process data in the background.
Split workers [Optional]
If you prefer to throttle or distribute the workers, you can use the environment variables to specify which container should pick up which tasks.
For example, for a simple setup with one container for the Web/API and one for all other microservices, you can do the following:
Copy the entire immich-server
block as a new service and make the following changes to the copy:
- immich-server:
- container_name: immich_server
...
- ports:
- - 2283:3001
+ immich-microservices:
+ container_name: immich_microservices
Once you have two copies of the immich-server service, make the following changes to each one. This will allow one container only to serve the web UI and API and the other one to handle all other tasks.
services:
immich-server:
...
+ environment:
+ IMMICH_WORKERS_INCLUDE: 'api'
immich-microservices:
...
+ environment:
+ IMMICH_WORKERS_EXCLUDE: 'api'
Similar image detection
This release adds the much-anticipated ability to detect duplicate assets that aren't exactly identical, whether because of a difference in resolution, compression or metadata. To give you control over which asset(s) to keep, the assets aren't deduplicated immediately. Instead, there's a new Duplicates page where you can review duplicates to keep or trash them. An asset with the largest file size is selected by default.
Deduplication-action.mp4
To get started, you can run the new duplicate detection job on all assets. You won't need to do this for new assets, as they'll be automatically processed.
The Duplicates page is under a new Utilities section in the sidebar. Stay tuned for other features that will go into this section!
End-to-end hardware-accelerated transcoding
Until now, hardware acceleration for most backends only applied to encoding; decoding and tone-mapping were still done on the CPU. There's now an opt-in hardware decoding toggle that allows you to accelerate the full transcoding process for NVENC, QSV, and RKMPP. Some testing showed a 10x speed improvement compared to accelerated encoding alone (results are subject to your hardware and the video itself, of course).
Keep in mind that hardware and video compatibility becomes more relevant with this setting, which is why it's currently opt-in.
Special thanks to Jellyfin's @nyanmisaka for their helpful tips and suggestions for this feature!
Better video thumbnails
Immich now tries to find a descriptive video thumbnail instead of simply using the first frame. No more black images for thumbnails!
Before:
After:
This change won't apply retroactively to existing videos. To update video thumbnails, you can either select them and choose Refresh Thumbnails from the overflow menu or re-run thumbnail generation on all assets through the job panel to update all of them.
Additional email notifications
Two new event types have been added for which email notifications can be sent out:
- You are added to a shared album.
- New media is added to an album.
Also, users can now control their notification settings for each event. Notification preferences can be viewed on the web account settings page.
Translation on the web
We have added translation for Immich on the web. You can help us translate the web to your native language by accessing our Weblate project here.
You can change the app to your language from the Account Settings > App Settings > Language
What's Changed
⚠️ Breaking Changes
- feat: microservices be gone by @zackpollard in #9551
- refactor!: LOG_LEVEL => IMMICH_LOG_LEVEL by @jrasm91 in #9557
- refactor!: port env by @jrasm91 in #9559
- refactor(server): plural endpoints by @jrasm91 in #9667
- refactor(server): user info endpoint by @jrasm91 in #9668
- refactor(server): /user profile endpoint by @jrasm91 in #9669
- refactor(server): user endpoints by @jrasm91 in #9730
- refactor(server)!: move markers and style to dedicated map endpoint/controller by @danieldietzler in #9832...