Skip to content

v1.83.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 14:06
· 1807 commits to main since this release

v1.83.0 - 🌟 20_000 🌟 Release

Warning

Action Required

Re-run metadata extraction for videos impacted by the duration parsing bug (#4480)

Welcome to release v1.83.0 of Immich. Thank you, everybody, for your continued support of Immich, from testing, bug reports, and code contributions to the financial donations. You have my eternal appreciation. I am happy to bring you this 20_000 stars release. The contributors and I love gazing at the stars when we push out code in the middle of the night, so be sure to keep it coming 😀. I hope you enjoy this release, which brings a lot of bug fixes and new features, which are highlighted below:

  • Asset stacking
  • Shared links on mobile
  • New storage template variables
  • Custom theme
  • Notable mention: PR #4474 has been merged, which is a prerequisite for additional facial recognition features, including unmerging and manually reassigning faces.

Asset Stacking

This release introduces asset stacking. Specifically, we have added the option to manually stack assets, with automatic stacking planned for a future release. When assets are stacked, the children are hidden from the main timeline, and only a single (primary/parent) asset is shown. This is perfect for grouping JPEG and RAW, burst shots, and edited file versions. The stacked content can only be seen from the main timeline on the web and mobile app. In other views, such as album, archive, and favorite, the contents are still shown as not stacked.

Many thanks to @shenlong-tanwen for spearheading this effort and the mobile implementation.

On the web

stack-web-demo.mp4

On the mobile app

stack-mobile-demo.mp4

Shared Links on Mobile

You can now create a shared link on the mobile app. It is not yet possible to view the shared link content on the mobile app, and we are hoping to add this ability in the near future.

shared-link-demo.mp4

New Storage Template Variables

Two new storage template variables have been added in this release:
{{assetId}} - The UUID for the asset
{{album}} - The name of the first album the asset belongs to

Note

Note that when using the album variable, the storage template won’t be applied immediately unless an asset is directly uploaded to an album. Therefore, the Storage Template Migration job may need to be run manually after sorting new assets into albums.

image

Custom Theme

We have added a new Administration > Setting called “Theme Settings”, where you can write custom CSS that will get loaded in the web application for all users. This enables administrators to change fonts, colors, and other styles. Thanks @Wingysam for your contribution.

image

As always, please consider supporting the project.

🎉 Cheer! 🎉

Support

If you find the project helpful, you can support Immich via the following channels.

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

Server

Web

Mobile

Others

New Contributors

Full Changelog: v1.82.1...1.83.0