Update Immich containers to v1.135.3 #463

Merged
remoll merged 1 commits from renovate/immich-app-images into main 2025-07-12 16:42:06 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ghcr.io/immich-app/immich-machine-learning Kustomization minor v1.134.0 -> v1.135.3
ghcr.io/immich-app/immich-server Kustomization minor v1.134.0 -> v1.135.3

Release Notes

immich-app/immich (ghcr.io/immich-app/immich-machine-learning)

v1.135.3

Compare Source

v1.135.3
  • Fixed an issue where the database migration fails on some instances with a different default database name
What's Changed
🐛 Bug fixes

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

v1.135.2

Compare Source

v1.135.2

This release addresses the following issues.

  • Fixed an issue where the database migration was not running correctly on some systems
  • Fixed an issue where the timezone causes an issue showing the web timeline in some instances, the counter resets again!

- Reverted the behavior of sorting people, it is now based on asset count as before

What's Changed
🌟 Enhancements
🐛 Bug fixes

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

v1.135.1

Compare Source

v1.135.1
Highlights

This release addresses the following issues.

  • Fixed a bug where the navigation button disappears in detail view if opened from an album
  • Fixed a bug where the local network permission prompt doesn't show up on iOS. If for some reason, you still cannot access the instance after enabling the permission, restarting the phone will fix it
  • Fixed an issue where warning messages were shown after updating the VectorChord extension
  • Fixed an issue where named people are not showing up on top of the people list
  • Fixed an issue where the web timeline does not show on some older browsers
  • iOS Widget now supports iOS 17 and above (previously supported only 18.5)
What's Changed
🐛 Bug fixes
📚 Documentation
New Contributors

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

v1.135.0

Compare Source

v1.135.0
Highlights

Welcome to the release v1.135.0 of Immich. Another three-week gap, another ~200 PRs merged, another big release, let’s dive right in to what’s new.

  • iOS home screen widgets
  • Granular API key access control creation
  • Google Cast support on the mobile app
  • Opt-in Google Cast on the web
  • New user onboarding
  • Album description on the mobile app
  • Drag-and-drop to the locked folder on the web
  • Support for Vchord 0.4.2
  • Shortcut to navigate the timeline
  • Multiple admins support
  • Devcontainer
  • Notable fix: Double swiping issue on iOS when using the gallery viewer
iOS Home Screen Widgets
Memory Widget Random Widget

Immich now supports home screen widgets on iOS! You can now add widgets to your home screen that:

  • Display a random image from your library
  • Display a random image from an album
  • Show images from memory lane

We support all widget sizes (S, M, L, and XL on iPad). These widgets update approximately every 20 minutes and pull directly from your Immich server. Android support is coming in the near future, so keep an eye out!

[!TIP]
Your server must be on v1.135.0 for album filtering to work.

Granular API key access control creation

You can now select additional permissions when creating an API key to use in any third-party libraries or software that integrate with Immich. This mechanism will give you better control over what the other applications or libraries can do with your Immich’s instance.

Google Cast support on the mobile app

Immich now supports casting photos from the mobile app to Google Cast-enabled devices! This is a follow-up to the casting feature present on the web. We support photos and videos, similar to the web feature. This feature is not controlled by the new “Opt-in Google Cast on the web” setting since it does not require third-party resources from Google.

[!TIP]
Your server must be accessible through the server URL from the cast receiver. There is no limitation on public accessibility or an HTTPS connection requirement, unlike on the web. In addition, only assets that are uploaded to the server may be cast.

Opt-in Google Cast on the web

We received a few reports from users who were concerned about the privacy implications of Google Cast on the web. Immich needs to fetch a third-party script from Google to check if casting is supported in the browser and to communicate with the cast library in Chrome. This causes a network request to Google each time Immich is loaded.

We have made Google Cast opt-in now to remove this requirement. If you use Google Cast on the web, you may enable Google Cast for your user by going to Account Settings > Features > Settings > Cast or by using this link.

If you have previously used Google Cast on the web and would like to continue using it, you must also enable it.

New user onboarding

image

To provide a better user experience for discovering and enabling various features, settings, and preferences, all new users are now greeted with an onboarding flow on the web when they first log in. They can select their language, theme, and personal privacy settings (such as Google Cast opt-in). Any users present before updating to v1.135.0 will not experience the onboarding flow.

Album description on the mobile app

The album’s description is now displayed and editable in the mobile app. The album’s header also gets some styles to make it more presentable.

Support for Vchord 0.4.2

Right after we rolled out the VectorChord vector database extension, the library dropped a new version 0.4.2 with some significant improvements (classic timing!). We've updated our server to support it and made it the default in the docker-compose.yml file.

You don't have to upgrade, though - sticking with your current version (0.3.0) is perfectly fine. But if you want to move to the newer one, it is an option.

Keyboard Navigation in Timeline

The timeline now supports shortcuts to make navigating between days, months, and years easier.

  • Use d or shift + d to jump to an earlier or later day.
  • Use m or shift + m to jump to the earlier or later month.
  • Use y or shift + y to jump to the earlier or later year.
  • Use g to go directly to a specific date

image

Multiple admins support

You can now grant other users administrative permission by navigating to Administration > Users > View Users > Edit User and toggling the Admin option

image
Dev Containers

There is an alternative way to set up a development environment using dev containers. For more information, refer to the documentation.

Contributing has never been easier: Get started right away with a single click on this button to launch an entire development environment in GitHub’s Codespaces in the cloud.

Open in GitHub Codespaces

Along with the highlights, there are many other improvements and bug fixes. Make sure to check out the full changes below.

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
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/immich-app/immich-machine-learning](https://github.com/immich-app/immich) | Kustomization | minor | `v1.134.0` -> `v1.135.3` | | [ghcr.io/immich-app/immich-server](https://github.com/immich-app/immich) | Kustomization | minor | `v1.134.0` -> `v1.135.3` | --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-machine-learning)</summary> ### [`v1.135.3`](https://github.com/immich-app/immich/releases/tag/v1.135.3) [Compare Source](https://github.com/immich-app/immich/compare/v1.135.2...v1.135.3) ##### v1.135.3 - Fixed an issue where the database migration fails on some instances with a different default database name ##### What's Changed ##### 🐛 Bug fixes - fix(server): don't hardcode database name in migration by [@&#8203;dotlambda](https://github.com/dotlambda) in https://github.com/immich-app/immich/pull/19376 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.135.2...v1.135.3 ### [`v1.135.2`](https://github.com/immich-app/immich/releases/tag/v1.135.2) [Compare Source](https://github.com/immich-app/immich/compare/v1.135.1...v1.135.2) ##### v1.135.2 This release addresses the following issues. - Fixed an issue where the database migration was not running correctly on some systems - Fixed an issue where the timezone causes an issue showing the web timeline in some instances, the counter resets again! <p align="center"> <img src="https://github.com/user-attachments/assets/5f274acc-8d1c-49e3-b25c-1fdfca793d5a" width="300" /> <p/> - Reverted the behavior of sorting people, it is now based on asset count as before ##### What's Changed ##### 🌟 Enhancements * feat: better contrast for checkmark indicator by @&#8203;jrasm91 in https://github.com/immich-app/immich/pull/19312 ##### 🐛 Bug fixes * fix: container padding by @&#8203;jrasm91 in https://github.com/immich-app/immich/pull/19316 * fix: people ordering by asset count by @&#8203;zackpollard in https://github.com/immich-app/immich/pull/19366 * fix: bump vchord default to 0.4.3 by @&#8203;mertalev in https://github.com/immich-app/immich/pull/19365 * fix(server): migration failing on pg15+ by @&#8203;mertalev in https://github.com/immich-app/immich/pull/19363 * fix: time bucket grouping by @&#8203;jrasm91 in https://github.com/immich-app/immich/pull/19329 * fix: use icons instead of toggles for admin user features view by @&#8203;bwees in https://github.com/immich-app/immich/pull/19369 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.135.1...v1.135.2 ### [`v1.135.1`](https://github.com/immich-app/immich/releases/tag/v1.135.1) [Compare Source](https://github.com/immich-app/immich/compare/v1.135.0...v1.135.1) ##### v1.135.1 ##### Highlights This release addresses the following issues. - Fixed a bug where the navigation button disappears in detail view if opened from an album - Fixed a bug where the local network permission prompt doesn't show up on iOS. *If for some reason, you still cannot access the instance after enabling the permission, restarting the phone will fix it* - Fixed an issue where warning messages were shown after updating the VectorChord extension - Fixed an issue where named people are not showing up on top of the people list - Fixed an issue where the web timeline does not show on some older browsers - iOS Widget now supports iOS 17 and above (previously supported only 18.5) <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed ##### 🐛 Bug fixes - fix: album share modal navigation by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/19245 - fix: panning interrupted while moving around the map by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/19276 - fix: album list CSS margins by [@&#8203;PaulSonOfLars](https://github.com/PaulSonOfLars) in https://github.com/immich-app/immich/pull/19262 - fix(server): drop vector indices before updating extension by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/19283 - fix(server): unset prewarm dim parameter by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/19271 - fix: album asset viewer by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/19252 - fix(web): exit slideshow when exiting fullscreen. by [@&#8203;dagstuan](https://github.com/dagstuan) in https://github.com/immich-app/immich/pull/19247 - fix: local network permission by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/19285 - fix(web): Stack assets in asset-viewer cut off on the left by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/19253 - fix: .find() iterator api combat by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/19293 - fix: people ordering incorrect by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/19298 - fix: iOS 17.0 target version for widget by [@&#8203;bwees](https://github.com/bwees) in https://github.com/immich-app/immich/pull/19308 ##### 📚 Documentation - fix(docs): REINDEX vchord on upgrade by [@&#8203;mmomjian](https://github.com/mmomjian) in https://github.com/immich-app/immich/pull/19282 ##### New Contributors - [@&#8203;PaulSonOfLars](https://github.com/PaulSonOfLars) made their first contribution in https://github.com/immich-app/immich/pull/19262 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.135.0...v1.135.1 ### [`v1.135.0`](https://github.com/immich-app/immich/releases/tag/v1.135.0) [Compare Source](https://github.com/immich-app/immich/compare/v1.134.0...v1.135.0) ##### v1.135.0 ##### Highlights Welcome to the release `v1.135.0` of Immich. Another three-week gap, another ~200 PRs merged, another big release, let’s dive right in to what’s new. - iOS home screen widgets - Granular API key access control creation - Google Cast support on the mobile app - Opt-in Google Cast on the web - New user onboarding - Album description on the mobile app - Drag-and-drop to the locked folder on the web - Support for Vchord 0.4.2 - Shortcut to navigate the timeline - Multiple admins support - Devcontainer - Notable fix: Double swiping issue on iOS when using the gallery viewer ##### iOS Home Screen Widgets | Memory Widget | Random Widget | | - | - | | <img src="https://github.com/user-attachments/assets/f57cd999-f4df-44fe-bc0c-f6a522ddfe11" width="300"/>| <img src="https://github.com/user-attachments/assets/8feb1eeb-9435-45e7-ba55-8b931979d2cb" width="300"/> | Immich now supports home screen widgets on iOS! You can now add widgets to your home screen that: - Display a random image from your library - Display a random image from an album - Show images from memory lane We support all widget sizes (S, M, L, and XL on iPad). These widgets update approximately every 20 minutes and pull directly from your Immich server. Android support is coming in the near future, so keep an eye out! > \[!TIP] > Your server must be on `v1.135.0` for album filtering to work. ##### Granular API key access control creation You can now select additional permissions when creating an API key to use in any third-party libraries or software that integrate with Immich. This mechanism will give you better control over what the other applications or libraries can do with your Immich’s instance. <p align="center"> <img src="https://github.com/user-attachments/assets/e1dc89a9-6818-4137-9baf-3b8da6e98a86" width="500"/> </p> ##### Google Cast support on the mobile app <p align="center"> <img src="https://github.com/user-attachments/assets/988e615a-03e1-44fc-997e-1e4d9ae1a990" width="300"/> </p> Immich now supports casting photos from the mobile app to Google Cast-enabled devices! This is a follow-up to the casting feature present on the web. We support photos and videos, similar to the web feature. This feature is not controlled by the new “Opt-in Google Cast on the web” setting since it does not require third-party resources from Google. > \[!TIP] > Your server must be accessible through the server URL from the cast receiver. There is no limitation on public accessibility or an HTTPS connection requirement, unlike on the web. In addition, **only assets that are uploaded to the server may be cast.** ##### Opt-in Google Cast on the web We received a few reports from users who were concerned about the privacy implications of Google Cast on the web. Immich needs to fetch a third-party script from Google to check if casting is supported in the browser and to communicate with the cast library in Chrome. This causes a network request to Google each time Immich is loaded. We have made Google Cast opt-in now to remove this requirement. If you use Google Cast on the web, you may enable Google Cast for your user by going to `Account Settings > Features > Settings > Cast` or by using [this link](https://my.immich.app/user-settings?isOpen=feature+cast). <p align="center"> <img src="https://github.com/user-attachments/assets/bd751256-9366-4d7a-9050-c3d6bd6d5a63" width="600"/> </p> **If you have previously used Google Cast on the web and would like to continue using it, you must also enable it.** ##### New user onboarding ![image](https://github.com/user-attachments/assets/1fd55979-76a0-4a63-ab5b-b42c02b5715c) To provide a better user experience for discovering and enabling various features, settings, and preferences, all new users are now greeted with an onboarding flow on the web when they first log in. They can select their language, theme, and personal privacy settings (such as Google Cast opt-in). Any users present before updating to `v1.135.0` will not experience the onboarding flow. ##### Album description on the mobile app The album’s description is now displayed and editable in the mobile app. The album’s header also gets some styles to make it more presentable. <p align="center"> <img src="https://github.com/user-attachments/assets/ea103840-d5f9-4bc4-9436-357894bf460e" width="400"/> </p> ##### Support for Vchord 0.4.2 Right after we rolled out the VectorChord vector database extension, the library dropped a new version [0.4.2](https://github.com/tensorchord/VectorChord/releases/tag/0.4.0) with some significant improvements (classic timing!). We've updated our server to support it and made it the default in the `docker-compose.yml` file. You don't have to upgrade, though - sticking with your current version (0.3.0) is perfectly fine. But if you want to move to the newer one, it is an option. ##### Keyboard Navigation in Timeline The timeline now supports shortcuts to make navigating between days, months, and years easier. - Use `d` or `shift + d` to jump to an earlier or later **day**. - Use `m` or `shift + m` to jump to the earlier or later **month**. - Use `y` or `shift + y` to jump to the earlier or later **year**. - Use `g` to go directly to a specific date ![image](https://github.com/user-attachments/assets/123d9a9b-c827-46fa-8e92-988225eeba49) ##### Multiple admins support You can now grant other users administrative permission by navigating to `Administration > Users > View Users > Edit User` and toggling the Admin option <img width="471" alt="image" src="https://github.com/user-attachments/assets/3b9f965b-573f-48f7-9ad0-6aacc01bb251" /> ##### Dev Containers There is an alternative way to set up a development environment using dev containers. For more information, refer to the [documentation](https://immich.app/docs/developer/devcontainers). Contributing has never been easier: Get started right away with a single click on this button to launch an entire development environment in GitHub’s Codespaces in the cloud. [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/immich-app/immich/) Along with the highlights, there are many other improvements and bug fixes. Make sure to check out the full changes below. ##### Support Immich <p align="center"> <img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!"> </p> 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 <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed ##### 🚀 Features - feat(web): granular api access controls by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18179 - feat(server): apk links API endpoint for Obtainium Android mobile-server version sync by [@&#8203;NicholasFlamy](https://github.com/NicholasFlamy) in https://github.com/immich-app/immich/pull/18700 - feat: delta sync by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/18428 - feat(web): improved user onboarding by [@&#8203;bwees](https://github.com/bwees) in https://github.com/immich-app/immich/pull/18782 - feat(mobile): add album description functionality by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/18886 - feat(web): add a user setting for default album sort order. by [@&#8203;dagstuan](https://github.com/dagstuan) in https://github.com/immich-app/immich/pull/18950 - feat(mobile): hash assets in isolate by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/18924 - feat(server): add /search/statistics resource by [@&#8203;jpg0](https://github.com/jpg0) in https://github.com/immich-app/immich/pull/18885 - feat(mobile): add cast support by [@&#8203;bwees](https://github.com/bwees) in https://github.com/immich-app/immich/pull/18341 - feat(server): Add album filter to search by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/18985 - feat(web): manage admin users by [@&#8203;nosajthenitram](https://github.com/nosajthenitram) in https://github.com/immich-app/immich/pull/15380 ##### 🌟 Enhancements - feat: keyboard navigation to timeline by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/17798 - chore: vchord 0.4.1 by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18588 - feat(web): tag shortcut by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18711 - feat(server): log failed healthchecks to server container stderr in verbose mode by [@&#8203;skatsubo](https://github.com/skatsubo) in https://github.com/immich-app/immich/pull/18709 - feat(web): make google cast opt in by [@&#8203;bwees](https://github.com/bwees) in https://github.com/immich-app/immich/pull/18514 - feat: start oauth with `autoLaunch=1` by [@&#8203;Yetangitu](https://github.com/Yetangitu) in https://github.com/immich-app/immich/pull/18763 - feat: add --json-output option to upload command by [@&#8203;ferdinandyb](https://github.com/ferdinandyb) in https://github.com/immich-app/immich/pull/18845 - feat: upload assets to locked folder by [@&#8203;arnolicious](https://github.com/arnolicious) in https://github.com/immich-app/immich/pull/18806 - feat(web): improve slideshow quality of life by [@&#8203;dagstuan](https://github.com/dagstuan) in https://github.com/immich-app/immich/pull/18778 - feat(mobile): Improve language setting UI by [@&#8203;dvbthien](https://github.com/dvbthien) in https://github.com/immich-app/immich/pull/18854 - feat(mobile): add bulk download functionality by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/18878 - feat(web): undo delete by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/18729 - feat(web): display number of likes in asset viewer by [@&#8203;robinbrisa](https://github.com/robinbrisa) in https://github.com/immich-app/immich/pull/18911 - feat(web): Change the primary asset of a stack by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/18913 - feat(web): Focus on combo box input when opening add tag modal by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/18923 - feat(mobile): Capitalize first letter when add / edit name by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/19005 - feat(mobile): update maplibre to support PMTiles in the mobile app by [@&#8203;savely-krasovsky](https://github.com/savely-krasovsky) in https://github.com/immich-app/immich/pull/19016 - refactor(web): tree data structure for folder and tag views by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18980 - feat(mobile): enabled DCM by [@&#8203;atollk](https://github.com/atollk) in https://github.com/immich-app/immich/pull/17957 - feat(server): add memories statistics resource by [@&#8203;jpg0](https://github.com/jpg0) in https://github.com/immich-app/immich/pull/19035 - feat(mobile): Add Scrollbar for vertical scrolling on the actions button multi-select by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/18940 - feat: pass filename in body on asset upload by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/19138 - feat: duplicate delete groups api by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/19142 - feat: service worker cache static app resources, and all entry points by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/18043 - feat: improve mobile screen reader accessibility by [@&#8203;atollk](https://github.com/atollk) in https://github.com/immich-app/immich/pull/17876 - feat: devcontainers by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/18007 - fix(web): OAuth quota size by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18526 - feat(server): lru cache for query embeddings by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/19181 - fix: partner asset and exif sync backfill by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/19224 - feat(web): wasm justified layout by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/19150 ##### 🐛 Bug fixes - fix(mobile): local albums translation by [@&#8203;waclaw66](https://github.com/waclaw66) in https://github.com/immich-app/immich/pull/18637 - fix(web): hide map button when disable by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18743 - fix: pinch zoom in mobile app by [@&#8203;toamz](https://github.com/toamz) in https://github.com/immich-app/immich/pull/18744 - fix(mobile): double swipe by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/18749 - fix(mobile): android status bar overlays icon in map by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in https://github.com/immich-app/immich/pull/18780 - fix(web): datetime in storage template example by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in https://github.com/immich-app/immich/pull/18784 - fix: oauth by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/18725 - fix(mobile): center loading spinner in people page by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in https://github.com/immich-app/immich/pull/18781 - fix(mobile): group settings not respected without restart by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/18823 - fix(server): cannot share album to owner by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18802 - fix(mobile): Set the currentAsset to the asset clicked when opening an asset from folders by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/18825 - fix(mobile): notification, dialog that don't translate properly by [@&#8203;dvbthien](https://github.com/dvbthien) in https://github.com/immich-app/immich/pull/18827 - fix(web): Improve zoom behavior in photo-viewer. by [@&#8203;dagstuan](https://github.com/dagstuan) in https://github.com/immich-app/immich/pull/18803 - fix(server): tighten asset visibility by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18699 - fix(mobile): Showing videos of partner in search page quick links by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/18855 - fix(mobile): photo\_manager ignore filters by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/18742 - fix(mobile): reset current asset if we try to go on a activity list page by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/18895 - fix(mobile): t function localization by [@&#8203;waclaw66](https://github.com/waclaw66) in https://github.com/immich-app/immich/pull/18768 - fix(web): asset-viewer error when selecting a stacked asset by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/18881 - fix(web): persisted store by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18385 - chore(server): cleanup unused query parameters in time bucket by [@&#8203;jinxuan-owyong](https://github.com/jinxuan-owyong) in https://github.com/immich-app/immich/pull/18893 - fix(web): add tag button not using translation by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/18910 - fix(mobile): prevent upload intent replacement in splash screen and reset upload button when minimize app by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/18914 - fix: thumbnail fade in by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/18935 - fix: regression: sort day by fileCreatedAt again by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/18732 - fix(web): Update add to album notification to better announce errors by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/18955 - fix(web): improve asset name readability in dark mode by [@&#8203;jinxuan-owyong](https://github.com/jinxuan-owyong) in https://github.com/immich-app/immich/pull/19012 - fix(mobile): share asset back button exit application by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/18919 - fix(mobile): people collection page layout broken in landscape by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/19004 - fix(mobile): After editing people name, back button close the app by [@&#8203;JobiJoba](https://github.com/JobiJoba) in https://github.com/immich-app/immich/pull/18992 - fix(web): handling historical timezones in web client by [@&#8203;dahool](https://github.com/dahool) in https://github.com/immich-app/immich/pull/18905 - fix(mobile): fix nested MaterialApp by [@&#8203;dvbthien](https://github.com/dvbthien) in https://github.com/immich-app/immich/pull/18998 - chore: catch migration error by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/19096 - fix: count album comments and likes correctly by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/19114 - fix: don't show comments or likes for trashed assets by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/19113 - fix: album comment count including trashed assets by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/19117 - fix(server): add basic auth support by [@&#8203;elliotbrandwein](https://github.com/elliotbrandwein) in https://github.com/immich-app/immich/pull/16740 - chore: callback quotes by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/19126 - fix(web): properly update activityManager when browsing assets by [@&#8203;robinbrisa](https://github.com/robinbrisa) in https://github.com/immich-app/immich/pull/18909 - fix: cli upload deletes files that failed uploading by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/19140 - fix: skip locked photos during duplicate scan. by [@&#8203;endthestart](https://github.com/endthestart) in https://github.com/immich-app/immich/pull/19105 - fix(web): small issues with the memory viewer. by [@&#8203;dagstuan](https://github.com/dagstuan) in https://github.com/immich-app/immich/pull/19184 - fix(mobile): add translate extension by [@&#8203;dvbthien](https://github.com/dvbthien) in https://github.com/immich-app/immich/pull/18942 - fix: disable map fly animation when switching between assets by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/19223 - fix(web): Asset viewer stack thumbnails overflow on top of asset by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/19088 - fix(web): MemoryStore does not initialize on direct navigation by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/18947 - fix(mobile): correct share option for local asset by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/19233 ##### 📚 Documentation - fix: cursed knowledge date index by [@&#8203;bo0tzz](https://github.com/bo0tzz) in https://github.com/immich-app/immich/pull/18801 - chore: document backup ordering by [@&#8203;bo0tzz](https://github.com/bo0tzz) in https://github.com/immich-app/immich/pull/18807 - chore: more cursed knowledge by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/18932 - docs: update instructions for external libraries by [@&#8203;WhyNotHugo](https://github.com/WhyNotHugo) in https://github.com/immich-app/immich/pull/19080 - chore(docs): add rename note to synology.md by [@&#8203;YishGene](https://github.com/YishGene) in https://github.com/immich-app/immich/pull/17425 - docs: update the picture showing administration link by [@&#8203;jump](https://github.com/jump) in https://github.com/immich-app/immich/pull/19203 - chore: update truenas repo link by [@&#8203;khmyznikov](https://github.com/khmyznikov) in https://github.com/immich-app/immich/pull/19195 ##### 🌐 Translations - fix: Update locked folder text and improve translations by [@&#8203;dvbthien](https://github.com/dvbthien) in https://github.com/immich-app/immich/pull/18622 - fix: update en.json by [@&#8203;aviv926](https://github.com/aviv926) in https://github.com/immich-app/immich/pull/18835 - fix: translation in the tag people window by [@&#8203;nextmwa](https://github.com/nextmwa) in https://github.com/immich-app/immich/pull/18777 - feat(mobile): Add new language to mobile by [@&#8203;dvbthien](https://github.com/dvbthien) in https://github.com/immich-app/immich/pull/18891 - fix(web): add tag button tooltip not using translation by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/18921 - fix(web): Remove tag buttons in search and modal missing tooltip translations by [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) in https://github.com/immich-app/immich/pull/19087 - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in https://github.com/immich-app/immich/pull/18530 - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in https://github.com/immich-app/immich/pull/19127 ##### New Contributors - [@&#8203;Yetangitu](https://github.com/Yetangitu) made their first contribution in https://github.com/immich-app/immich/pull/18763 - [@&#8203;ferdinandyb](https://github.com/ferdinandyb) made their first contribution in https://github.com/immich-app/immich/pull/18845 - [@&#8203;JobiJoba](https://github.com/JobiJoba) made their first contribution in https://github.com/immich-app/immich/pull/18825 - [@&#8203;dagstuan](https://github.com/dagstuan) made their first contribution in https://github.com/immich-app/immich/pull/18803 - [@&#8203;nextmwa](https://github.com/nextmwa) made their first contribution in https://github.com/immich-app/immich/pull/18777 - [@&#8203;xCJPECKOVERx](https://github.com/xCJPECKOVERx) made their first contribution in https://github.com/immich-app/immich/pull/18881 - [@&#8203;robinbrisa](https://github.com/robinbrisa) made their first contribution in https://github.com/immich-app/immich/pull/18911 - [@&#8203;jpg0](https://github.com/jpg0) made their first contribution in https://github.com/immich-app/immich/pull/18885 - [@&#8203;WhyNotHugo](https://github.com/WhyNotHugo) made their first contribution in https://github.com/immich-app/immich/pull/19080 - [@&#8203;nosajthenitram](https://github.com/nosajthenitram) made their first contribution in https://github.com/immich-app/immich/pull/15380 - [@&#8203;elliotbrandwein](https://github.com/elliotbrandwein) made their first contribution in https://github.com/immich-app/immich/pull/16740 - [@&#8203;YishGene](https://github.com/YishGene) made their first contribution in https://github.com/immich-app/immich/pull/17425 - [@&#8203;endthestart](https://github.com/endthestart) made their first contribution in https://github.com/immich-app/immich/pull/19105 - [@&#8203;jump](https://github.com/jump) made their first contribution in https://github.com/immich-app/immich/pull/19203 - [@&#8203;khmyznikov](https://github.com/khmyznikov) made their first contribution in https://github.com/immich-app/immich/pull/19195 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.134.0...v1.135.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-05-27 00:06:33 +00:00
renovate force-pushed renovate/immich-app-images from 8c6c0de1af to f9b2527700 2025-05-27 18:02:06 +00:00 Compare
renovate changed title from Update Immich containers to v1.133.1 to Update Immich containers to v1.134.0 2025-05-27 18:02:09 +00:00
renovate changed title from Update Immich containers to v1.134.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 2025-05-28 00:06:07 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 to Update Immich containers to v1.134.0 2025-05-28 02:01:49 +00:00
renovate changed title from Update Immich containers to v1.134.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 2025-05-28 12:01:41 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 to Update Immich containers to v1.134.0 2025-05-28 14:01:35 +00:00
renovate changed title from Update Immich containers to v1.134.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 2025-05-29 12:01:31 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 to Update Immich containers to v1.134.0 2025-05-29 14:01:34 +00:00
renovate changed title from Update Immich containers to v1.134.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 2025-05-31 22:06:48 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 to Update Immich containers to v1.134.0 2025-06-13 00:01:41 +00:00
renovate changed title from Update Immich containers to v1.134.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 2025-06-13 06:01:31 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 to Update Immich containers to v1.134.0 2025-06-13 08:01:31 +00:00
renovate changed title from Update Immich containers to v1.134.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 2025-06-13 10:01:30 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 to Update Immich containers to v1.134.0 2025-06-13 14:02:56 +00:00
renovate changed title from Update Immich containers to v1.134.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 2025-06-13 16:01:57 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 to Update Immich containers to v1.134.0 2025-06-13 20:01:28 +00:00
renovate changed title from Update Immich containers to v1.134.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 2025-06-13 22:01:27 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 to Update Immich containers to v1.134.0 2025-06-14 00:01:31 +00:00
renovate changed title from Update Immich containers to v1.134.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 2025-06-14 02:02:11 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 to Update Immich containers to v1.134.0 2025-06-14 04:01:33 +00:00
renovate changed title from Update Immich containers to v1.134.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 2025-06-16 12:01:40 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 to Update Immich containers to v1.134.0 2025-06-16 16:01:53 +00:00
renovate changed title from Update Immich containers to v1.134.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 2025-06-16 18:01:37 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 to Update Immich containers to v1.134.0 2025-06-16 20:01:52 +00:00
renovate changed title from Update Immich containers to v1.134.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 2025-06-17 08:01:37 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 to Update Immich containers to v1.134.0 2025-06-17 10:01:38 +00:00
renovate changed title from Update Immich containers to v1.134.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 2025-06-17 12:01:35 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 to Update Immich containers to v1.134.0 2025-06-17 14:01:43 +00:00
renovate changed title from Update Immich containers to v1.134.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 2025-06-17 16:01:36 +00:00
renovate force-pushed renovate/immich-app-images from f9b2527700 to ba8e009eef 2025-06-19 00:03:09 +00:00 Compare
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.135.0 2025-06-19 00:03:10 +00:00
renovate force-pushed renovate/immich-app-images from ba8e009eef to e959354db7 2025-06-19 14:01:45 +00:00 Compare
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.135.0 to Update Immich containers to v1.135.0 2025-06-19 14:01:46 +00:00
renovate changed title from Update Immich containers to v1.135.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.135.0 2025-06-19 16:01:31 +00:00
renovate force-pushed renovate/immich-app-images from e959354db7 to 343301fb27 2025-06-19 18:01:51 +00:00 Compare
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.135.0 to Update Immich containers to v1.135.1 2025-06-19 18:01:53 +00:00
renovate changed title from Update Immich containers to v1.135.1 to Update ghcr.io/immich-app/immich-server Docker tag to v1.135.1 2025-06-19 20:01:32 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.135.1 to Update Immich containers to v1.135.1 2025-06-19 22:01:42 +00:00
renovate changed title from Update Immich containers to v1.135.1 to Update ghcr.io/immich-app/immich-server Docker tag to v1.135.1 2025-06-20 00:01:40 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.135.1 to Update Immich containers to v1.135.1 2025-06-20 02:02:01 +00:00
renovate changed title from Update Immich containers to v1.135.1 to Update ghcr.io/immich-app/immich-server Docker tag to v1.135.1 2025-06-20 04:01:36 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.135.1 to Update Immich containers to v1.135.1 2025-06-20 14:01:42 +00:00
renovate force-pushed renovate/immich-app-images from 343301fb27 to 0d9a89b0fa 2025-06-20 16:01:51 +00:00 Compare
renovate changed title from Update Immich containers to v1.135.1 to Update Immich containers to v1.135.2 2025-06-20 16:01:53 +00:00
renovate changed title from Update Immich containers to v1.135.2 to Update ghcr.io/immich-app/immich-server Docker tag to v1.135.2 2025-06-20 18:01:30 +00:00
renovate force-pushed renovate/immich-app-images from 0d9a89b0fa to 86d7db2958 2025-06-20 22:01:59 +00:00 Compare
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.135.2 to Update Immich containers to v1.135.3 2025-06-20 22:02:02 +00:00
renovate changed title from Update Immich containers to v1.135.3 to Update ghcr.io/immich-app/immich-server Docker tag to v1.135.3 2025-06-21 00:01:50 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.135.3 to Update Immich containers to v1.135.3 2025-06-21 02:02:01 +00:00
renovate changed title from Update Immich containers to v1.135.3 to Update ghcr.io/immich-app/immich-server Docker tag to v1.135.3 2025-06-21 08:01:31 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.135.3 to Update Immich containers to v1.135.3 2025-06-21 18:01:39 +00:00
renovate changed title from Update Immich containers to v1.135.3 to Update ghcr.io/immich-app/immich-server Docker tag to v1.135.3 2025-06-22 02:01:49 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.135.3 to Update Immich containers to v1.135.3 2025-06-22 04:01:41 +00:00
renovate changed title from Update Immich containers to v1.135.3 to Update ghcr.io/immich-app/immich-server Docker tag to v1.135.3 2025-06-22 06:01:28 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.135.3 to Update Immich containers to v1.135.3 2025-06-22 08:01:38 +00:00
renovate force-pushed renovate/immich-app-images from 86d7db2958 to 48840f2c9e 2025-07-12 16:02:16 +00:00 Compare
remoll merged commit d02eb7428f into main 2025-07-12 16:42:06 +00:00
remoll deleted branch renovate/immich-app-images 2025-07-12 16:42:06 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: remoll/k3s-infra#463
No description provided.