ImageGenius Changes:
support GPU acceleration with CUDA for machine-learning
immich Changes:
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 immich-app/immich#14038
🌟 Enhancements
- refactor(mobile): video controls by @mertalev in immich-app/immich#14086
- feat: use dateTimeOriginal to calculate album date by @p2kmgcl in immich-app/immich#14119
- feat(mobile): new video slider ui by @mertalev in immich-app/immich#14126
- chore(web): migration svelte 5 syntax by @alextran1502 in immich-app/immich#13883
- feat(web): Added tag button to the context menu in the favorites page by @IMBeniamin in immich-app/immich#14156
- feat: adding photo & video storage space to server stats by @weathondev in immich-app/immich#14125
- feat(mobile): exclude locales from overpass font by @johnstef99 in immich-app/immich#14158
- feat(web): Implement keep this delete others for asset stacks by @bdavis2-PCTY in immich-app/immich#14217
- feat: Added shortcuts, shift-multi select, and missing menu options to Search (Galleryviewer) by @weathondev in immich-app/immich#14213
- feat(server): faster geodata import by @mertalev in immich-app/immich#14241
🐛 Bug fixes
- fix(mobile): fix logout timeout by @johnstef99 in immich-app/immich#14104
- fix(server): Some MTS videos fail to generate thumbnail by @Lukasdotcom in immich-app/immich#14134
- fix(web): textarea autogrow height by @duckimann in immich-app/immich#13983
- fix: Routing back button in sharedLinks page by @Pranay-Pandey in immich-app/immich#13703
- fix(web): ensure current asset index stays within bounds by @michelheusschen in immich-app/immich#14013
- fix(web): saving pasted coordinates by @michelheusschen in immich-app/immich#14143
- fix(web): update description height when navigating between assets by @michelheusschen in immich-app/immich#14145
- fix(web): allow selecting people after clearing search options by @michelheusschen in immich-app/immich#14146
- fix(mobile): Android local notification failed to invoke by @alextran1502 in immich-app/immich#14155
- fix(web): prevent infinite loop when modifying stacked asset by @michelheusschen in immich-app/immich#14162
- fix(cli): Concurrency not fully using queue potential by @Tiefseetauchner in immich-app/immich#11828
- fix(web): don't refresh the panorama viewer when modifying asset by @michelheusschen in immich-app/immich#14163
- fix(mobile): unnecessary rebuilds from partner share notifier by @mertalev in immich-app/immich#14170
- fix: show tags when viewing stacked assets by @michelheusschen in immich-app/immich#14199
- fix(mobile): use sets in album refresh, concurrent futures by @mertalev in immich-app/immich#14193
- fix(mobile): Dismissible menus by @johnstef99 in immich-app/immich#14192
- fix(web): layout shifting when scrolling up by @alextran1502 in immich-app/immich#14226
- fix(mobile): make search page scrollable by @johnstef99 in immich-app/immich#14228
- fix(mobile): fixes on language change by @johnstef99 in immich-app/immich#14089
- fix: mobile album sync is always triggered when opening the app by @alextran1502 in immich-app/immich#14233
- fix(server): remove unnecessary guc settings for vector search by @mertalev in immich-app/immich#14237
- fix: parse quota claim as a number by @danieldietzler in immich-app/immich#14178
📚 Documentation
- chore(docs): Encode db dump in UTF-8 without BOM for Windows by @amorphobia in immich-app/immich#13775
- docs: Update TrueNAS docs for TrueNAS SCALE 24.10 by @NicholasFlamy in immich-app/immich#14067
- docs: get asset owner by ID from the database by @mmomjian in immich-app/immich#14174
- docs: backup only selected photos by @shivanshs9 in immich-app/immich#14225
New Contributors
- @amorphobia made their first contribution in immich-app/immich#13775
- @p2kmgcl made their first contribution in immich-app/immich#14119
- @johnstef99 made their first contribution in immich-app/immich#14104
- @duckimann made their first contribution in immich-app/immich#13983
- @IMBeniamin made their first contribution in immich-app/immich#14156
- @weathondev made their first contribution in immich-app/immich#14125
- @bdavis2-PCTY made their first contribution in immich-app/immich#14217
Full Changelog: immich-app/immich@v1.120.2...v1.121.0