v1.135.0 #19248
Replies: 16 comments 26 replies
-
Fancy onboarding : D |
Beta Was this translation helpful? Give feedback.
-
Google Cast disabled by default 👍 |
Beta Was this translation helpful? Give feedback.
-
I like improvements for Folders views like having Explorer side bar. But there is a huge empty space on top where Folder text is. I think Path-navigation could be moved up there 💡 |
Beta Was this translation helpful? Give feedback.
-
Awesome update as always! Quick question: The release mentions VectorChord 0.4.2, but the docker-compose.yml seems to point to 0.4.1. Curious as to whether that's intentional or I'm missing something. |
Beta Was this translation helpful? Give feedback.
-
Receiving this the the logs after vchord 4.2 2025-06-18 21:35:26.965 UTC [49] WARNING: invalid configuration parameter name "vchordrq.prewarm_dim" |
Beta Was this translation helpful? Give feedback.
-
Thanks for fixing double swipe issue on my android. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your maintenance! I have a question: I’d like to update to a newer version of Vector. Should I manually update the version from 0.4.1 to 0.4.2 in the docker-compose.yaml file? |
Beta Was this translation helpful? Give feedback.
-
Hmm, I can't start immich with vectorchord 0.4.x.
It seems it's probably an issue on Raspberry Pi. I found a couple of discussions suggesting adding kernel=kernel8.img to config.txt |
Beta Was this translation helpful? Give feedback.
-
Thank you for the great update. I do love the option to enable/disable the chromecast feature on the web. But I would see it more as a server-wide option - at least the default value. Background is that I provide Immich as a service to my family, and with some less technical users, having them need to enable services is quite difficult |
Beta Was this translation helpful? Give feedback.
-
Very nice feature set! Very appreciated. Was looking forward to the casting feature on mobile! |
Beta Was this translation helpful? Give feedback.
-
immich_server and immich_postgres can't start today after simple down and up command, i think its cause by new release!, sudo docker ps -a --format "table {{.ID}}\t{{.Names}}\t{{.Status}}" |
Beta Was this translation helpful? Give feedback.
-
The database does not seem to start anymore for me after updating from 1.134 to 1.135:
Here is my
... and
Any idea? |
Beta Was this translation helpful? Give feedback.
-
If I go to an album on the web and open a photo, there're no previous/next arrows and no activity (like, comment) buttons. Does anyone else see it like that or is it problem in my browser or config? |
Beta Was this translation helpful? Give feedback.
-
I see an attempt at fixing my issue with the release of v1.135.1 but I'm still unable to see new photos after May 30th. |
Beta Was this translation helpful? Give feedback.
-
Is there something I need to do to get the widgets to work? All I get is "Unable to connect to your Immich instance". If I tap it, it takes me to the app (that is working). Latest ios version on iphone 14 pro. Latest server version (1.135.1) |
Beta Was this translation helpful? Give feedback.
-
Can someone help me understand the steps to get iOS random widget to specify an album? I have greater server and app versions than 1.135. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
v1.135.0
Highlights
Welcome to the release
v1.135.0
of Immich. Another three-week gap, another ~200 PRs merged, another big release, let’s dive right in to what’s new.iOS Home Screen Widgets
Immich now supports home screen widgets on iOS! You can now add widgets to your home screen that:
We support all widget sizes (S, M, L, and XL on iPad). These widgets update approximately every 20 minutes and pull directly from your Immich server. Android support is coming in the near future, so keep an eye out!
Tip
Your server must be on
v1.135.0
for album filtering to work.Granular API key access control creation
You can now select additional permissions when creating an API key to use in any third-party libraries or software that integrate with Immich. This mechanism will give you better control over what the other applications or libraries can do with your Immich’s instance.
Google Cast support on the mobile app
Immich now supports casting photos from the mobile app to Google Cast-enabled devices! This is a follow-up to the casting feature present on the web. We support photos and videos, similar to the web feature. This feature is not controlled by the new “Opt-in Google Cast on the web” setting since it does not require third-party resources from Google.
Tip
Your server must be accessible through the server URL from the cast receiver. There is no limitation on public accessibility or an HTTPS connection requirement, unlike on the web. In addition, only assets that are uploaded to the server may be cast.
Opt-in Google Cast on the web
We received a few reports from users who were concerned about the privacy implications of Google Cast on the web. Immich needs to fetch a third-party script from Google to check if casting is supported in the browser and to communicate with the cast library in Chrome. This causes a network request to Google each time Immich is loaded.
We have made Google Cast opt-in now to remove this requirement. If you use Google Cast on the web, you may enable Google Cast for your user by going to
Account Settings > Features > Settings > Cast
or by using this link.If you have previously used Google Cast on the web and would like to continue using it, you must also enable it.
New user onboarding
To provide a better user experience for discovering and enabling various features, settings, and preferences, all new users are now greeted with an onboarding flow on the web when they first log in. They can select their language, theme, and personal privacy settings (such as Google Cast opt-in). Any users present before updating to
v1.135.0
will not experience the onboarding flow.Album description on the mobile app
The album’s description is now displayed and editable in the mobile app. The album’s header also gets some styles to make it more presentable.
Support for Vchord 0.4.2
Right after we rolled out the VectorChord vector database extension, the library dropped a new version 0.4.2 with some significant improvements (classic timing!). We've updated our server to support it and made it the default in the
docker-compose.yml
file.You don't have to upgrade, though - sticking with your current version (0.3.0) is perfectly fine. But if you want to move to the newer one, it is an option.
Keyboard Navigation in Timeline
The timeline now supports shortcuts to make navigating between days, months, and years easier.
d
orshift + d
to jump to an earlier or later day.m
orshift + m
to jump to the earlier or later month.y
orshift + y
to jump to the earlier or later year.g
to go directly to a specific dateMultiple admins support
You can now grant other users administrative permission by navigating to
Administration > Users > View Users > Edit User
and toggling the Admin optionDev Containers
There is an alternative way to set up a development environment using dev containers. For more information, refer to the documentation.
Contributing has never been easier: Get started right away with a single click on this button to launch an entire development environment in GitHub’s Codespaces in the cloud.
Along with the highlights, there are many other improvements and bug fixes. Make sure to check out the full changes below.
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
autoLaunch=1
by @Yetangitu in feat: start oauth withautoLaunch=1
#18763🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors
autoLaunch=1
#18763Full Changelog: v1.134.0...v1.135.0
This discussion was created from the release v1.135.0.
Beta Was this translation helpful? Give feedback.
All reactions