-
Notifications
You must be signed in to change notification settings - Fork 0
feat(container): update ghcr.io/immich-app/immich-server (v1.114.0 → v1.140.1) #128
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
Open
monova-bot
wants to merge
1
commit into
main
Choose a base branch
from
renovate/ghcr.io-immich-app-immich-server-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
5e90412
to
74d6db9
Compare
74d6db9
to
38a52bc
Compare
38a52bc
to
a3e129f
Compare
a3e129f
to
d5b0e6b
Compare
d5b0e6b
to
cd10af1
Compare
cd10af1
to
487657b
Compare
487657b
to
9923023
Compare
9923023
to
8aeccef
Compare
8aeccef
to
17131e5
Compare
17131e5
to
351fc35
Compare
351fc35
to
fa8f274
Compare
fa8f274
to
9c45ba0
Compare
9c45ba0
to
0d5c5e9
Compare
2913bb6
to
fa18ebd
Compare
fa18ebd
to
f8dd942
Compare
f8dd942
to
adc10b4
Compare
adc10b4
to
ec9eb31
Compare
ec9eb31
to
f81d0fd
Compare
f81d0fd
to
39e4a9d
Compare
4c8b699
to
1a2f9d7
Compare
1a2f9d7
to
7e65f88
Compare
7e65f88
to
0419609
Compare
0419609
to
7e87a1b
Compare
7e87a1b
to
b6ca860
Compare
b6ca860
to
bf3f73c
Compare
bf3f73c
to
ecd75c6
Compare
…v1.140.1) Signed-off-by: monova-bot[bot] <160980066+monova-bot[bot]@users.noreply.github.com>
ecd75c6
to
c9f88fc
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.114.0
->v1.140.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
immich-app/immich (ghcr.io/immich-app/immich-server)
v1.140.1
Compare Source
v1.140.1
What's Changed
🐛 Bug fixes
📚 Documentation
New Contributors
Full Changelog: immich-app/immich@v1.140.0...v1.140.1
v1.140.0
Compare Source
v1.140.0
Highlights
Welcome to the release
v1.140.0
of Immich, one more release, and one more day closer to 🐴 Stable-Day 🐴. This release continues the ramp-up effort to bring the beta timeline up to the same feature parity as the old one, while also addressing as many bugs as possible. Thanks to our active contributors, some cool features also made their way into this release. We encourage all Immich users to switch to the beta timeline and use it to help us identify and resolve issues. Let’s dive into the highlights of this release.[beta] Background sync
The background sync feature has now been added to the beta timeline. New assets are now detected and pushed to an upload queue, which will be handled automatically by the OS.
Some tasks, such as local and remote data sync, now also run in the background periodically. So that, as soon as you open the app, the newly taken assets are immediately available on the timeline.
For those who have been using the beta timeline, please toggle the upload button off then on again to enable the background workers.
[beta] Read-only mode
For parents who have kids who want to look over photos but don’t want them to accidentally delete or perform any action on them, this feature is for you. By double-tapping on the profile photo in the app, you can only view assets in the main timeline, and all the action buttons will be hidden. Thanks, @Sud-Puth, for proposing and initiating work on this nifty feature!
Location management utility
Thanks to @Johannbr for putting in time and effort into this feature. You can now find and edit missing location data on a specific date. By going to
Utilities > Manage location
on the web, you will be presented with an interface to select the date to find the assets with missing GPS location and to update them in bulkSupport 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
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors
Full Changelog: immich-app/immich@v1.139.4...v1.140.0
v1.139.4
Compare Source
v1.139.4
What's Changed
🐛 Bug fixes
New Contributors
Full Changelog: immich-app/immich@v1.139.3...v1.139.4
v1.139.3
Compare Source
v1.139.3
What's Changed
🐛 Bug fixes
📚 Documentation
New Contributors
Full Changelog: immich-app/immich@v1.139.2...v1.139.3
v1.139.2
Compare Source
v1.139.2
v1.139.0
andv1.139.1
have made the ultimate sacrifice for switching fromnpm
topnpm
in our release pipelineWelcome to release
v1.139.2
. This version continues to bring improvements to the beta timeline, from fixing bugs to significantly improving the image rendering pipeline, especially on Android. We appreciate users who have helped us test out the beta timeline! We encourage you all to switch to it to help us catch more bugs as the stable release is nigh. Let’s dive into the highlights of this release.Highlights
[beta] New image rendering pipeline
Thanks to our one and only wizard @mertalev 🧙, the mobile app now uses our own custom image loading and rendering pipeline, featuring multithreading and a series of other optimizations. In particular, this significantly improves displaying of local images on Android. Not only does this improve thumbnail loading speed, but local thumbnails are noticeably higher quality by avoiding compression. The experience of scrolling the timeline should now be on par with the local gallery app. Additionally, remote assets now benefit from request cancellation to avoid downloading thumbnails that are no longer relevant, further improving responsiveness when quickly scrolling the timeline.
[beta] Show assets pending backup
You can now view which assets are in the remaining list of backups. This helps track down problematic assets that cannot be uploaded for some reason. *cough, iCloud assets, cough*
Option to skip an entry in the duplicate resolution utility
You can now navigate back and forth to get to other entries in the duplicate list.
Add to multiple albums action
On the web, you can now add assets to multiple albums at once from the album selection modal.
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
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors
Full Changelog: immich-app/immich@v1.138.1...v1.139.2
v1.138.1
Compare Source
v1.138.1
What's Changed
🐛 Bug fixes
Full Changelog: immich-app/immich@v1.138.0...v1.138.1
v1.138.0
Compare Source
v1.138.0
Highlights
Welcome to the release
v1.138.0
of Immich, this release adds many bugfixes and brings the beta timeline closer to feature parity; thank you all for helping with testing and giving feedback. Please let us know if the release fixes the issues you are facing. Let’s dive into some of the highlights belowReset PIN code with password
In order to reset a forgotten PIN code, the admin user used to have to click the “Reset PIN code” button for the user. Now, users can reset their own PIN code by supplying their current password.
Note: when password login is disabled, this option is unavailable.
Reset via password
Reset via admin account
Reset OAuth ID
Immich stores some configuration in the database to keep track of which OAuth accounts are linked to which Immich users. When migrating to a new authentication system or provider, this configuration becomes invalid and can prevent the user from logging in with the new system. A button and accompanying reminder now exists in the OAuth settings to clear or reset this configuration for all users.
What's Changed
🚨 Breaking Changes
🚀 Features
🌟 Enhancements
mdiDownload
for clarity and consistency by @NicholasFlamy in #20821make translation
in mobile makefile by @NicholasFlamy in #20807🐛 Bug fixes
📚 Documentation
make dev-docs
by @NicholasFlamy in #20572🌐 Translations
New Contributors
Full Changelog: immich-app/immich@v1.137.3...v1.138.0
v1.137.3
Compare Source
v1.137.3
IMMICH_MEDIA_LOCATION
set. (e.g., Unraid)What's Changed
🐛 Bug fixes
Full Changelog: immich-app/immich@v1.137.2...v1.137.3
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 #20189Configuration
📅 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.