v1.85.0
Warning
Breaking Changes
- The server and mobile app must be on the same version for the application to work correctly.
- The
/server-info/stats
endpoint has been changed to/server-info/statistics
Highlights
Welcome to release v1.85.0
of Immich. This release includes many bug fixes across the app, server, and web and introduces new features, which you can find in the highlights below.
- Global activity in a shared album and activity on the mobile app and album’s option
- Shuffle slideshow: New option to randomize the order
- Notable fix: Bulk data fetching for initial sync on the mobile app to fix the issue with a very large gallery, causing the app to crash due to an out-of-memory error.
Global activity
The activity feature that was added in the last release has now been integrated into the shared album view, where you can now see the likes and comments for all photos and videos in the shared album. You can also like and comment directly on the album itself. In the new album options modal, you can also toggle this feature on and off.
In this release, the activity functions have also been added to the mobile app.
Thanks @martabal and @shenlong-tanwen for your tireless work on this feature
global.activity.mp4
Shuffle slideshow
With the return of our web expert, @brighteyed, the slideshow now plays and advances with a shuffle option by default. You can toggle the option to advance the slide show incrementally according to the creation date.
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.
Changlogs
Server
- feat(server): better API error messages (for unhandled exceptions) by @jrasm91 in #4817
- feat(server): make is favorite optional on asset upload by @jrasm91 in #4865
- fix(server): show/set activity like per user by @jrasm91 in #4775
- fix(server): duplicate faces bug by @jrasm91 in #4844
- chore(server): set db relations for
getByIds
by @mertalev in #4855 - chore(server): compose updates by @jrasm91 in #4878
Web
- feat(web): Album's options by @martabal in #4870
- feat(web): shuffle slideshow order by @jrasm91 in #4277
- feat(web): global activity by @martabal in #4796
- fix(web): scrollbar not showing year by @alextran1502 in #4782
- fix(web): timeline alignment by @jrasm91 in #4808
- fix(web): scrollbar year label visibility by @waclaw66 in #4820
- fix(web): unstacking issues by @brighteyed in #4792
- fix(web): show one face for the same person in the detail panel by @martabal in #4822
- fix(web): unstack after stack child selection by @brighteyed in #4834
- fix(web): update like status by @martabal in #4803
- fix(web): optimize deps by @jrasm91 in #4877
Mobile
- feat(mobile): share assets from album by @waclaw66 in #4821
- feat(mobile): shared album activities by @shenlong-tanwen in #4833
- feat(mobile): shared album activity disable handling by @shenlong-tanwen in #4890
- feat(mobile)!: batched full/initial sync by @fyfrey in #4840
- fix(mobile): allow upload if local asset in selection by @shenlong-tanwen in #4815
- fix(mobile): immich app bar tap radius by @shenlong-tanwen in #4816
- fix(mobile): shows asset date time with original timezone by @waclaw66 in #4774
- fix(mobile): first stack list asset is now highlighted on view by @upsetdog in #4802
- fix(mobile): backup indicator wrong when only background backup is enabled by @fyfrey in #4842
- fix(mobile): do not show trashed assets in the album viewer page by @shenlong-tanwen in #4894
- chore(mobile): change version mismatch text by @Wingysam in #4831
Others
- docs: remove read-only related content by @alextran1502 in #4781
- docs: python upload guide by @jrasm91 in #4867
- chore: changes to
docker compose
command. by @jesb1n in #4828 - chore(deps): bump stumpylog/image-cleaner-action from 0.3.0 to 0.4.0 by @dependabot in #4886
- chore: Update README.md by @Strubbl in #4892
- docs: update by @alextran1502 in #4893
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.84.0...