ImageGenius Changes:
remove cuda acceleration for machine-learning
immich Changes:
1.73.0
Breaking Changes ⚠️
Warning
Please make sure the mobile app and the server are on the same version to see the album displayed on the mobile app.
Highlights
Welcome to release v1.73.0
of Immich. There are many improvements in this version that you will like. Some of the key highlights include:
- Optimized viewing experience for the Album page.
- Added option to configure the generated thumbnail resolution.
- Added option to toggle visibility of the memory reel.
- Better quality for thumbnails and generated videos.
Optimized viewing experience for the Album page
Thanks to @jrasm91’s contribution to this complex mechanism, the high-performance viewport mechanism from the main timeline is now available on the album Page.
Previously, this page rendered all the photos upon entering the page, which led to high memory consumption on the browser, and if the number of photos was high, the browser could crash. By adopting the main timeline mechanism, the web only renders and shows the photos that are in the viewport, thus significantly increasing performance. Now users with tens of thousands of photos in an album can view them without any hiccups.
Options to adjust the thumbnail’s resolution
You can now adjust the resolution of the small (WebP) and large (JPEG) thumbnails on the administration page on the web.
Option to toggle visibility of Memory feature
Some users find the memory reel on the top of the timeline distracting, and we added a mechanism to toggle it.
You can find the option from the web in Account Settings > Memories
Better quality for thumbnails and generated videos.
Thanks to @mertalev’s hard work on this to find the available and optimal settings for ffmpeg to generate better video quality for HDR content.
You can find the tone-mapping option for HDR encoding content on the web in Administration > Settings > FFmpeg Settings > Tone-mapping
The differences of options can be seen in the PR here
Support
And as always, bugs are fixed, and many other improvements also come with this release.
Please consider supporting the project.
Support
If you find the project helpful, you can support Immich via the following channels.
- Monthly donation via GitHub Sponsors
- One-time donation via GitHub Sponsors
- Librepay
- buymeacoffee
- Bitcoin: 1FvEp6P6NM8EZEkpGUFAN2LqJ1gxusNxZX
It is a great way to let me know that you want me to continue developing and working on this project for years to come.
Changelogs
Mobile
- feat(mobile): launch map app from exif info by @shalong-tanwen in immich-app/immich#3626
- fix(mobile): improve hero animation by @xiangzy1 in immich-app/immich#3636
- fix(mobile): Backup album select search displays incorrect count by @jorge-dev in immich-app/immich#3650
- fix(mobile): manual asset upload - app state handling + cancel button by @shalong-tanwen in immich-app/immich#3611
- fix(mobile): Empty albums don't show the title by @xiangzy1 in immich-app/immich#3576
- fix(mobile): make user.memoryEnable optional by @alextran1502 in immich-app/immich#3680
- chore(mobile): Translations update by @alextran1502 in immich-app/immich#3589
Server
- feat(server): tone-mapping by @mertalev in immich-app/immich#3512
- fix(server): compile libraw by @mertalev in immich-app/immich#3593
- fix(server): add video capability for nvenc by @mertalev in immich-app/immich#3612
- fix(server): time bucket and where by @jrasm91 in immich-app/immich#3649
- fix(server): build vips without tiff by @mertalev in immich-app/immich#3655
- fix(server): libvips meson flag by @mertalev in immich-app/immich#3656
- fix(server): sort un-named faces in query by @shalong-tanwen in immich-app/immich#3662
- fix(server): Does not assign lat/lon if they are at 0,0 #2991 by @sellnat77 in immich-app/immich#3669
- fix(web,server): insta-360 by @jrasm91 in immich-app/immich#3688
Web
- feat(web/server): thumbnail size configurable by @alextran1502 in immich-app/immich#3598
- feat(web,server): user memory settings by @jrasm91 in immich-app/immich#3628
- fix(web): show warning on duplicate uploads #2557 by @sellnat77 in immich-app/immich#3613
- chore(web): better action button consistency by @alextran1502 in immich-app/immich#3633
- fix(web): single photo on a map by @waclaw66 in immich-app/immich#3635
- fix(web): show warning if upload completed with errors #2531 by @sellnat77 in immich-app/immich#3634
- feat(web): multi-line description edit input by @jrasm91 in immich-app/immich#3640
- feat(web): timeline bucket for albums (4) by @jrasm91 in immich-app/immich#3604
- fix(web): use server api media types by @jrasm91 in immich-app/immich#36
Machine Learning
- fix(ml): clear cache if the zip file is corrupt by @mertalev in immich-app/immich#3600
Documentation and Others
- docs: run ML on another machine by @fabiannagel in immich-app/immich#3335
- chore: clean up example.env file by @bo0tzz in immich-app/immich#3561
- docs: Update bulk-upload.md by @abhi-chakrab in immich-app/immich#3673
- docs: New FAQ entry: how to move assets, albums, persons from one account to another by @bmaster001 in immich-app/immich#3652
New Contributors
- @sellnat77 made their first contribution in immich-app/immich#3613
- @fabiannagel made their first contribution in immich-app/immich#3335
- @waclaw66 made their first contribution in immich-app/immich#3635
- @bmaster001 made their first contribution in immich-app/immich#3652
Full Changelog: immich-app/immich@v1.72.2...v1.73.0