Update ghcr.io/immich-app/immich-machine-learning Docker tag to v2 #1642
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/ghcr.io-immich-app-immich-machine-learning-2.x"
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.134.0
->v2.0.0
Release Notes
immich-app/immich (ghcr.io/immich-app/immich-machine-learning)
v2.0.0
: - Stable ReleaseCompare Source
v2.0.0 - Stable Release
Welcome to the release
v2.0.0
of Immich. This release marks the first stable version of Immich. You can read our announcement blog post here to learn what stable means for Immich, what you can expect from a stable version, along with our future plans. Of course, it wouldn't be complete without a few surprises.To update to this version, no special steps are required. Compose pull and compose up, and you are now on
v2.0.0
. Additionally, there are a few noteworthy items that we have been working on in preparation for the stable release:New homepage
The https://immich.app/ website has been recently updated. It’s been rewritten with our very own UI component library, and includes a blog with a few initial posts, including one about the new mobile sync implementation. Existing documentation has been moved to https://docs.immich.app/.
Better API documentation
We’re also happy to announce a new version of our API documentation, which is now live at https://api.immich.app/. The new docs include more information about authentication, authorization & permissions, a command palette for quick navigation (press
/
orctrl+k
), and a built-in method to view live results.New community metrics
The https://data.immich.app/ website has also been updated to include new community metrics that show member growth on our subreddit and discord server.
What's Changed
🐛 Bug fixes
Full Changelog: https://github.com/immich-app/immich/compare/v1.144.1...v2.0.0
v1.144.1
Compare Source
v1.144.1
v1.144.0
has been made a sacrificial object to the Release GodWelcome to the release
v1.144.1
of Immich. This release marks the end of summer, with many bugs being squashed and the continuous improvement of the upload process on the new timeline. It also comes with enhancements to storage management for iCloud users when uploading a large library. The mobile app now also displays an indicator for LivePhoto or MotionPhoto, making them easier to recognize.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
🐛 Bug fixes
📚 Documentation
🌐 Translations
Full Changelog: https://github.com/immich-app/immich/compare/v1.143.1...v1.144.1
v1.143.1
Compare Source
v1.143.1
What's Changed
🐛 Bug fixes
🌐 Translations
Full Changelog: https://github.com/immich-app/immich/compare/v1.143.0...v1.143.1
v1.143.0
Compare Source
v1.143.0
Highlights
Welcome to release
v1.143.0
of Immich. Like all releases, this one includes the latest batch of translations. A special thanks to everyone who has contributed so far to translating the project. If you are interested in helping translate yourself, check out our project on Weblate. Other than that, this release is mostly bug fixes, with a few minor enhancements. Now let’s dive right in!Material 3 switch/toggle (web)
The web project has an updated switch/toggle, thanks to @SevereCloud (immich-app/ui#267) for that.
Bring back configurable backup settings (Android)
Just like the previous timeline implementation, the new version now has similar settings for
Concurrent hashing & hashing progress (mobile)
Improvements have been made to the client-side hashing implementation, which now enables hashing to happen concurrently. This significantly increases throughput, and now the speed is mostly limited by how fast files can be read from internal storage. The hashing process has also been updated to only hash assets from the albums selected for backups, which reduces the number of downloads for iCloud users.
Download progress (mobile)
The mobile app now has a built-in download progress indicator, which makes it easy to see the progress of files being downloaded onto the device.
Notable fix: Web modals
Previous to this release, the web application would often “freeze” or become unusable after using a modal (creating a shared link, creating an api key, confirming the deletion of assets, etc.). This issue has been fixed.
Notable fix: Mobile “freezes”
This release fixes an issue that the mobile application could occasionally “freeze”, with the thumbnails would stop loading, and certain pages would become unusable until the application was forced closed. This has proved much more challenging to solve. We determined that the cause was due to concurrent access to SQLite from background/foreground processes, which could have put the app into this state. We have taken measures to address these situations and believe the application should be much more stable. If you are still running into these types of issues, please let us know!
Notable fix: Copy image on Safari
The “copy image to clipboard” functionality has long worked on non-Safari browsers, but in this release, we were finally able to identify and implement a fix. Copying an image to the clipboard should now also work on Safari.
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
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.142.1...v1.143.0
v1.142.1
Compare Source
v1.142.1
Hey guys, Alex here.
Sorry about the rocky release of version
v1.142.0
. Instead of giving you guys a better experience with the timeline, a mistake in the migration flow code that I wrote put the app into an erroneous state that makes it seem like the new timeline isn't working at all, and the only way to fix that was to log out and log back in manually. For that, I personally apologize for the inconvenience and the frustration that I caused over the weekend. This patch release addresses those issues and some other bugs that were reported over the weekend. If you have problems, please don't hesitate to reach out to me or the team on Discord or GitHubAlex
In release
v1.142.0
, during the migration from the old timeline to the new one on the mobile app, the sync checkpoint isn't getting reset, leading to the data not being pulled from the server. During the development of the new timeline, while on the old timeline, the sync endpoint might have been triggered at some points. The missing sync information creates a perception of data loss and mismatched sync information for the mobile app. This release reset the sync checkpoints so that they can be pulled down correctly for everyone.This patch release also addresses the reliability of background sync on Android. We suggest that you don't swipe away to dismiss the app, but keep it in the background; this will prevent the background worker from being terminated by the OS. Further optimization of the background worker's operation when the app is dismissed will be implemented in the next few days, pending additional testing.
What's Changed
🐛 Bug fixes
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.142.0...v1.142.1
v1.142.0
Compare Source
v1.142.0
Highlights
Welcome to release
v1.142.0
of Immich. Starting with this version, the beta timeline is now the default version for the app. When you first open the app after updating, it will check and run the on-device migration steps for those that are on the old timeline, after that you can close and relaunch the app to start with a better app experience. We want to express our sincere gratitude again for the users who have been using the new version to help us polish it, and for those who work closely with us to tackle weird bugs. As always, this version comes with many bug fixes for the server, web and the mobile app. Let’s dive into some of the highlights below.VIPS_NOVECTOR=1
, you should remove this variable when upgrading to this Immich release or aboveResume all paused jobs
The job administration page now comes with a resume all button. This is especially helpful for users who are importing their libraries to Immich via immich-go, which pauses all jobs during upload, including background jobs not visible in the UI. If the process fails mid-way, the jobs stay paused until the admin either recreates the Redis container or manually resumes them. If you’ve been having problems with the trash not clearing or memories not generating, make sure to check this button.
Geolocation utility improvements
The geolocation utility has been converted to a timeline view, so you can easily scroll through your entire library while investigating
You can now browse the timeline, and at the same time, fill in the missing coordinates for your assets. Thanks @Johannbr for your continued work on this.
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
🫥 Deprecated Changes
replaceAsset
by @jrasm91 in #21791🚀 Features
🌟 Enhancements
🐛 Bug fixes
DB_URL
env variable config by @peterbuga in #21669📚 Documentation
🌐 Translations
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.141.1...v1.142.0
v1.141.1
Compare Source
v1.141.1
Highlight
Welcome to the release
v1.141.1
of Immich, as hot as this summer gets, the beta timeline is ready to be taken out of the kitchen, now with more features and bug fixes. Let’s dive right in while it’s still hot[beta] Auto-add uploaded assets to albums.
This feature has made its way back to the beta timeline. You can enable this feature on the
Backup Options
page. The current selected albums for backup will be linked with the album of the same name on the server, or a new album will be created if those albums don’t exist. Assets uploaded will be placed in the respective linked album.View similar photos
On the web, you can now look for similar photos or videos when viewing an asset by clicking on the
context menu > Find similar photos
. Powered by CLIP search to quickly identify photos with similar scenery and contextDigital Ocean 1-Click Deployment
To help users who are interested in trying out the application without setting it up on their infrastructure, or who do not have the infrastructure available yet. We now have the option to deploy Immich directly on DigitalOcean.
The default configuration is the smallest pod size that can run Immich comfortably. The new instance is set up with a default reverse proxy that handles TLS. For more information, you can read here.
You can give it a try by clicking the button 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
🐛 Bug fixes
🌐 Translations
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.140.1...v1.141.1
v1.140.1
Compare Source
v1.140.1
What's Changed
🐛 Bug fixes
📚 Documentation
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/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: https://github.com/immich-app/immich/compare/v1.139.4...v1.140.0
v1.139.4
Compare Source
v1.139.4
What's Changed
🐛 Bug fixes
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.139.3...v1.139.4
v1.139.3
Compare Source
v1.139.3
What's Changed
🐛 Bug fixes
📚 Documentation
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/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: https://github.com/immich-app/immich/compare/v1.138.1...v1.139.2
v1.138.1
Compare Source
v1.138.1
What's Changed
🐛 Bug fixes
Full Changelog: https://github.com/immich-app/immich/compare/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: https://github.com/immich-app/immich/compare/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: https://github.com/immich-app/immich/compare/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: https://github.com/immich-app/immich/compare/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: https://github.com/immich-app/immich/compare/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 #19609🌐 Translations
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.135.3...v1.136.0
v1.135.3
Compare Source
v1.135.3
What's Changed
🐛 Bug fixes
Full Changelog: https://github.com/immich-app/immich/compare/v1.135.2...v1.135.3
v1.135.2
Compare Source
v1.135.2
This release addresses the following issues.
- Reverted the behavior of sorting people, it is now based on asset count as before
What's Changed
🌟 Enhancements
🐛 Bug fixes
Full Changelog: https://github.com/immich-app/immich/compare/v1.135.1...v1.135.2
v1.135.1
Compare Source
v1.135.1
Highlights
This release addresses the following issues.
What's Changed
🐛 Bug fixes
📚 Documentation
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.135.0...v1.135.1
v1.135.0
Compare Source
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!
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.
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 #18763🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.134.0...v1.135.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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.