Versie 2.3.0 van Immich is uitgekomen, met direct een opvolger om een paar kleine fouten te verhelpen. 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 Google Photos en Apple 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. Hieronder is te vinden wat er allemaal veranderd is.
Immich 2.3.1
Bug fixesImmich 2.3.0
Welcome to the release
v2.3.0of Immich. This version comes with enhancements to the OCR feature and many bug fixes. This release also introduces foundational support for workflows and an application restore mechanism directly in the web UI. Let’s dive into some of the highlights belowAdd/move action in mobile app
- OCR Improvements
- Add/move action in mobile app
- Delete synchronization - Android
- Notable fixes: app freezes on resume on iOS
- Sneak peek: Maintenance mode and workflow
The asset viewer in the mobile app now includes an “Add to” button that lets you quickly add an asset to an album, the locked folder, or the archive. Thanks @happychriss!
OCR ImprovementThis release includes several enhancements to the OCR feature. There are now language-specific OCR model variants, extending support to Greek, Korean, Russian, Belarusian, Ukrainian, Thai, and languages using the Latin script. All variants (including the existing models) support English as well. There is also an English-only model that performs better for libraries where multilingual support is not needed.
To switch to one of these models, you can navigate to the OCR settings, choose the relevant model, save, then re-run OCR on all assets through the Job Status page. The OCR information can now be viewed by toggling a button in the web viewer. You can hover the mouse over the text and copy it.
Delete synchronization on Android.This release restores the previous mechanism for synchronizing the deletion action between the web and the mobile app. In addition to putting the asset in Immich’s trash bin, the mechanism also puts the deleted asset in the device’s trash system when the app opens. The mechanism has been reworked to align with the new data sync mechanism in the mobile app. You can enable the mechanism in the
Notable fixes: app freezes on resume on iOSApp Settings > Advanced > Sync Remote DeletionsPreviously, iOS background tasks, such as local or remote data sync and background uploads, could abruptly terminate database operations when the iOS’s background time expires, leaving the database lock unreleased. It leads to an annoying symptom: the app appears to freeze when opening from the background, requiring a hard restart (swipe up to close, then reopen) to regain access to the database. The bug happened sporadically and was incredibly hard to track down. Thanks to the relentless pursuit of the bug, we believe it has been caught through our extensive testing. Please let us know if you are still getting “bugged” by this one in the new version.
Sneak peek: Maintenance mode and workflowWe can’t contain the excitement to share two exciting items in the work, which have some portions already merged into the server, and are ready to be built upon
Maintenance modeThis mode will allow the admin to put the server into a state where no one can access it without entirely shutting it down. This paves the way for restoring the server from a previous point in time directly from the web UI, no more fidgeting with the terminal.
WorkflowThe foundation of workflows and plugins also made its way to the server; the UI is being worked on. This feature will enable many more custom use cases that are not available in the core application. The community can write custom plugins and share them. We are very excited to see this happening faster than anticipated. Below is a screenshot of how the feature could look.
What's Changed
FeaturesEnhancements
- feat: Add random memories resource in #20025
- feat(mobile): Quick date picker in the search page in #22653
- feat: workflow foundation in #23621
- feat(mobile): add to album from asset viewer in #23608
- feat: maintenance mode in #23431
- feat(mobile): location edit from asset viewer in #23925
- feat: timeline e2e tests in #23895
- feat: show OCR bounding box in #23717
Bug fixes
- fix(web): add URLs to results in large files utility in #23617
- feat(ml): add preload and fp16 settings for ocr in #23576
- feat(ml): multilingual ocr in #23527
- feat(mobile): Show lens model information in the asset viewer detail panel in #23601
- feat: lazy load thumbnails on people and place list in #23682
- feat: make memories slideshow duration configurable in #22783
- feat(mobile): chat-style for asset activity view in #23347
- feat: show update version info in #23698
- feat(mobile): album activity deep link in #23737
- feat(web): animate gifs on hover in #23198
- feat(web): disable searching by disabled features in #23798
- feat: library details page in #23908
- feat(web): always view original of animated images in #23842
- feat: add originalPath for external library assets in dedupe in #23710
Documentation
- feat: exif medium tests in #23561
- fix(web): fix timezone dropdown for timestamps lacking milliseconds in #23615
- fix(web): "select all" button in trash and permanently deleted count in #23594
- fix: fully sync local library on app restart in #23323
- fix: check if unmetered instead of wifi in #23380
- fix(mobile): Add fade-in to asset viewer transition in #23692
- fix(web): i18n for admin>users>sessions in #23756
- feat: opt-in sync of deletes and restores from web to Android (beta timeline) in #20473
- fix(mobile): Set dynamic height of actions row in BottomSheet in #23755
- fix(mobile): Hide download button in asset viewer "immersive mode" in #23720
- fix(mobile): sync album and asset activity state when add/remove asset level activity in #23484
- fix(server): properly handle HEAD requests to SSR paths in #23788
- fix(web): make sliding window cover all visible space to show small number of assets in #23796
- refactor: shared links modals in #23803
- chore: bump background_downloader in #23839
- fix(server): include the previous year in memories for January 1, 2, 3 in #23832
- fix: timeline scroll after navigate in #23664
- fix: prefer filename from body over path in mime validation in #23810
- fix(web): keep album timeline when selecting cover in #23819
- fix: word wrap on custom link preview in #23942
- fix(mobile): delete from device warning shows incorrectly in #23935
- fix: deep link to last asset in #23920
- fix: null dereference when canceling bucket in album in #23924
- fix: incorrect header height calculation in estimated month height in #23923
- chore: update drift in #23877
- chore: reset remote sync on app update in #23969
- fix(server): copy relevant panorama tags to preview image in #23953
- fix: unarchive action doesn't update archive page in #23987
Translations
- chore: update config.json example in #23471
- fix(docs): bump docs for PG versions in #23714
- feat: endpoint descriptions in #23813
- feat: endpoint versioning in #23858
- chore: include link to discord server when referencing contribution channel in #23728
- fix(docs): update Readme links in #23959
- chore(web): update translations in #23449
