Immich is een opensource oplossing voor het opslaan en beheren van foto's en video's. Het draait in Docker, waardoor je alles in eigen hand hebt en niet afhankelijk bent van een derde partij. Het wordt door velen als een serieuze concurrent van bijvoorbeeld Google Photos beschouwd. De media kan via een webbrowser worden benaderd en er zijn ook apps voor Android en iOS. Een demo van Immich is hier te vinden. Versie 1.137.0 is uitgekomen en wegens een fout is deze meteen door 1.137.1 opgevolgd. De releasenotes voor beide uitgaven kan hieronder worden gevonden.
Immich 1.137.1
- Fixes an issue with the
/usr/src/app/upload
=>/data
migration if you don't have any assets in the default libraryImmich 1.137.0
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!
- The default
docker-compose.yml
template has changed- Beta timeline
- Shared link custom URL
- Find large files utility
- API key permission improvements
docker-compose.yml
template change (optional)The default compose file now uses
Beta timeline/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.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:
Shared link custom URL (#19999)
- 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
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
Find large files utility (web-only)/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.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 documentationFollowing 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. Caution: related to these changes, a few API permissions have been renamed. See #20250 for more details. On the web, the New API Key form now includes the newly added permissions, as well as a search bar for quicker access.