v1.115.0
Note
We are working on redesigning the flows and layout of the mobile app to incorporate recently added features such as folders and tags, as well as making improvements to album management on the mobile app. We are gathering feedback in this discussion. We are excited to hear your feedback.
Welcome to release v1.115.0
of Immich. This release focuses on cleaning up our backlog of issues. It is also worth noting that the Cursed knowledge page has been updated with even more cursed knowledge. Please find some of the release highlights below:
- Administration button
- Manually link and unlink Live motion photos
- Default exclusion patterns
- Start-up folder checks
- Upload trash indicator
Notable bug fixes include:
- Signing out of the web now signs out of all tabs
- Long-standing issue regarding inaccurate album asset count has been fixed
- Search text is preserved when switching between "Context" and "File name or extension"
- Editing a person's name or birthdate on mobile has been fixed
Administration button
The Administration
button on the web is now moved inside the profile sheet to clean up the top app bar and improve the navigation experience for all screen sizes.
Manually link and unlink Live motion photos
Live photos (iOS) can now be manually linked an unlinked.
Screencast.from.09-11-2024.10.15.57.AM.webm
Default exclusion patterns
We have added default exclusion patterns whenever a new external library is created. By default, we exclude the @eaDir
folder Synology uses to store miscellaneous files and any files beginning with ._
. Of course, you can edit these patterns if you want to, but this is highly unlikely.
Startup folder checks
Immich will now fail to start if it is unable to read/write to upload/
, library/
, thumbs/
, encoded-videos/
or profile/
. Starting with this release, the server will write an .immich
file to each of the previously listed folders. On subsequent restarts, it will fail to start if it fails to locate the previously written .immich
file. This will hopefully increase transparency around situations where the UPLOAD_LOCATION
mount is incorrectly configured or unavailable.
Upload trash indicator
When you upload a duplicate via the web and that duplicate is in the trash, you now will see an indicator for it, along with being able to open the asset in a new tab.
Light | Dark |
---|---|
Support Immich
If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app.
Cheers! 🍻
What's Changed
🚀 Features
- feat(web): manually link live photos by @jrasm91 in #12514
- feat(web): unlink live photos by @jrasm91 in #12574
🌟 Enhancements
- feat(web): logout of all tabs by @jrasm91 in #12407
- feat(server): start up folder checks by @jrasm91 in #12401
- feat(web): responsive top navigation by @ben-basten in #12373
- feat(mobile): Add dismiss action on app_bar_dialog by @Lauritz-Tieste in #12511
- feat(web): select the EXIF timezone (if it exists) in dropdown by @C-Otto in #12495
- fix(web): show trash indicator by @jrasm91 in #12521
- feat(web): move search options into a modal by @ben-basten in #12438
- feat(server): default exclusion patterns by @etnoy in #12566
🐛 Bug fixes
- fix(server): remove hidden assets from albums by @jrasm91 in #12449
- fix(server): handle multiple hierarchical subjects by @jrasm91 in #12509
- fix(mobile): scroll thumb is hidden behind the tab navigation bar by @alextran1502 in #12512
- fix(web): select partner assets from timeline by @jrasm91 in #12517
- fix(web): preserve search text by @jrasm91 in #12531
- fix(web): show upload error message on network error by @jrasm91 in #12533
- fix(server): handle invalid directory item by @jrasm91 in #12534
- fix(web): leave assets selected after add to album by @jrasm91 in #12537
- fix(server): person repo methods by @jrasm91 in #12524
- fix(ml): batch axis not being added for recognition model by @mertalev in #12588
📚 Documentation
- docs: more cursed knowledge by @jrasm91 in #12529
- docs: proper value of word-based suggestions setting to setup VSCode by @sapachev in #12586
- docs: add server backup to First Steps by @mmomjian in #12555
🌐 Translations
New Contributors
- @pbustamantes made their first contribution in #12486
- @Lauritz-Tieste made their first contribution in #12511
- @jonathanjsimon made their first contribution in #12510
- @sapachev made their first contribution in #12586
Full Changelog: https://github.com/immich-app/immich/compare/v1.114.0...