v1.112.0
v1.112.0
Highlights
Welcome to the release of v1.112.0
of Immich. This release packs with new UI features and enhancements, and many bugs are getting squashed. We hope you enjoy this release. Some of the key highlights include:
- Material color theming for the mobile app
- Open in map view on the web
- Star rating
- Screen stays on and auto darkens when performing a long session of foreground upload
- Notable fix: Uploading assets from iCloud causing the iOS mobile app to crash
- Notable fix: Photos and videos belonging to a person are now all displayed in the person's view on the mobile app
Material color theming for the mobile app
The app has had a makeover to prepare for the new school year. You can now choose a different primary color in the app, and the new color will be applied across the app's elements. There are a variety of minor tweaks in UI elements to make the app appear more consistent and aesthetically pleasing.
Open in map view on the web
You can now navigate to the map directly from the asset's detail panel by clicking on the map icon at the top right corner of the minimap.
Star rating
As one of the most commonly used pieces of information for photographers, the star rating information in EXIF will now be included in the extracted data. You can run the extract metadata job for all to populate this information in your instance.
Enabling this feature in User Settings > App Settings > Star Rating
lets you view and set the star rating information in the detail panel.
The edited information will be saved in the companion sidecar XMP file.
Always-on screen for foreground upload
When entering the backup screen and running foreground backup, the screen will now stay on and automatically darken after 30 seconds.
New search models
Immich now supports a set of newer models with very competitive performance.
Higher MACs implies the model is slower and vice versa.
A special mention goes to ViT-B-16-SigLIP__webli
, which outperforms several much larger ViT-L models despite being the same size as the default model. However, it is a bit slower than the default. At the same size, ViT-B-16-SigLIP-384__webli
is among the best models period, at the cost of being much slower than other models of its size. It's ideal for memory-constrained environments that still want the best quality.
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(server): search unknown place by @jforseth210 in #10866
- feat(web): open in map view by @jrasm91 in #11592
- feat(mobile): add support for material themes by @pruthvi-21 in #11560
- feat(mobile): enable wakelock on backup page by @Saschl in #11621
- feat(mobile): darken screen on backup page by @Saschl in #11623
- feat(web): add Exif-Rating by @stumpigit in #11580
- feat(web): add privacy step in the onboarding by @martabal in #11359
- feat(web): image editor - panel and cropping by @ilyaChuk in #11074
🌟 Enhancements
- feat(ml): add more search models by @mertalev in #11468
- feat(web): Add stacking option to deduplication utilities by @i-am-a-teapot in #11114
- chore(server): support pgvecto.rs 0.3.0 by @mertalev in #11624
- feat: change web asset detail map to zoom level 12.5 by @zackpollard in #11643
- feat(web): improve group-tab accessibility by @michelheusschen in #11647
- feat(web): improve shared link management on mobile by @michelheusschen in #11720
🐛 Bug fixes
- fix: make HTML valid by @benmccann in #11465
- fix(mobile): Crop presets break crop rectangle #11462 by @Yuvi-raj-P in #11467
- fix(server): external domain url validation by @martyfuhry in #11493
- fix(web): websocket over ipv6 by @michelheusschen in #11508
- fix(web): correctly format future timeline dates by @michelheusschen in #11506
- fix(web): prevent change-location suggestion race-condition by @oidq in #11523
- fix(mobile): Naming fix for the edited file by @Yuvi-raj-P in #11503
- fix(mobile): autofill by @alextran1502 in #11591
- refactor(server): startup checks for vector extension by @mertalev in #11559
- fix(web): slideshow on iphone by @michelheusschen in #11599
- chore(server): remove get person asset limit by @alextran1502 in #11597
- fix(server): video duration extraction by @michelheusschen in #11610
- fix(server): handle numeric 'Image Description' and 'Description' values by @jo-gross in #11636
- fix(mobile): iOS crashing when download iCloud content by @alextran1502 in #11639
- fix(server): avoid transcoding thumbnail streams by @mincrmatt12 in #11603
- fix(web): keep album description in sync by @michelheusschen in #11652
- fix(server): use luxon for maxdate validator by @michelheusschen in #11651
- chore(mobile): refactor detail panel by @alextran1502 in #11662
- fix(mobile): incorrect remove action from the album assets detail view by @alextran1502 in #11671
- fix(web): asset viewer dynamic size by @michelheusschen in #11697
- fix(web): use fallback image if shared asset isn't resized by @michelheusschen in #11704
- fix(web): hide import json button when using config file by @michelheusschen in #11714
- fix(web): detail panel out of sync when reopening by @michelheusschen in #11713
- fix(web): single row of items by @michelheusschen in #11729
- fix(server): follow symlinks when zipping assets by @C-Otto in #11685
- fix(web): fallback aperture info when there is no locale set by @alextran1502 in #11770
- fix(ml): pydantic dep causes starting up issue by @alextran1502 in #11773
📚 Documentation
- Add Immich Distribution to Community Projects page by @nsg in #11576
- feat(docs): privacy policy by @alextran1502 in #11535
- chore: more cursed knowledge by @jrasm91 in #11630
- chore: more cursed knowledge by @jrasm91 in #11631
- docs: how to decrease Redis logs by @mmomjian in #11638
- fix(docs): update documentation by @C-Otto in #11655
- chore: add warning to media location env var by @bo0tzz in #11665
- docs: Update docs + example.env for DB_PASSWORD by @mmomjian in #11678
- docs: update custom map style guide by @pcouy in #11350
🌐 Translations
- feat(web): more languages by @jrasm91 in #11488
- chore(web): update translations by @weblate in #11458
- chore(web): update translations by @weblate in #11533
New Contributors
- @jforseth210 made their first contribution in #10866
- @oidq made their first contribution in #11523
- @nsg made their first contribution in #11576
- @foxit64 made their first contribution in #11590
- @pruthvi-21 made their first contribution in #11560
- @i-am-a-teapot made their first contribution in #11114
- @jo-gross made their first contribution in #11636
- @mincrmatt12 made their first contribution in #11603
- @C-Otto made their first contribution in #11655
- @stumpigit made their first contribution in #11580
- @dotlambda made their first contribution in #11701
- @pcouy made their first contribution in #11350
- @ilyaChuk made their first contribution in #11074
Full Changelog: v1.111.0...v1.112.0