Update Immich containers to v1.136.0 #563
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/immich-app-images"
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:
v1.135.3
->v1.136.0
v1.135.3
->v1.136.0
Release Notes
immich-app/immich (ghcr.io/immich-app/immich-machine-learning)
v1.136.0
: - 69420 stars releaseCompare Source
v1.136.0 - 69420 stars release
Highlights
Welcome to release
v1.136.0
. This midsummer release is the culmination of the team's labor of love for the Immich community, featuring the introduction of a new timeline and sync mechanism in beta mode, Android widgets, and one of the last breaking changes we want to make before reaching the stable release milestone. Let’s dive right into it.Beta timeline, sync, and upload mechanism
This is a series of work that has been happening for months under the hood, from the changes in the database query engine, server’s queries, and support logic, to integrating a whole new database on the mobile app, and rewriting almost all aspects of the mobile app, you can now try the new timeline with data sync mechanism, and upload rework by go to the
App Settings > Toggle the Beta timeline button
. After toggling, you will be directed to a screen where data migration is executed automatically. You can then proceed to the new experience.You can distinguish the beta timeline from the old one by the beta symbol next to the Immich logo in the app bar.
Why?
Over the past year, the major complaints we've received from users have primarily centered around the mobile app. The app simply doesn't feel premium or responsive—it's often janky and takes too long to become usable when first opened, especially when you have a large number of albums. Users can't even view their local albums unless they've selected them as backup targets. Our technical debt in the data structure has created some truly frustrating behaviors, like forcing users to re-upload everything (only to have it rejected by the server) when they switch phones and end up with a different device ID. Or local photos and videos don’t show up until they are all hashed, which could take a while.
We've realized we can't honestly call the application stable or confidently recommend it to everyone until we resolve these fundamental problems. We genuinely want this app to be excellent. We want the user experience to be seamless and delightful—we want you to feel genuinely happy when you open Immich to browse through your precious memories.
What’s new?
Data sync
Timeline/Display experience
Upload
Recents
album that includes all assets. Instead, there is a button to select all albums for backup.Expectations of the beta version of the mentioned mechanisms
How can you help us?
[beta] <your-title-here>
as the titleAndroid Widgets
This is a follow-up to one of our most requested features: Home screen widgets! In
v1.135.0
We introduced Immich widgets on iOS, which included a memory widget and a random widget. Withv1.136.0
, we bring these widgets to Android! Many of the improvements to iOS widgets listed below have also been incorporated into the Android version.iOS Widget Improvements
iOS widgets have been improved with feedback from the community:
Deep Links
You can now deep link into the Immich app. Supported URLs include:
immich://asset?id=<asset id>
immich://album?id=<album id>
immich://memory?id=<memory id>
Some
my.immich.app
URLs will also now open inside the mobile app:https://my.immich.app/photos/<asset id>
https://my.immich.app/albums/<album id>
Navigating to any of these URLs (via the browser, Apple Shortcuts, NFC, or other automation frameworks) will open the corresponding resource inside the mobile app.
In other news
We missed capturing the moment when the project reached
69_420
stars, 😔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
🚨 Breaking Changes
🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
DB_STORAGE_TYPE
environment variable by @ramonsmits in https://github.com/immich-app/immich/pull/19609🌐 Translations
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.135.3...v1.136.0
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 these updates again.
This PR has been generated by Renovate Bot.