-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency immich-app/immich from v1.135.3 to v1.137.1 - autoclosed #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
+1
−1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
87f668c
to
fcd0bcf
Compare
fcd0bcf
to
d75325d
Compare
d75325d
to
ff3b76d
Compare
ff3b76d
to
bd6cd53
Compare
bd6cd53
to
74dcfcc
Compare
74dcfcc
to
2b45980
Compare
2b45980
to
2fa5b47
Compare
2fa5b47
to
d2b42d3
Compare
d2b42d3
to
29db2ab
Compare
29db2ab
to
cfed323
Compare
cfed323
to
f324d73
Compare
f324d73
to
ee67340
Compare
ee67340
to
772fcf9
Compare
772fcf9
to
b994b2a
Compare
b994b2a
to
f298423
Compare
3e2dda8
to
f298423
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.135.3
->v1.137.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
immich-app/immich (immich-app/immich)
v1.137.1
Compare Source
v1.137.1
/usr/src/app/upload
=>/data
migration if you don't have any assets in the default libraryWhat's Changed
🐛 Bug fixes
Full Changelog: immich-app/immich@v1.137.0...v1.137.1
v1.137.0
Compare Source
v1.137.0
Highlights
Welcome to the release
v1.137.0
of Immich. This version adds many bug fixes for the beta timeline, more feature parity with the old timeline, alongside some nifty enhancements to the web and the server as well. As always, new translations have been merged in, and the documentation has been updated at https://immich.app. Now, let’s dive in!docker-compose.yml
template has changeddocker-compose.yml
template change (optional)The default compose file now uses
/data
instead of/usr/src/app/upload
. This is a completely optional change and NOT a breaking change. Prior versions of Immich will continue to work without any user intervention. For more information, see #20367.Prior to this change, uploaded media was located at
/usr/src/app/upload/upload
in the container (notice the double “upload” folders), which often led to confusion. It will now be located at/data/upload
, and we hope that makes things easier.Beta timeline
Thank you to everyone who tried out the beta timeline in the last release! We have gathered a lot of great feedback, and are actively working on incorporating it. We’ve fixed a bunch of bugs and added back a bunch of previous features. Here’s a quick list/overview of beta timeline changes this release:
Fix the invalid timeline grouping issue
Fix the trash action translation keys
Fix the beta timeline switch missing in landscape mode
Fix a timeline migration bug on Android
Fix the text overflow issue on the action buttons
Fix deep links when the beta timeline is enabled
Fix search places not working correctly
Fix missing hero animation between tabs
Fix the backup remainder backup count issue
Fix the share to app upload
Fix the error navigating back from the backup page
Fix the backup indicator
Fix the back gesture in multi-select mode
Fix user profile images
Fix the issue downloading live photo
Fix the issue with sync for users with external libraries
Fix the issue with storage filling up for users with iCloud photos
… and more
Shared link custom URL (#19999)
Immich shared links by default are long and hard to guess. This is by design and is a security mechanism to prevent unwanted access. However, the long links can be a bit awkward to use because they are difficult to read. For cases where security is less important, we have added the option to specify a custom URL.
Shared links with a custom URL are now also available at
/s/<slug>
(in addition to/share/<long-random-string>
. Naturally, these links don’t share the same security benefits of the long-random-string ones, so please use them accordingly.Find large files utility (web-only)
This release adds a new, convenient utility to find large files on your instance. You can access it by navigating to the “Utility” page on the web, and clicking “Review large files”. The page shows the largest 250 original files for your user.
Improved API key permissions and documentation
Following up from the last release, we have added fine-grained permissions to more API endpoints, which are now also included in the auto-generated documentation, which can be read here.
On the web, the New API Key form now includes the newly added permissions, as well as a search bar for quicker access.
What's Changed
🚨 Breaking Changes
🚀 Features
🌟 Enhancements
🐛 Bug fixes
await
s when changing client certificate by @jfly in #20189📚 Documentation
🌐 Translations
New Contributors
Full Changelog: immich-app/immich@v1.136.0...v1.137.0
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: immich-app/immich@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 this update again.
This PR was generated by Mend Renovate. View the repository job log.