Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(github-release): update immich-app/immich to v1.107.2 #157

Merged
merged 1 commit into from
Jul 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
immich-app/immich minor v1.106.4 -> v1.107.2

Release Notes

immich-app/immich (immich-app/immich)

v1.107.2

Compare Source

v1.107.2

There is no mobile release for this version

Hotfixes

  • Slow loading on the people page on the web
  • Incorrect translation strings
  • Fixed an issue of able to merge the same person into one

What's Changed

🗄️ Server
📱 Mobile
🖥️ Web
🔨 Maintenance
Other changes

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

v1.107.1

Compare Source

v1.107.1

There are no changes on the server. This release is mainly for the mobile app - feel free not to pulling the new images

Hotfixes

After receiving feedback from the community about changing the timeline display's default behavior, we have decided to revert to the previous behavior. We will work on a proper implementation where you can select which album will be displayed on the timeline by default and decouple it from the album selected for backup.

I apologize for the inconvenience this change has caused and we will have a community discussion before such changes in the future.

  • Fixed map crash on Android
  • Reverted all assets are displayed as default on the mobile timeline

Include the v1.107.0 release note below for your convenience.


Highlights

Welcome to version v1.107.0 of Immich. This release includes many bug fixes, new translations from many new languages, and enhancements to the recent new features in the last release, as well as a change in the default timeline display on the mobile app. Check out some of the highlights below:

  • Enhancement to deduplication UI - bulk resolve duplicates, view duplicates in fullscreen.
  • Custom request headers for the mobile app.
  • Facial recognition now recognizes more faces.
Deduplication UI Enhancement

Thank you all for your feedback! The deduplication UI now has two bulk actions that apply to all duplicate groups: deduplicating assets automatically and keeping all duplicates. This makes managing thousands of duplication groups much more efficient.

Additionally, you can now view the duplicates in fullscreen mode, making it easier to decide which asset to keep. We also added the status for favorite photos to the card as well.

image

Custom request headers for the mobile app

Thanks to @​matejkramny, you can now add custom headers to all the requests from the mobile app. This mechanism will help many users who use Cloudflare's Zero Trust Service

You can access this setting from the app Settings > Advanced > Custom proxy headers

Facial recognition enhancement

Due to a change in how recognition data is indexed, facial recognition is now more likely to recognize a face as a particular person. This means more assets will have complete facial recognition and the initial clustering will produce fewer duplicate people. Facial recognition is also faster as part of this change.

Clicking the Missing button for Facial Recognition from the job panel will make this change apply to existing assets. (This is also run periodically, so it will soon take effect even without explicitly running facial recognition.)

What's Changed

📱 Mobile
Other changes

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

v1.107.0

Compare Source

v1.107.0

Highlights

Welcome to version v1.107.0 of Immich. This release includes many bug fixes, new translations from many new languages, and enhancements to the recent new features in the last release, as well as a change in the default timeline display on the mobile app. Check out some of the highlights below:

  • Enhancement to deduplication UI - bulk resolve duplicates, view duplicates in fullscreen.
  • Display all local assets on the mobile timeline by default.
  • Custom request headers for the mobile app.
  • Facial recognition now recognizes more faces.
Deduplication UI Enhancement

Thank you all for your feedback! The deduplication UI now has two bulk actions that apply to all duplicate groups: deduplicating assets automatically and keeping all duplicates. This makes managing thousands of duplication groups much more efficient.

Additionally, you can now view the duplicates in fullscreen mode, making it easier to decide which asset to keep. We also added the status for favorite photos to the card as well.

image

Display all local assets on the mobile app timeline

Starting from this release, all local assets will be displayed on the main timeline. This is the first step in refactoring the upload mechanism, simplifying the logic, and introducing similar behaviors to a default gallery app on your phone.

With this change, you can now view, manage, and select a certain group of photos you want to upload to Immich directly from the timeline without the need to select them first on the backup page. The album selection for backup can be used for mass backup selection like before.

Custom request headers for the mobile app

Thanks to @​matejkramny, you can now add custom headers to all the requests from the mobile app. This mechanism will help many users who use Cloudflare's Zero Trust Service

You can access this setting from the app Settings > Advanced > Custom proxy headers

Facial recognition enhancement

Due to a change in how recognition data is indexed, facial recognition is now more likely to recognize a face as a particular person. This means more assets will have complete facial recognition and the initial clustering will produce fewer duplicate people. Facial recognition is also faster as part of this change.

Clicking the Missing button for Facial Recognition from the job panel will make this change apply to existing assets. (This is also run periodically, so it will soon take effect even without explicitly running facial recognition.)

What's Changed

🗄️ Server
📱 Mobile
🖥️ Web
🧠 Machine Learning
⚡ CLI
📓 Documentation
🔨 Maintenance
Other changes

New Contributors

Full Changelog: immich-app/immich@v1.106.4...v1.107.0


Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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 Mend Renovate. View repository job log here.

Copy link

github-actions bot commented Jul 4, 2024

--- HelmRelease: media/immich Deployment: media/immich-machine-learning

+++ HelmRelease: media/immich Deployment: media/immich-machine-learning

@@ -25,13 +25,13 @@

       serviceAccountName: default
       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: immich-machine-learning
-        image: ghcr.io/immich-app/immich-machine-learning:v1.106.4
+        image: ghcr.io/immich-app/immich-machine-learning:v1.107.2
         imagePullPolicy: IfNotPresent
         env:
         - name: CPU_CORES
           value: '4'
         - name: DB_DATABASE_NAME
           value: immich
--- HelmRelease: media/immich Deployment: media/immich-server

+++ HelmRelease: media/immich Deployment: media/immich-server

@@ -25,13 +25,13 @@

       serviceAccountName: default
       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: immich-server
-        image: ghcr.io/immich-app/immich-server:v1.106.4
+        image: ghcr.io/immich-app/immich-server:v1.107.2
         imagePullPolicy: IfNotPresent
         env:
         - name: CPU_CORES
           value: '4'
         - name: DB_DATABASE_NAME
           value: immich

Copy link

github-actions bot commented Jul 4, 2024

--- kubernetes/main/apps/media/immich/app Kustomization: flux-system/immich HelmRelease: media/immich

+++ kubernetes/main/apps/media/immich/app Kustomization: flux-system/immich HelmRelease: media/immich

@@ -29,13 +29,13 @@

   values:
     env:
       CPU_CORES: 4
       IMMICH_LOG_LEVEL: verbose
       TZ: Europe/Stockholm
     image:
-      tag: v1.106.4
+      tag: v1.107.2
     immich:
       metrics:
         enabled: true
       persistence:
         library:
           existingClaim: immich-nfs

@willianpaixao willianpaixao self-requested a review July 7, 2024 11:38
@willianpaixao willianpaixao self-assigned this Jul 7, 2024
Copy link
Owner

@willianpaixao willianpaixao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@willianpaixao willianpaixao merged commit 5e9480b into main Jul 7, 2024
3 of 6 checks passed
@willianpaixao willianpaixao deleted the renovate/immich-app-immich-1.x branch July 7, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant