feat(container): update immich monorepo ( v2.5.6 ➔ v2.6.0 ) #759
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
cluster
hcloud
cluster
home
renovate
container
renovate
helm
renovate
opentofu
type
digest
type
major
type
minor
type
patch
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
homelab/kops!759
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/immich-monorepo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v2.5.6→v2.6.0v2.5.6→v2.6.0Release Notes
immich-app/immich (ghcr.io/immich-app/immich-machine-learning)
v2.6.0Compare Source
v2.6.0
Welcome to Immich
v2.6.0, This release is a collection of more than 350 commits over 6 weeks. I know, it is an eternity between releases compared to our previous era. This version focuses on bug fixes and enhancements across the app to provide a more delightful and smoother experience for you. This release also prepares for the next major release in the coming month, which will remove the old timeline implementation. Let's dive into the highlights of the release:Highlights
schema-check: a newimmich-admincommandMap side panel (web)
The map view on the web now opens a mini-timeline component as a side panel when you click on a cluster of assets. This makes it easier to view the cluster at a glance and enables bulk actions, such as adding to favorites and adding to an album.
Pick album cover (mobile)
Users can now pick a new album cover directly from the mobile app.
https://github.com/user-attachments/assets/7f99dc80-21c6-4ce6-9f75-8e6b0163dcaa
Shared link slugs (mobile)
The mobile app now also supports setting a shared link slug, a feature that's been available on the web for a while.
https://github.com/user-attachments/assets/5420995a-cfd4-471d-a3ac-db4fa45de780
Shared link presets (web)
The expiration form input on the web was always a bit confusing, but it's been updated to make it easier to see and understand when a shared link will expire.
Native HTTP clients (mobile)
The mobile app now uses native HTTP clients across both Android and iOS, with support for mTLS, self-signed certificates, basic auth, and custom headers. These features should now be more reliable and extend to background tasks, video playback, and other parts of the app. This also improves the app's overall network request performance thanks to HTTP/2 and HTTP/3, multiplexing, and caching.
Video player and asset viewer improvements (mobile)
The asset viewer has undergone many improvements under the hood to make it simpler, faster and more reliable. We've also added playback support for GIFs, enabled video zooming, and made many more bug fixes and tweaks.
The asset viewer now uses a gradient for actions, and video controls have been restyled
Inline asset details
This used to be a bottom sheet and had a lot of glue for alignment. The new version is much more responsive and less buggy.
Before
https://github.com/user-attachments/assets/43b59b59-7d6a-48d0-94d7-84b8cae1c2a9
After
https://github.com/user-attachments/assets/9217b6f4-1c92-40b0-bd95-a0681307cf38
Improved search results (mobile)
The search results page now loads more results without rebuilding the entire grid, and should now load much faster. There are also new screens for when there are no search results and when all results have been loaded.
https://github.com/user-attachments/assets/42ce69d4-1618-48ee-9cb9-91ec22e12b27
schema-check: a newimmich-admincommandA new
immich-admincommand has been added in this release:schema-check. The command runs a report on the database to check if any indexes, constraints, tables, or columns are missing. This check also runs automatically on startup.Read profile claims from
idToken(OAuth)Prior to
v2.6.0, Immich resolved theemailand other claims from the userinfo endpoint. Now, Immich also supports reading those claims directly from theidToken. This makes it possible to use providers such as Microsoft ADFS that do not support the userinfo endpoint.As always, there are many more QoL improvements, bug fixes, and enhancements in this release. Please find the full release note 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
🔒 Security
🚀 Features
🌟 Enhancements
🐛 Bug fixes
DB_URLis set to unix-domain socket connection by @fabio-garavini in #26252DROP INDEXin transaction to prevent missing index on rollback by @haoxi911 in #25399state_unsafe_mutationerror on people page by @michelheusschen in #26438📚 Documentation
🌐 Translations
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v2.5.6...v2.6.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.