Immich v1.107.1 Release

요약

v1.107.1

이번 릴리스는 서버에는 변경사항이 없습니다. 이 릴리스는 주로 모바일 앱을 위한 것이며, 새 이미지를 가져올 필요는 없습니다.

핫픽스

타임라인 디스플레이의 기본 동작을 변경하는 것에 대한 사용자 의견을 받은 후, 우리는 이전 동작으로 되돌리기로 결정했습니다. 기본적으로 타임라인에 표시될 앨범을 선택할 수 있고, 기본 설정과 백업용으로 선택된 앨범을 분리할 수 있는 적절한 구현 방법에 대해 작업할 예정입니다.

이번 변경으로 인해 사용자에게 불편을 끼쳐드려 죄송합니다. 앞으로 이와 같은 변경은 커뮤니티 토론을 거칠 예정입니다.

  • Android에서 지도 충돌 수정
  • 모바일 타임라인에서 모든 에셋을 기본으로 표시하도록 변경 취소

편의를 위해 v1.107.0 릴리스 노트를 포함합니다.


주요 변경사항

Immich의 v1.107.0 버전에 온 것을 환영합니다. 이 릴리스에서는 여러 버그 수정과 많은 새로운 언어의 번역, 이전 릴리스에서의 최신 기능의 개선, 그리고 모바일 앱의 기본 타임라인 디스플레이 방식 변경이 포함되어 있습니다. 아래 몇 가지 주요 변경사항을 확인하세요:

  • 중복 제거 UI 개선 - 다중 중복 해결, 전체 화면에서 중복 확인
  • 모바일 앱을 위한 사용자 정의 요청 헤더
  • 얼굴 인식이 이제 더 많은 얼굴을 인식합니다.

중복 제거 UI 개선

피드백 주신 모든 분들께 감사드립니다! 중복 제거 UI에는 이제 모든 중복 그룹에 적용되는 두 가지 일괄 작업이 추가되었습니다: 자동으로 중복 에셋 제거 및 모든 중복 유지. 이렇게 함으로써 수천 개의 중복 그룹을 관리하는 것이 훨씬 효율적으로 가능해졌습니다.

또한 이제 전체 화면에서 중복 에셋을 볼 수 있도록하여 어떤 에셋을 보관할지 결정하기가 더 쉬워졌습니다. 카드에는 즐겨찾기된 사진에 대한 상태도 추가되었습니다.

모바일 앱을 위한 사용자 정의 요청 헤더

@matejkramny님의 기여로, 이제 모바일 앱에서 모든 요청에 사용자 정의 헤더를 추가할 수 있습니다. 이 메커니즘은 Cloudflare의 Zero Trust Service를 사용하는 많은 사용자들에게 도움이 될 것입니다.

이 설정은 앱의 설정 > 고급 > 사용자 정의 프록시 헤더에서 액세스할 수 있습니다.

얼굴 인식 개선

인식 데이터의 색인 방법이 변경되어, 이제 얼굴 인식은 특정 사람의 얼굴로 인식될 확률이 높아졌습니다. 이는 더 많은 에셋이 완전한 얼굴 인식을 가지게 되며, 초기 클러스터링에서 중복되는 사람 수가 줄어듭니다. 또한 이 변경사항의 일부로 얼굴 인식이 더욱 빨라졌습니다.

작업 패널의 얼굴 인식에서 누락 버튼을 클릭하면 이 변경사항이 기존 에셋에 적용됩니다. (이는 주기적으로 실행되므로, 명시적으로 얼굴 인식을 실행하지 않아도 곧 효과가 나타날 것입니다.)

변경사항

📱 모바일

기타 변경사항

전체 변경사항: https://github.com/immich-app/immich/compare/v1.107.0...

원문 내용

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.

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...

링크 : https://github.com/immich-app/immich/releases/tag/v1.107.1