Skip to content

Releases: immich-app/immich

v1.123.0

17 Dec 16:41
Compare
Choose a tag to compare

v1.123.0

Highlights

Welcome to release v1.123.0 of Immich. This is the last release of the year as the team is winding down for the holiday season. Thank you for your support and the fantastic year. We cannot wait to continue adding more features, optimizing, and making Immich a delightful app experience for you and your family.

This release fixes bugs in the web and mobile, notably from the recent new native video player. We also add a feature to allow you to change the timeline view order of an album in the mobile app

Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app/.

Cheers! 🍻


What's Changed

🚀 Features

🌟 Enhancements

🐛 Bug fixes

📚 Documentation

  • docs: improve install/requirements and install/docker-compose by @pyorot in #13569
  • docs: Add more documentation for video transcoding settings. by @kevincox in #13388

🌐 Translations

New Contributors

Full Changelog: v1.122.3...v1.123.0

v1.122.3

13 Dec 13:53
Compare
Choose a tag to compare

v1.122.3

What's Changed

🌟 Enhancements

  • feat: Add support for vob by @Lukasdotcom in #14590
  • feat(web): allow tags to be applied in bulk on search, personID, and memory-viewer pages by @Menghini in #14368

🐛 Bug fixes

  • fix(server): partial fallback for hardware transcoding by @mertalev in #14611
  • fix(mobile): not being able to zoom into live photos by @mertalev in #14608

📚 Documentation

  • chore(docs): stronger discouraging of non-Linux installations by @mmomjian in #14620
  • chore(docs): add Kodi plugin for Immich to the Community Projects list by @vladd11 in #14586

🌐 Translations

New Contributors

Full Changelog: v1.122.2...v1.122.3

v1.122.2

08 Dec 23:50
Compare
Choose a tag to compare

v1.122.2

This release fixes visual glitches on Android due to enabling the Impeller rendering engine and a small fix for the web

What's Changed

🐛 Bug fixes

New Contributors

Full Changelog: v1.122.1...v1.122.2

v1.122.1

06 Dec 14:19
Compare
Choose a tag to compare

v1.122.1

Hotfixes

Full Changelog: v1.122.0...v1.122.1

v1.122.0

05 Dec 17:02
Compare
Choose a tag to compare

v1.122.0

Highlights

Welcome to release v1.122.0 of Immich. After a long release break, Immich is back and brings many new features with loads of bug fixes to enhance the user experience further and make Immich more delightful to use. Some of the highlights below:

  • HDR video support in the mobile app
  • Multiple URLs for machine learning service
  • Automatic switching between server URLs in the mobile app
  • Ability to hide users when searching in an Immich instance
  • Access the most recent albums through the web navigation bar
  • Custom email templates
  • Automatically clean up files left behind by interrupted uploads
  • More responsive hosted maps for users in Oceania
  • Notable fix: swiping between videos failing on older Android devices

HDR video support

Thanks to the tireless work of @mertalev and @shenlong-tanwen, HDR videos are displayed correctly in their full dynamic range using the native video player on each respective platform directly in Immich. We hope this feature brings you a more lively experience when viewing past videos.

Note

Some videos may appear warped when viewing. If this occurs, please sign out and sign back in. This only needs to be done once and does not apply to new app installations on 1.122.0 or later.

Multiple URLs for machine learning service

Remote machine learning enables folks to run machine learning on a more powerful computer, like their gaming PC. However, the expectation of constant uptime of the remote PC was a pain point for users. Immich now allows specifying multiple URLs so it can fall back to other PCs, including the local machine learning service on the same server.

You can add additional URL endpoints in the Machine Learning Settings.

image

Auto-switching server URLs in the mobile app

We are happy to bring you one of the long-requested features: the ability for the app to use the local IP address of your server while you are on your home Wi-Fi and automatically switch to alternative URLs while you are out and about, ranging from VPN URLs to public DNS addresses.

This option is located in the newly redesigned settings page in the mobile app under the Networking section. We hope this setting will simplify the networking setup you must do at home, which was previously only achievable with a split DNS setup and a local DNS server.

Note

This feature requires always granting precise location permission for the Immich app so it can read the Wi-Fi name in both foreground and background.

Android Permission iOS Permission
image image
New Settings Page Local Connection Info External Connection Info
image image image

Ability to hide users when searching in your instance

For admins hosting a public instance who don’t want users to see each other, you can now disable that mechanism in the Server Settings.

Access the most recent albums through the web navigation bar

We added a dropdown to quickly access the most recent albums directly through the navigation bar.

Custom email templates

You can now modify the email template for user registration, album creation, and album updates. This can be configured with the Email Templates setting.

image

Automatically clean up files left behind by interrupted uploads

Previously, when an upload process was canceled, the partial files on the server stayed in the upload folder as corrupted files, which wasted storage space. This release implements a mechanism that intercepts the interrupted request and cleanses the partial files.

More responsive hosted maps for users in Oceania

We have made some changes to improve the responsiveness of the hosted maps for users located in Oceania. Users located in those areas should now see their map load 2-3x faster generally as well as seeing more consistent response times.

Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app/.

Cheers! 🍻

What's Changed

🚨 Breaking Changes

  • refactor: rename searchMetadata to searchAssets by @jrasm91 in #14151

🚀 Features

🌟 Enhancements

🐛 Bug fixes

📚 Documentation

  • docs: add developer notes about rootless docker setup by @R-Rudolf in #13250
  • docs: clarify/strengthen wording of PG deployment requirements by @mmomjian in #14294

New Contributors

Full Changelog: v1.121.0...v1.122.0

v1.121.0

20 Nov 16:40
Compare
Choose a tag to compare

v1.121.0

Highlights

Welcome to release v1.121.0 of Immich. This release focuses on bug fixes and performance optimization across the app. Some of the highlights below:

  • @immich/ui component library
  • Fallback to system fonts for Cyrillic letters on the mobile app
  • Multiselect using the shift key in the search result view
  • Notable fixes: album sync on the mobile app always ran when reopening the app, leading to degradation in performance and browsing

@immich/ui component library

Some of you may have seen that we added a new repository on GitHub. We have started building out a shared UI components library for Immich that will hopefully lead to a more manageable and consistent design. It’s still very much in the works, but here is a sneak peek at the button component.

image

Notable fix: album sync degrades performance on the mobile app

We fixed a bug on the server that caused visible performance degradation of the mobile app. The album syncing process is always triggered when the app is reopened instead of only syncing when there are changes on the server. This is a server fix, so we encourage you to update your server to this new release to fix this performance issue.

Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app/.

Cheers! 🍻

What's Changed

🚀 Features

🌟 Enhancements

🐛 Bug fixes

📚 Documentation

New Contributors

Full Changelog: v1.120.2...v1.121.0

v1.120.2

12 Nov 17:50
Compare
Choose a tag to compare

v1.120.2

This patch release brings the following bug fixes:

  • Postgres now uses the correct database dump command for version 14/15/16/17.
  • Config updates were not correctly applied to some components.
  • The mobile app doesn’t initialize the date locale for some languages.

Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app.

Cheers! 🍻


What's Changed

🌟 Enhancements

🐛 Bug fixes

  • fix(server): support non-default Postgres port when taking a backup by @jrasm91 in #13992
  • fix(server): thumbnail rotation when using embedded previews by @zhaoterryy in #13948
  • fix(web): use locale for scrubber label when scrolling by @michelheusschen in #14012
  • fix(mobile): make sure date locale is initialized for some languages by @alextran1502 in #14035
  • fix(server): attempt to delete failed backups immediately after failure by @zackpollard in #13995
  • fix: config updates not applying for job and storage template service by @zackpollard in #14074

📚 Documentation

New Contributors

Full Changelog: v1.120.1...v1.120.2

v1.120.1

07 Nov 15:53
Compare
Choose a tag to compare

v1.120.1

This release addresses the issues below

What's Changed

🐛 Bug fixes

  • fix(server): cannot render email template by @alextran1502 in #13957
  • fix(server): allow starting backup through API and fix pg_dumpall args when using database URLs by @dotlambda in #13970
  • fix(server): database backups compatible with deduplication by @Scrumplex in #13965
  • fix(mobile): video player not playing in full size on Android by @alextran1502 in #13986

📚 Documentation

New Contributors

Full Changelog: v1.120.0...v1.120.1

v1.120.0 - 50.000 Stars Release

06 Nov 16:47
Compare
Choose a tag to compare

v1.120.0 - 50.000 Stars Release

Welcome to release v1.120.0 of Immich. We've reached 50.000 stars on GitHub. Thank you for your love, support, and contributions to the project.

This release introduces a new built-in automatic database dump feature as well as bug fixes and enhancements. Some of the highlights include:

  • Built-in automatic database backups
  • Timeline location indicator on scrolling
  • The web is now on Svelte 5
  • Faster CPU transcoding for HDR videos
  • Notable fix: Slow server start-up time on some systems

Built-in automatic database backups

This release introduces a mechanism that automatically creates a database dump and is enabled by default. It will run at 2 AM server time and keep the last 14 backups, all of which are configurable. You can find the settings in Administration > Settings > Backup Settings

image

The database zip files are placed at <UPLOAD_LOCATION>/backups.

Below is an example of a database backup size for a library with 80_000 assets.

image

Currently, restores must be done manually, and instructions can be found in the documentation

Timeline location indicator on scrolling

The timeline on the web will now show the Month/Year information while scrolling to better indicate the viewport context.

Screen.Recording.2024-11-06.at.08.46.53.mov

Faster CPU transcoding for HDR videos

Immich now uses a faster tone-mapping implementation developed by the Jellyfin team to map colors from HDR to SDR. During testing, overall transcoding speed improved by as much as 69% for a 4K target resolution. The exact improvement will depend on hardware, source video, and transcoding settings.

Note

Note for third-party Immich distributions: as this filter only exists in jellyfin-ffmpeg, please ensure you use this build instead of a standard FFmpeg build.

Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app.

Cheers! 🍻


What's Changed

🚀 Features

🌟 Enhancements

🐛 Bug fixes

📚 Documentation

🌐 Translations

New Contributors

Full Changelog: v1.119.1...v1.120.0

v1.119.1

29 Oct 13:57
Compare
Choose a tag to compare

v1.119.1

This patch release adds job options to the search view context menu when bulk-selecting assets.

image

What's Changed

🌟 Enhancements

📚 Documentation

  • docs: note about Nginx reverse proxy compatibility with Let's Encrypt by @yozik04 in #13764
  • docs: Add info about album sync&folder view by @aviv926 in #12371

New Contributors

Full Changelog: v1.119.0...v1.119.1