Skip to content

v1.96.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 20:48
· 795 commits to main since this release

v1.96.0

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.
  • Slideshow options (web)
  • 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

[Web] Slideshow options

We added additional options for the slideshow feature on the web, so you can make it fit your needs when showing of your gallery

image

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

  • refactor(mobile): Use hooks to manage Chewie controller for video by @martyfuhry in #7008
  • fix(deps): update dependency geolocator to v11 by @renovate in #7249
  • fix(deps): update dependency flutter_udid to v3 by @renovate in #7248
  • fix(mobile): don't crop memories in landscape mode by @hrdl-github in #6907
  • refactor(mobile): move error details to separate DB column by @rovo89 in #6898
  • fix(mobile): remove log message counter by @rovo89 in #6865
  • fix(mobile): Stop sending app to login page for unrelated auth errors by @martyfuhry in #7383
  • refactor(mobile): Use ImmichThumbnail and local thumbnail image provider by @martyfuhry in #7279
  • refactor(mobile): Uses blurhash for memory card instead of blurred thumbnail by @martyfuhry in #7469

🖥️ Web

🧠 Machine Learning

📓 Documentation

🔨 Maintenance

New Contributors

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