All Versions
24
Latest Version
Avg Release Cycle
10 days
Latest Release
1 day ago

Changelog History
Page 1

  • v3.0.0-rc.1 Changes

    June 17, 2026

    ๐Ÿš€ v3.0.0-rc.1 โ€” Release Candidate

    โš  Warning

    Disclaimer

    ๐Ÿš€ This is a release candidate , not a stable release. It is subject to change and may contain bugs or breaking changes. As always, make sure you have a backup of your database and library before upgrading to this version.

    ๐Ÿš€ This second release candidate v3.0.0-rc.1 fixes bugs and issues that were found in the last release candidate. You can now use the release candidate tag v3-rc for all the prereleases under v3.

    ๐Ÿš€ Release notes

    ๐Ÿš€ Work-in-progress release notes can be found here:

    ๐Ÿš€ https://pr-558.dev.immich.app/blog/v3.0.0-release

    Server

    โšก๏ธ To use this RC version on the server, update the IMMICH_VERSION in your .env file:

    IMMICH_VERSION=v3.0.0-rc.1
    

    or

    IMMICH_VERSION=v3-rc
    

    Then pull and restart:

    docker compose pull&&docker compose up -d
    

    Mobile

    To use this RC version on the mobile app, follow the appropriate link for your platform:

    Android

    ๐Ÿš€ You can download the APK in the release note below, or tap on "Join the beta" from the Google Play Immich page

    image

    iOS

    โœ… Use the TestFlight link or scan the QR Code https://testflight.apple.com/join/JTSTucBd

    image

    ๐Ÿš€ If you run into any issues, please report them on GitHub so we can address them before the final release. Thank you for helping us test!

    What's Changed

    ๐ŸŒŸ Enhancements

    ๐Ÿ›  ๐Ÿ› Bug fixes

    • ๐Ÿ›  fix(mobile): show like and comment options on album photo deep links by @santoshakil in #29020
    • ๐Ÿ›  fix(web): correctly handle person search with more than 100 results by @maxinegardenas in #29002
    • ๐Ÿ›  fix(web): prevent upload status panel from overlapping album action bar by @okxint in #29044
    • ๐Ÿ›  fix(web): error loading image state by @bwees in #29058
    • ๐Ÿ›  fix(web): show asset arrows by @timonrieger in #29010
    • ๐Ÿ›  fix(server): hide partner archived asset locations from map by @timonrieger in #29028
    • ๐Ÿ›  fix: lock transcoding options by @timonrieger in #29076
    • ๐Ÿ›  fix(server): do not merge metadata when multiple duplicates are kept by @timonrieger in #29035
    • ๐Ÿ›  fix: integrity report checksum query by @danieldietzler in #29136
    • ๐Ÿ›  fix: map settings by @danieldietzler in #29134
    • ๐Ÿ›  fix: too strict cron expression validation by @danieldietzler in #29138
    • ๐Ÿ›  fix(web): respect local timezone when building date range for search by @okxint in #29128
    • ๐Ÿ›  fix(web): language selector by @meesfrensel in #29065
    • ๐Ÿ›  fix: update datetimeRelative description to minutes instead of seconds by @meesfrensel in #29137
    • ๐Ÿ›  fix: video thumbnail quality sharing by @bwees in #29104
    • ๐Ÿ›  fix(mobile): stop sync albums crashing on the main isolate by @santoshakil in #29133
    • ๐Ÿ›  fix(mobile): show memories with no showAt/hideAt in the timeline lane by @santoshakil in #29158
    • ๐Ÿ›  fix(mobile): keep toasts off the dynamic island when keyboard is open by @santoshakil in #29159

    ๐Ÿ“š ๐Ÿ“š Documentation

    • ๐Ÿ“„ docs(server): clarify AssetBulkUploadCheckItem.id is a correlation token by @timonrieger in #29141

    ๐ŸŒ ๐ŸŒ Translations

    ๐Ÿ†• New Contributors

    Full Changelog : v3.0.0-rc.0...v3.0.0-rc.1

  • v3.0.0-rc.0 Changes

    June 15, 2026

    ๐Ÿš€ Immich v3.0.0-rc.0 โ€” Release Candidate

    โš  Warning

    Disclaimer

    ๐Ÿš€ This is a release candidate , not a stable release. It is subject to change and may contain bugs or breaking changes. As always, make sure you have a backup of your database and library before upgrading to this version.

    ๐Ÿš€ We're excited to share our first release candidate (RC) for Immich v3: v3.0.0-rc.0. For information about how to use and test the RC, see below.

    ๐Ÿš€ Release notes

    ๐Ÿš€ Work in progress release notes can be found here:

    ๐Ÿš€ https://pr-558.dev.immich.app/blog/v3.0.0-release

    Server

    โšก๏ธ To use this RC version on the server update the IMMICH_VERSION in your .env file:

    - IMMICH\_VERSION=v2+ IMMICH\_VERSION=v3.0.0-rc.0
    

    Then pull and restart:

    docker compose pull&&docker compose up -d
    

    Mobile

    To use this RC version on the mobile app, follow the appropriate link for your platform:

    Android

    ๐Ÿš€ You can download the APK the in release note below, or tap on "Join the beta" from the Google Play Immich page

    image

    iOS

    โœ… Use the TestFlight link or scan the QR Code https://testflight.apple.com/join/JTSTucBd

    image

    ๐Ÿš€ If you run into any issues, please report them on GitHub so we can address them before the final release. Thank you for helping us test!


    What's Changed

    ๐Ÿšจ Breaking Changes

    ๐Ÿ—„ ๐Ÿซฅ Deprecated Changes

    • ๐Ÿ”จ refactor(server): deprecate PUT routes in favor of PATCH by @timonrieger in #28859

    ๐Ÿ”’ ๐Ÿ”’ Security

    • ๐Ÿ›  fix: run profile picture through thumbnail pipeline by @bo0tzz in #27890

    ๐Ÿš€ Features

    ๐ŸŒŸ Enhancements

  • v2.7.5 Changes

    April 13, 2026

    v2.7.5

    What's Changed

    ๐Ÿ›  ๐Ÿ› Bug fixes

    • ๐Ÿ›  fix(server): add rate limit and deduplication to version check by @zackpollard in #27747

    ๐ŸŒ ๐ŸŒ Translations

    • โšก๏ธ chore(web): update translations by @weblate in #27589

    Full Changelog : v2.7.4...v2.7.5

  • v2.7.4 Changes

    April 10, 2026

    v2.7.4

    ๐Ÿš€ This release addresses some issues with image rendering on the mobile app

    What's Changed

    ๐Ÿ›  ๐Ÿ› Bug fixes

    Full Changelog : v2.7.3...v2.7.4

  • v2.7.3 Changes

    April 09, 2026

    v2.7.3

    What's Changed

    ๐Ÿ›  ๐Ÿ› Bug fixes

    • ๐Ÿ›  fix(server): avoid false restore failures on large database imports by @ErasmusAndre in #27420
    • ๐Ÿ›  fix(mobile): improve image load cancellation handling by @LeLunZ in #27624
    • ๐Ÿ›  fix(server): people search not showing for 3 or less characters by @zackpollard in #27629
    • ๐Ÿ›  fix(web): don't cache empty search results for people search by @zackpollard in #27632
    • ๐Ÿ›  fix(mobile): get provider refs before async gaps in backup page by @LeLunZ in #27597
    • ๐Ÿ›  fix: ssr open graph tags by @jrasm91 in #27639

    ๐Ÿ“š ๐Ÿ“š Documentation

    • ๐Ÿ›  fix(docs): updated docker deprecation link by @mmomjian in #27633

    ๐Ÿ†• New Contributors

    Full Changelog : v2.7.2...v2.7.3

  • v2.7.2 Changes

    April 07, 2026

    You knew it was coming ๐Ÿ˜…

    ๐Ÿš€ This release addresses the following issues:

    • ๐Ÿ›  Fix an issue with the default helmet.json file
    • ๐Ÿ›  Fix an issue with ML containers not working on some older CPUs
    • ๐Ÿ›  Fix an issue with importing external libraries

    What's Changed

    ๐Ÿ›  ๐Ÿ› Bug fixes

    Full Changelog : v2.7.0...v2.7.2

  • v2.7.0 Changes

    April 07, 2026

    v2.7.0

    Welcome to Immich v2.7.0!

    ๐Ÿš€ This release includes enhancements to the asset viewer, security improvements, changes to the duplicate APIs and viewer, and a bunch of bug fixes. Keep reading below for the complete highlights and a note on the upcoming v3.0.0 release.

    Note

    We're working on a managed backup service for Immich with end-to-end encrypted backups of your library to a remote datacentre where only you hold the keys.

    ๐Ÿ‘ We've put together a quick survey (~5 mins) to get a better idea of how you're backing things up today and what you'd actually want from something like this. Your answers help us figure out what to prioritise, so we'd really appreciate it if you took a few minutes to fill it out.

    ๐Ÿ†“ Leave your email at the end if you're interested in joining our free closed beta when it's ready.

    https://futo-backups-survey.immich.app/

    Known limitations

    • ๐Ÿš€ The machine learning service on amd64 currently requires the >= x86-64-v2 microarchitecture. This will be patched in an upcoming patch release for backward compatibility with very old processors (before ~2010), but it will become a minimum requirement in 3.0. arm64 is not affected by this change.

    Highlights

    • โœ‚ Remove from album (asset viewer)
    • ๐Ÿšš Move to locked folder (folder page)
    • Editor shortcuts
    • Create a new face on-the-fly in the face tag editor
    • Resolve duplicates
    • ๐Ÿ”ง Helmet configuration
    • ๐Ÿ”– Version check infrastructure
    • Notable fix: live photo and video download in Safari
    • Notable fix: escape HTML in the Panorama Photo Viewer

    โœ‚ Remove from album

    ๐Ÿšš The web has a new action, "Remove from album," available in the asset viewer that makes it easier to remove an asset from an album. This action is available to both album and asset owners.

    image

    ๐Ÿšš Move to locked folder in the Folder view

    ๐Ÿšš Similarly, the folder view now includes the "Move to locked folder" action.

    image

    Editor shortcuts

    ๐ŸŒ Users on the web can now edit with keyboard shortcuts. Press e to open the editor. Once in the editor, press [ or ] to rotate the asset +/- 90 degrees. Finally, save any changes and close the editor with ENTER.

    ๐Ÿ’… slice.mp4

    Create a new face on-the-fly in the face tag editor

    You can now create a new face/person on the fly from the face tagging editor interface

    imageimage

    Deduplication improvements

    ๐Ÿ“š The duplicate screen has gone through a bunch of iterations since it was first introduced all the way back in May, 2024. The latest release moves a bunch of logic from the client to the server, which now automatically suggests which asset to keep based on image size and EXIF data. Additionally, the new server implementation will automatically synchronize metadata, including albums, favorite status, rating, description, visibility, location, and tags. For more information about this process, see the new documentation.

    ๐Ÿ”ง Helmet configuration

    You can now opt in to using a Content Security Policy (CSP) in Immich. The new environment variant IMMICH_HELMET_FILE accepts a boolean or a path to a helmet configuration file.

    Recommend action: The team recommends setting IMMICH_HELMET_FILE=true to enable the default policy. Then, please let us know if you run into any issues with it.

    Background and details

    Since Immich is deployed in so many different ways, it has been hard to figure out how to enable a CSP that would not conflict with or break existing installs that might use 3rd party map providers, custom CSS, embed Immich in an iframe, or other such features. In this release, we have added the ability to both opt in to a default policy and configure a custom one. To use the default policy, simply set the environment variable IMMICH_HELMET_FILE=true. To use a custom policy, set the environment variable to a path on disk (within the immich-server) that contains a valid helmet configuration (e.g. IMMICH_HELMET_FILE=/opt/immich/helmet.json). CSP can be used to control what scripts are allowed to run on the page, which domains to load images from, etc. Additionally, it can be used to configure headers for Referrer-Policy, X-Powered-By, X-Frame-Options, and others.

    ๐Ÿ†• New version check infrastructure

    ๐Ÿš€ Prior to this release, instances that used the automatic version check feature would send HTTP requests to github.com. Now, we have set up a small service at version.immich.cloud to handle these types of requests. This avoids any privacy implications of connecting to github.com , as well as moves the request load to our own infrastructure.

    Notable fix: live photo and video download in Safari

    ๐Ÿš€ When downloading files in Safari with the same name, it will simply overwrite the file instead of automatically renaming it. In this release, the still and motion parts of a live photo are now named differently to prevent this from happening.

    Notable fix: escape HTML in panorama photo viewer

    ๐Ÿš€ In v2.6.0, we added the ability to show/view clip text in the panorama viewer, but introduced an XSS vulnerability, which has been fixed in this release. Interestingly, this was XSS using text in the image, which would then get read by OCR.

    Notable fix: Immich User Agent for external requests

    ๐ŸŒ Similar to the mobile app, the server now sends a custom User Agent header. The format for the User Agent is immich-server/{version}. For example, immich-server/2.7.0.

    v3.0.0

    Just a heads up that this is the likely to be the last release before v3.0.0. Being a major release there will be a handful of breaking changes, although it's worth noting that nothing is currently planned that requires user intervention. It is mainly changes that impact 3rd party developers. More information and details should be available in the coming weeks.

    ๐Ÿ‘Œ Support Immich

    ๐Ÿ‘

    ๐Ÿ‘ If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app or our merchandise at https://immich.store


    What's Changed

    ๐Ÿš€ Features

    ๐ŸŒŸ Enhancements

    • ๐ŸŒ feat(web): add a seperate tooltip for switching from dark to light mode by @Vogeluff in #27297
    • ๐ŸŒ feat(web): focus on face-editor search input by @cratoo in #27136
    • ๐Ÿšš feat(web): add RemoveFromAlbumAction to asset viewer nav bar by @timonrieger in #27000
    • ๐ŸŒ feat(web): add shortcuts to rotate images by @squishykid in #26927
    • feat(server): add checksum algorithm field by @etnoy in #26573
    • feat(server): resolve duplicates by @Phlogi in #25316
    • chore(mobile): reduce spacing on video controls by @uhthomas in #27313
    • โšก๏ธ perf(server): optimize people page query by @ffchung in #27346
    • ๐ŸŒ feat(web): dim photo outside hovered face bounding box by @midzelis in #27402
    • ๐ŸŒ feat(web): OCR overlay interactivity during zoom by @midzelis in #27039
    • ๐Ÿ”’ feat: add move to lock folder in folder view by @alextran1502 in #27384
    • ๐ŸŒ feat(web): highlight active person thumbnail in detail panel and edit faces panel by @midzelis in #27401
    • ๐Ÿšš feat: move version checks to our own infrastructure by @zackpollard in #27450
    • feat: add preview button when selecting images by @johnmaguire in #27305
    • ๐Ÿ›  fix: user-agent format by @jrasm91 in #27488
    • chore(mobile): reduce buffering timer duration by @uhthomas in #27111
    • ๐Ÿ›  fix(mobile): use key on video controls by @uhthomas in #27512
    • ๐Ÿ‘ feat(server): Add support for .ts files by @ray in #27529

    ๐Ÿ›  ๐Ÿ› Bug fixes

  • v2.6.3 Changes

    March 26, 2026

    v2.6.3

    What's Changed

    ๐Ÿ›  ๐Ÿ› Bug fixes

    Full Changelog : v2.6.2...v2.6.3

  • v2.6.2 Changes

    March 24, 2026

    v2.6.2

    ๐Ÿš€ This release addresses the following issues

    • ๐Ÿ›  Fixed a bug where the shared link would error out when public users upload to the shared link
    • ๐Ÿ›  Fixed a bug where the URL switching feature doesn't work with external URLs
    • ๐Ÿ›  Fixed a bug where the "add to album" selection box on the web doesn't include albums that are shared with the user
    • ๐Ÿ›  Fixed several issues regarding the search filter on the mobile app and the web

    What's Changed

    ๐Ÿ›  ๐Ÿ› Bug fixes

    ๐Ÿ“š ๐Ÿ“š Documentation

    ๐Ÿ†• New Contributors

    Full Changelog : v2.6.1...v2.6.2

  • v2.6.1 Changes

    March 19, 2026

    v2.6.1

    ๐Ÿ›  Hot fixes

    • ๐Ÿ›  Fixed a failed migration issue on the mobile app when the URL Switching feature is used

    What's Changed

    ๐Ÿ›  ๐Ÿ› Bug fixes

    Full Changelog : v2.6.0...v2.6.1