Skip to content

v1.63.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jun 02:06
· 2997 commits to main since this release

v1.63.0

Breaking changes ⚠️

Some databases might run into migration issues in the release - please follow this guide to fix


Hello, Immich fans! Welcome to the v1.63.0 release of Immich. There are many updates in this version that we hope you'll like. Some of the key highlights include:

  • Initial support for a read-only/existing library.
  • Support for more raw formats.
  • Album titles now appear in the search results.
  • Pinch-to-zoom asset grid on the mobile app.
  • Facial recognition on the mobile app.

Highlights

Initial support for read-only/existing library.

Thanks to @alex-phillips, Immich now has the ability to import an existing gallery without the need to upload the files. This has been one of the most requested features, and I am happy that we can now cover this use case as well. However, this is only the initial implementation and will receive improvements in the future.

The current limitations of this feature are:

  • Assets are not automatically synced and must instead be manually synced with the CLI tool.
  • Only new files that are added to the gallery will be detected.
  • Deleted and moved files will not be detected.

To understand how to use this feature, please see head to the documentation site

Support for more raw formats

With the integration of imagemagick, Immich now has support more raw photo formats and will generate high quality thumbnails to display on the timeline. I hope this helps everyone who owns a DSLR or mirrorless camera.

More love to the mobile app

We have neglected the mobile app for a while, so we’ve decided to give it some left over love from the Web and the Server 😛.

We added the facial recognition feature to the mobile app so you can view faces and photos of a person.

You can pinch to zoom in and out of the timeline to change the number of assets displayed on each row.

pinch2zoom.webm

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.

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.

🎉 Cheers! 🎉

What Changes

Web

Server

Mobile

Chore

  • fix(deployment) Add dependency on immich-web to immich-proxy by @etnoy in #2875
  • chore(doc): move public msg to general section by @stavros-k in #2864
  • chore(readme): mention offline support feature by @fyfrey in #2902