github imagegenius/docker-immich alpine-v1.96.0-ig44

pre-release3 months ago

ImageGenius Changes:

rebase to alpine edge

immich Changes:

v1.96.0

Important

Please ignore if you have the default Immich setup

If your Immich database's user does not have the superuser role (custom setup), you will need to install two additional extensions for the feature of Search by location when editing place for the asset in this update and for the server to start up correctly.

CREATE EXTENSION IF NOT EXISTS pg_trgm;
CREATE EXTENSION IF NOT EXISTS unaccent;

Highlights

Welcome to release v1.96.0 of Immich. This release adds more enhancements for search, optimizes the mobile app and includes a handful of bug fixes. Some of the key highlights include:

  • Search filter form improvement
  • Search by location when editing the place for the asset.
  • Optimization of asset rendering on the mobile app.
  • Notable fix (mobile app): Stop sending users to the login page for unrelated authentication errors.
  • Notable fix: Smart Search when using OpenVINO.

Improved Search Form

After receiving users' feedback, we make the search filter a little more compact with minor UI/UX changes to make the process of selecting/deselecting the filter's content more intuitive.

search-filter

Search location when editing place for the asset.

We have implemented the lookup-on-type mechanism to quicky search for a location on the map when adding or edding location of the asset. This process happens entirely on your server

chrome_DoSJwS1Dlr.mp4

Optimized asset rendering on the mobile app

We add a blur thumbnail loading step to help the transition from black/white placeholder to the image a more pleasant experience and fix a bug that sometimes the HTTP client would timeout and show the broken icon on the thumbnail.

blurloading.mov

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.

What's Changed

🗄️ Server

📱 Mobile

🖥️ Web

🧠 Machine Learning

📓 Documentation

🔨 Maintenance

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.95.1...

Don't miss a new docker-immich release

NewReleases is sending notifications on new releases.