chore(deps): update immich
This MR contains the following updates:
Package | Type | Update | Change | OpenSSF |
---|---|---|---|---|
ghcr.io/immich-app/immich-machine-learning (changelog) | Kustomization | minor |
v1.120.2 -> v1.121.0
|
|
ghcr.io/immich-app/immich-machine-learning (changelog) | digest |
3cca923 -> 1b8494b
|
||
ghcr.io/immich-app/immich-server (changelog) | Kustomization | minor |
v1.120.2 -> v1.121.0
|
|
ghcr.io/immich-app/immich-server (changelog) | digest |
99f97cb -> 851c02f
|
Release Notes
immich-app/immich (ghcr.io/immich-app/immich-server)
v1.121.0
v1.121.0
Highlights
Welcome to release v1.121.0
of Immich. This release focuses on bug fixes and performance optimization across the app. Some of the highlights below:
-
@immich/ui
component library - Fallback to system fonts for Cyrillic letters on the mobile app
- Multiselect using the shift key in the search result view
- Notable fixes: album sync on the mobile app always ran when reopening the app, leading to degradation in performance and browsing
@immich/ui
component library
Some of you may have seen that we added a new repository on GitHub. We have started building out a shared UI components library for Immich that will hopefully lead to a more manageable and consistent design. It’s still very much in the works, but here is a sneak peek at the button component.
Notable fix: album sync degrades performance on the mobile app
We fixed a bug on the server that caused visible performance degradation of the mobile app. The album syncing process is always triggered when the app is reopened instead of only syncing when there are changes on the server. This is a server fix, so we encourage you to update your server to this new release to fix this performance issue.
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: add minimal devcontainer setup by @mcarbonne in #14038
🌟 Enhancements
- refactor(mobile): video controls by @mertalev in #14086
- feat: use dateTimeOriginal to calculate album date by @p2kmgcl in #14119
- feat(mobile): new video slider ui by @mertalev in #14126
- chore(web): migration svelte 5 syntax by @alextran1502 in #13883
- feat(web): Added tag button to the context menu in the favorites page by @IMBeniamin in #14156
- feat: adding photo & video storage space to server stats by @weathondev in #14125
- feat(mobile): exclude locales from overpass font by @johnstef99 in #14158
- feat(web): Implement keep this delete others for asset stacks by @bdavis2-PCTY in #14217
- feat: Added shortcuts, shift-multi select, and missing menu options to Search (Galleryviewer) by @weathondev in #14213
- feat(server): faster geodata import by @mertalev in #14241
🐛 Bug fixes
- fix(mobile): fix logout timeout by @johnstef99 in #14104
- fix(server): Some MTS videos fail to generate thumbnail by @Lukasdotcom in #14134
- fix(web): textarea autogrow height by @duckimann in #13983
- fix: Routing back button in sharedLinks page by @Pranay-Pandey in #13703
- fix(web): ensure current asset index stays within bounds by @michelheusschen in #14013
- fix(web): saving pasted coordinates by @michelheusschen in #14143
- fix(web): update description height when navigating between assets by @michelheusschen in #14145
- fix(web): allow selecting people after clearing search options by @michelheusschen in #14146
- fix(mobile): Android local notification failed to invoke by @alextran1502 in #14155
- fix(web): prevent infinite loop when modifying stacked asset by @michelheusschen in #14162
- fix(cli): Concurrency not fully using queue potential by @Tiefseetauchner in #11828
- fix(web): don't refresh the panorama viewer when modifying asset by @michelheusschen in #14163
- fix(mobile): unnecessary rebuilds from partner share notifier by @mertalev in #14170
- fix: show tags when viewing stacked assets by @michelheusschen in #14199
- fix(mobile): use sets in album refresh, concurrent futures by @mertalev in #14193
- fix(mobile): Dismissible menus by @johnstef99 in #14192
- fix(web): layout shifting when scrolling up by @alextran1502 in #14226
- fix(mobile): make search page scrollable by @johnstef99 in #14228
- fix(mobile): fixes on language change by @johnstef99 in #14089
- fix: mobile album sync is always triggered when opening the app by @alextran1502 in #14233
- fix(server): remove unnecessary guc settings for vector search by @mertalev in #14237
- fix: parse quota claim as a number by @danieldietzler in #14178
📚 Documentation
- chore(docs): Encode db dump in UTF-8 without BOM for Windows by @amorphobia in #13775
- docs: Update TrueNAS docs for TrueNAS SCALE 24.10 by @NicholasFlamy in #14067
- docs: get asset owner by ID from the database by @mmomjian in #14174
- docs: backup only selected photos by @shivanshs9 in #14225
New Contributors
- @amorphobia made their first contribution in #13775
- @p2kmgcl made their first contribution in #14119
- @johnstef99 made their first contribution in #14104
- @duckimann made their first contribution in #13983
- @IMBeniamin made their first contribution in #14156
- @weathondev made their first contribution in #14125
- @bdavis2-PCTY made their first contribution in #14217
Full Changelog: https://github.com/immich-app/immich/compare/v1.120.2...v1.121.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.