Update ghcr.io/immich-app/immich-server Docker tag to v1.132.3 - autoclosed #402

Closed
renovate wants to merge 1 commits from renovate/ghcr.io-immich-app-immich-server-1.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
ghcr.io/immich-app/immich-server Kustomization minor v1.131.2 -> v1.132.3

Release Notes

immich-app/immich (ghcr.io/immich-app/immich-server)

v1.132.3

Compare Source

v1.132.3

Bug fixes

  • Opt-in delete sync is now available on Android!
    We found an alternative method to achieve this. The feature is now available on Android. We are excited to hear about your experience with the feature. Please read this note about the feature
  • Fixes an issue where the mobile app cannot log in with an instance using Authelia for OAuth.

[!IMPORTANT]
Please update your Authelia config with the following property

token_endpoint_auth_method: "client_secret_post"
  • Fixes an issue where navigating to the Library page could trigger a location permission request
  • Fixes an issue where the mobile app might rehash some of the assets

What's Changed

🐛 Bug fixes
📚 Documentation

New Contributors

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

v1.132.1

Compare Source

v1.132.1

Hotfixes

  • Reverting the opt-in delete synchronization in this release 😢. There is an issue with getting the Google PlayStore to approve the app with the new permission needed for this feature. We are exploring alternative routes to preserve this feature and will push out another update as soon as possible
  • Fixes an issue where the server does not start on ARM devices

What's Changed

🐛 Bug fixes

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

v1.132.0

Compare Source

v1.132.0

Highlights

[!NOTE]
We are now using Valkey's image for the Redis service in the default docker-compose.yml template. This is not a required change. If you wish to use it, you can download the docker-compose.yml file at the bottom of the release notes and replace the redis image with the new one.

Welcome to version v1.132.0 of Immich.

This release marks an exciting milestone, inching one step closer to the stable release. The server no longer relies on TypeORM (database object-relational mapping); from this point forward, we utilize our own schema and migration management tool, integrated with Kysely. Related, the mobile app will also begin to use a new database, SQLite. Over the next few releases, we plan to roll out a new, efficient sync implementation using SQLite, which should improve startup time and reduce jankiness, especially when working with large media collections.

In addition to the two milestones mentioned above, this release also features new enhancements, bug fixes, and other notable additions. Please see the highlights below.

  • Opt-in web-mobile delete action synchronization on Android
  • Improve web responsive design on mobile devices
  • Migrate mobile app translations to Weblate
  • Improve mobile app map performance
Opt-in web-mobile delete synchronization (Android only)

This update includes a new, optional feature currently in an experimental phase. It aims to synchronize deletion actions between the Immich web interface and your connected Android device.

If you choose to enable this feature (Settings > Advanced > Sync remote deletion), trashing, deleting, or restoring a photo or video through the Immich web interface will result in the corresponding action being taken on the file on your Android phone. This functionality is intended to prevent the need to perform the same trash action separately on both Immich and your phone.

When this feature is active, the sequence of events is as follows:

  1. Your photos get backed up from your phone to Immich.
  2. Later, you use the Immich website to trash some of those photos.
  3. The next time you open the Immich app on your phone, the app will find those photos you trashed on the website and move them to your phone's trash folder for you.
  4. If you choose to restore the asset from Immich’s trash, it will also be moved out of your phone’s trash folder.

Note: The location of the phone's trash folder varies by device. For example, Samsung devices often use the Gallery app's trash, while Google Pixel devices may use the Files app's trash.)

Improve web responsive design on mobile devices.

This release makes significant improvements to the browsing experience of the web app on mobile devices. The sidebar is now collapsible, leaving more space to view the timeline. We’ve also changed the size of the images in the timeline on mobile, with the hope of making more images visible at once.

Just as we thought we had squeezed every ounce of performance out of the timeline scrolling, a wizard in the contributor team pushed it even further. The need for speed is real! We hope you enjoy it.
Mobile app translations have been migrated to Weblate.

The i18n on the mobile app, previously managed with Localizely, has now been migrated to Weblate. Anyone can help with translation without needing to obtain an invitation from us.

Along with those changes, we have made many more improvements to the quality of the server, web, and mobile app. We hope you enjoy those as well.

Support Immich

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

What's Changed

🚨 Breaking Changes
🔒 Security
🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations

New Contributors

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

v1.131.3

Compare Source

v1.131.3

Hotfixes

  • Fixes an issue where the mobile app shows incorrect memories.
  • Fixes an issue where the web timeline doesn't load when there is a blank locale.
  • Fixes an issue where the full-size image doesn't migrate correctly.
  • Fixes an issue where the select-all button doesn't reflect the correct selection state.

What's Changed

🐛 Bug fixes

New Contributors

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


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 this update 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-server](https://github.com/immich-app/immich) | Kustomization | minor | `v1.131.2` -> `v1.132.3` | --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-server)</summary> ### [`v1.132.3`](https://github.com/immich-app/immich/releases/tag/v1.132.3) [Compare Source](https://github.com/immich-app/immich/compare/v1.132.1...v1.132.3) ### v1.132.3 #### Bug fixes - Opt-in delete sync is now available on Android! We found an alternative method to achieve this. The feature is now available on Android. We are excited to hear about your experience with the feature. Please read this [note](https://github.com/immich-app/immich/releases/tag/v1.132.0) about the feature - Fixes an issue where the mobile app cannot log in with an instance using Authelia for OAuth. > \[!IMPORTANT] > Please update your Authelia config with the following property > > token_endpoint_auth_method: "client_secret_post" - Fixes an issue where navigating to the Library page could trigger a location permission request - Fixes an issue where the mobile app might rehash some of the assets <!-- Release notes generated using configuration in .github/release.yml at v1.132.3 --> #### What's Changed ##### 🐛 Bug fixes - fix(mobile): auto trash using MANAGE_MEDIA by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/17828 - fix(mobile): mobile migration logic by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/17865 - fix(mobile): revert get location on app start by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in https://github.com/immich-app/immich/pull/17882 - fix: Authelia OAuth code verifier value contains invalid characters by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/17886 ##### 📚 Documentation - fix(docs): incorrect date sorting by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/17858 - docs: update MapTiler name by [@&#8203;MartinMikita](https://github.com/MartinMikita) in https://github.com/immich-app/immich/pull/17863 #### New Contributors - [@&#8203;MartinMikita](https://github.com/MartinMikita) made their first contribution in https://github.com/immich-app/immich/pull/17863 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.132.1...v1.132.3 ### [`v1.132.1`](https://github.com/immich-app/immich/releases/tag/v1.132.1) [Compare Source](https://github.com/immich-app/immich/compare/v1.132.0...v1.132.1) ### v1.132.1 #### Hotfixes - Reverting the opt-in delete synchronization in this release 😢. There is an issue with getting the Google PlayStore to approve the app with the new permission needed for this feature. We are exploring alternative routes to preserve this feature and will push out another update as soon as possible - Fixes an issue where the server does not start on ARM devices <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### 🐛 Bug fixes - fix(server): bump sharp by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/17818 - chore: reverting opt-in deletion feature by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/17819 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.132.0...v1.132.1 ### [`v1.132.0`](https://github.com/immich-app/immich/releases/tag/v1.132.0) [Compare Source](https://github.com/immich-app/immich/compare/v1.131.3...v1.132.0) ### v1.132.0 #### Highlights > \[!NOTE]\ > We are now using Valkey's image for the Redis service in the default docker-compose.yml template. This is not a required change. If you wish to use it, you can download the `docker-compose.yml` file at the bottom of the release notes and replace the redis image with the new one. Welcome to version `v1.132.0` of Immich. This release marks an exciting milestone, inching one step closer to the stable release. The server no longer relies on TypeORM (database object-relational mapping); from this point forward, we utilize our own schema and migration management tool, integrated with Kysely. Related, the mobile app will also begin to use a new database, SQLite. Over the next few releases, we plan to roll out a new, efficient sync implementation using SQLite, which should improve startup time and reduce jankiness, especially when working with large media collections. In addition to the two milestones mentioned above, this release also features new enhancements, bug fixes, and other notable additions. Please see the highlights below. - Opt-in web-mobile delete action synchronization on Android - Improve web responsive design on mobile devices - Migrate mobile app translations to Weblate - Improve mobile app map performance ##### Opt-in web-mobile delete synchronization (Android only) This update includes a new, optional feature currently in an experimental phase. It aims to synchronize deletion actions between the Immich web interface and your connected Android device. <p align="center"> <img src="https://github.com/user-attachments/assets/f24bc239-84a4-423a-bc44-45213ab514a3" width="300"/> </p> If you choose to enable this feature (`Settings > Advanced > Sync remote deletion`), trashing, deleting, or restoring a photo or video through the Immich web interface will result in the corresponding action being taken on the file on your Android phone. This functionality is intended to prevent the need to perform the same trash action separately on both Immich and your phone. When this feature is active, the sequence of events is as follows: 1. Your photos get backed up from your phone to Immich. 2. Later, you use the **Immich website** to trash some of those photos. 3. The **next time you open the Immich app on your phone**, the app will find those photos you trashed on the website and move them to your phone's trash folder for you. 4. If you choose to **restore** the asset from Immich’s trash, it will also be moved out of your phone’s trash folder. > *Note: The location of the phone's trash folder varies by device. For example, Samsung devices often use the Gallery app's trash, while Google Pixel devices may use the Files app's trash.)* ##### Improve web responsive design on mobile devices. This release makes significant improvements to the browsing experience of the web app on mobile devices. The sidebar is now collapsible, leaving more space to view the timeline. We’ve also changed the size of the images in the timeline on mobile, with the hope of making more images visible at once. <p align="center"> <img src="https://github.com/user-attachments/assets/3ff6037e-d009-4b34-9453-cb038abb19b6" width="300"/> </p> Just as we thought we had squeezed every ounce of performance out of the timeline scrolling, a wizard in the contributor team pushed it even further. The need for speed is real! We hope you enjoy it. ##### Mobile app translations have been migrated to Weblate. The i18n on the mobile app, previously managed with Localizely, has now been migrated to Weblate. Anyone can help with translation without needing to obtain an invitation from us. Along with those changes, we have made many more improvements to the quality of the server, web, and mobile app. We hope you enjoy those as well. #### 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 purchase our merchandise at https://immich.store #### What's Changed ##### 🚨 Breaking Changes - refactor: notification-admin controller by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/17748 ##### 🔒 Security - fix: various actions workflow security improvements by [@&#8203;bo0tzz](https://github.com/bo0tzz) in https://github.com/immich-app/immich/pull/17651 - feat: static analysis job for gha workflows by [@&#8203;bo0tzz](https://github.com/bo0tzz) in https://github.com/immich-app/immich/pull/17688 ##### 🚀 Features - feat(web): expand/collapse sidebar by [@&#8203;ben-basten](https://github.com/ben-basten) in https://github.com/immich-app/immich/pull/16768 - feat(mobile): sqlite by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/16861 - feat(server): Avoid face match with people born after file creation [#&#8203;4743](https://github.com/immich-app/immich/issues/4743) by [@&#8203;abhinav96](https://github.com/abhinav96) in https://github.com/immich-app/immich/pull/16918 - feat: opt-in sync of deletes and restores from web to Android by [@&#8203;aleksandrsovtan](https://github.com/aleksandrsovtan) in https://github.com/immich-app/immich/pull/16732 - feat(server): read additional lens exif tags by [@&#8203;Snowknight26](https://github.com/Snowknight26) in https://github.com/immich-app/immich/pull/17125 - feat: sync pictureFile with oidc if it isn't set already by [@&#8203;Etienne-bdt](https://github.com/Etienne-bdt) in https://github.com/immich-app/immich/pull/17397 - feat: view qr code from share modal by [@&#8203;jrasm91](https://github.com/jrasm91) in https://github.com/immich-app/immich/pull/17544 - feat(mobile): use Weblate for i18n (1) by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/17609 - feat: user sync stream by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/16862 ##### 🌟 Enhancements - feat: allow accounts with a quota of 0 GiB by [@&#8203;rubenhensen](https://github.com/rubenhensen) in https://github.com/immich-app/immich/pull/17413 - feat(web): improve individual share ux by [@&#8203;devsnek](https://github.com/devsnek) in https://github.com/immich-app/immich/pull/17430 - feat: use browser download manager for single file downloads by [@&#8203;ROODAY](https://github.com/ROODAY) in https://github.com/immich-app/immich/pull/17507 - feat: show thumbhash behind load error, if possible by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/17554 - feat: responsive: skeleton by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/17553 - feat: responsive-web: shrink mem-lane by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/17550 - chore(mobile): small visual fix and update by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/17547 - feat(server): parse EXIF creation time for some insta360 images by [@&#8203;Kirens](https://github.com/Kirens) in https://github.com/immich-app/immich/pull/17564 - perf(mobile): optimize date loading with batch loading by [@&#8203;andreymir](https://github.com/andreymir) in https://github.com/immich-app/immich/pull/17240 - feat: responsive controlbar by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/17601 - refactor(server): remove asset placeholder by [@&#8203;etnoy](https://github.com/etnoy) in https://github.com/immich-app/immich/pull/17621 - chore(server): don't check null dates by [@&#8203;etnoy](https://github.com/etnoy) in https://github.com/immich-app/immich/pull/17664 - feat(mobile): search on places page by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in https://github.com/immich-app/immich/pull/17679 - feat(mobile): map improvements by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in https://github.com/immich-app/immich/pull/17714 - feat: add album start and end dates for storage template by [@&#8203;exciton](https://github.com/exciton) in https://github.com/immich-app/immich/pull/17188 - perf(mobile): remove load of thumbnails in the image provider by [@&#8203;EinToni](https://github.com/EinToni) in https://github.com/immich-app/immich/pull/17773 - perf(mobile): remove small thumbnail and cache generated thumbnails by [@&#8203;EinToni](https://github.com/EinToni) in https://github.com/immich-app/immich/pull/17792 ##### 🐛 Bug fixes - fix(web): fix thumbnail hover link position by [@&#8203;Snowknight26](https://github.com/Snowknight26) in https://github.com/immich-app/immich/pull/16762 - fix(web): use original image if web compatible by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/17347 - refactor(mobile): device asset entity to use modified time by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/17064 - fix(mobile): bump isar maxSize by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/17372 - fix: reset memories on logout by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/17405 - fix(web): Video memories are played at 100% volume instead of respecting user preference by [@&#8203;Zlendy](https://github.com/Zlendy) in https://github.com/immich-app/immich/pull/17424 - fix(mobile): prevent unnecessary reload on multi user timeline by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/17418 - fix(mobile): video player restarting when device rotates by [@&#8203;Sese-Schneider](https://github.com/Sese-Schneider) in https://github.com/immich-app/immich/pull/17362 - fix(mobile): items not deselecting on back button by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in https://github.com/immich-app/immich/pull/17403 - fix(mobile): use custom filter to fetch asset path entities by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/17344 - fix(mobile): exifInfo not updated on sync by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/17407 - fix(server): Exclude album assets in shared link payload by [@&#8203;mPyKen](https://github.com/mPyKen) in https://github.com/immich-app/immich/pull/17207 - fix(mobile): hide asset description text field if user is not owner by [@&#8203;gaganyadav80](https://github.com/gaganyadav80) in https://github.com/immich-app/immich/pull/17442 - fix: broken start/end dates on album update by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/17467 - fix(mobile): adds support for Internationalized Domain Name (IDN) by [@&#8203;gaganyadav80](https://github.com/gaganyadav80) in https://github.com/immich-app/immich/pull/17461 - fix: no thumbnail generated for motion assets by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/17472 - fix(mobile): asset grid will infinitely scroll on iOS when select and… by [@&#8203;gaganyadav80](https://github.com/gaganyadav80) in https://github.com/immich-app/immich/pull/17469 - fix: patch-package install in docker build and better postgres patch by [@&#8203;bwees](https://github.com/bwees) in https://github.com/immich-app/immich/pull/17523 - fix: test_sets_default_sess_options fails if compiling with globally enabled cuda by [@&#8203;Pleune](https://github.com/Pleune) in https://github.com/immich-app/immich/pull/17516 - fix(web): mobile view double scroll layer by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/17528 - fix(web): reset search history after logout by [@&#8203;ben-basten](https://github.com/ben-basten) in https://github.com/immich-app/immich/pull/17534 - fix(mobile): remove locate asset button from trashed asset by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in https://github.com/immich-app/immich/pull/17503 - fix: live photo hiding by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/17548 - fix: responsive: long press while scroll by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/17555 - fix: occasional empty buckets, after canceled loads by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/17552 - fix(web): search bar deactivates when focus exits by [@&#8203;ben-basten](https://github.com/ben-basten) in https://github.com/immich-app/immich/pull/17549 - fix: read longitude and latitude when reverse geocoding is off by [@&#8203;atollk](https://github.com/atollk) in https://github.com/immich-app/immich/pull/17558 - fix: responsive: timeline glitch and keyboard-accessible scrubber by [@&#8203;midzelis](https://github.com/midzelis) in https://github.com/immich-app/immich/pull/17556 - fix(web): improve mobile web album viewer padding by [@&#8203;aamirazad](https://github.com/aamirazad) in https://github.com/immich-app/immich/pull/17575 - fix(mobile): exif not updated on sync by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/17633 - fix: skip places that no longer exist in geo import by [@&#8203;darookee](https://github.com/darookee) in https://github.com/immich-app/immich/pull/17637 - fix: use IMMICH_HOST in microservices by [@&#8203;yparitcher](https://github.com/yparitcher) in https://github.com/immich-app/immich/pull/17659 - fix(web): map marker positioning in details pane by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in https://github.com/immich-app/immich/pull/17754 - fix(mobile): use immutable cache keys for local images by [@&#8203;lukaszwawrzyk](https://github.com/lukaszwawrzyk) in https://github.com/immich-app/immich/pull/17794 - fix: cache build versions by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/17811 - fix: retrieve version from lockfile and fallback to cli command by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/17812 ##### 📚 Documentation - docs: fixed a wrong path in CLI docs page by [@&#8203;l0ll098](https://github.com/l0ll098) in https://github.com/immich-app/immich/pull/17369 - fix: restore mangled footnotes by [@&#8203;bo0tzz](https://github.com/bo0tzz) in https://github.com/immich-app/immich/pull/17446 - docs: Add PowerShell example for running web client only by [@&#8203;ROODAY](https://github.com/ROODAY) in https://github.com/immich-app/immich/pull/17546 - chore(doc): translation instruction for mobile app by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/17629 - chore: add immich-cli docker example by [@&#8203;ppuschmann](https://github.com/ppuschmann) in https://github.com/immich-app/immich/pull/17595 - fix(docs): Database dump warnings by [@&#8203;mmomjian](https://github.com/mmomjian) in https://github.com/immich-app/immich/pull/17676 - feat(docs): documentation update by [@&#8203;aviv926](https://github.com/aviv926) in https://github.com/immich-app/immich/pull/17720 - docs: updated community-projects.tsx: lrc-immich-plugin by [@&#8203;bmachek](https://github.com/bmachek) in https://github.com/immich-app/immich/pull/17801 ##### 🌐 Translations - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in https://github.com/immich-app/immich/pull/17254 - feat(mobile): remove duplicated i18n file by [@&#8203;AutisticShark](https://github.com/AutisticShark) in https://github.com/immich-app/immich/pull/17591 - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in https://github.com/immich-app/immich/pull/17438 - chore(web): cleanup unused translations by [@&#8203;weblate](https://github.com/weblate) in https://github.com/immich-app/immich/pull/17624 - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in https://github.com/immich-app/immich/pull/17627 - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in https://github.com/immich-app/immich/pull/17808 #### New Contributors - [@&#8203;rubenhensen](https://github.com/rubenhensen) made their first contribution in https://github.com/immich-app/immich/pull/17413 - [@&#8203;devsnek](https://github.com/devsnek) made their first contribution in https://github.com/immich-app/immich/pull/17430 - [@&#8203;aleksandrsovtan](https://github.com/aleksandrsovtan) made their first contribution in https://github.com/immich-app/immich/pull/16732 - [@&#8203;ROODAY](https://github.com/ROODAY) made their first contribution in https://github.com/immich-app/immich/pull/17507 - [@&#8203;Pleune](https://github.com/Pleune) made their first contribution in https://github.com/immich-app/immich/pull/17516 - [@&#8203;Kirens](https://github.com/Kirens) made their first contribution in https://github.com/immich-app/immich/pull/17564 - [@&#8203;atollk](https://github.com/atollk) made their first contribution in https://github.com/immich-app/immich/pull/17558 - [@&#8203;AutisticShark](https://github.com/AutisticShark) made their first contribution in https://github.com/immich-app/immich/pull/17591 - [@&#8203;EinToni](https://github.com/EinToni) made their first contribution in https://github.com/immich-app/immich/pull/17594 - [@&#8203;andreymir](https://github.com/andreymir) made their first contribution in https://github.com/immich-app/immich/pull/17240 - [@&#8203;ppuschmann](https://github.com/ppuschmann) made their first contribution in https://github.com/immich-app/immich/pull/17595 - [@&#8203;darookee](https://github.com/darookee) made their first contribution in https://github.com/immich-app/immich/pull/17637 - [@&#8203;exciton](https://github.com/exciton) made their first contribution in https://github.com/immich-app/immich/pull/17188 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.131.3...v1.132.0 ### [`v1.131.3`](https://github.com/immich-app/immich/releases/tag/v1.131.3) [Compare Source](https://github.com/immich-app/immich/compare/v1.131.2...v1.131.3) ### v1.131.3 #### Hotfixes - Fixes an issue where the mobile app shows incorrect memories. - Fixes an issue where the web timeline doesn't load when there is a blank locale. - Fixes an issue where the full-size image doesn't migrate correctly. - Fixes an issue where the select-all button doesn't reflect the correct selection state. #### What's Changed ##### 🐛 Bug fixes - fix: strip extra metadata when transcoding by [@&#8203;bo0tzz](https://github.com/bo0tzz) in https://github.com/immich-app/immich/pull/17297 - fix(mobile): getAllByRemoteId return all assets on empty arguments value by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/17263 - fix(web): date time change reactivity by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/17306 - fix(web): blank locale cause blank timeline to render by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/17284 - fix(web): select all button displays incorrectly by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/17305 - fix(server): full-size images not migrated or deleted correctly by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/17308 - fix(server): use stat instead of exifinfo for file date metadata by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/17311 #### New Contributors - [@&#8203;wuzihao051119](https://github.com/wuzihao051119) made their first contribution in https://github.com/immich-app/immich/pull/17305 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.131.2...v1.131.3 </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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44OC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODguMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-04-01 00:06:29 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.131.1 to Update ghcr.io/immich-app/immich-server Docker tag to v1.131.2 2025-04-01 14:03:45 +00:00
renovate force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 94aee217ca to d6685477a3 2025-04-01 14:03:46 +00:00 Compare
renovate force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from d6685477a3 to 72bc26ab9c 2025-04-02 00:05:57 +00:00 Compare
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.131.2 to Update ghcr.io/immich-app/immich-server Docker tag to v1.131.3 2025-04-02 00:05:57 +00:00
renovate force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 72bc26ab9c to ccce6e395c 2025-04-23 18:05:07 +00:00 Compare
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.131.3 to Update ghcr.io/immich-app/immich-server Docker tag to v1.132.0 2025-04-23 18:05:09 +00:00
renovate force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from ccce6e395c to 6ddb88c35d 2025-04-24 00:05:37 +00:00 Compare
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.132.0 to Update ghcr.io/immich-app/immich-server Docker tag to v1.132.1 2025-04-24 00:05:38 +00:00
renovate force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 6ddb88c35d to 9e1dc2a910 2025-04-24 22:05:23 +00:00 Compare
renovate force-pushed renovate/ghcr.io-immich-app-immich-server-1.x from 9e1dc2a910 to d44fc75ced 2025-04-28 16:05:23 +00:00 Compare
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.132.1 to Update ghcr.io/immich-app/immich-server Docker tag to v1.132.3 2025-04-28 16:05:25 +00:00
renovate changed title from Update ghcr.io/immich-app/immich-server Docker tag to v1.132.3 to Update ghcr.io/immich-app/immich-server Docker tag to v1.132.3 - autoclosed 2025-05-01 12:01:58 +00:00
renovate closed this pull request 2025-05-01 12:01:59 +00:00

Pull request closed

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#402
No description provided.