Immich v1.117.0 Release
요약
v1.117.0
주요 변경 사항
Immich의 릴리스 v1.117.0
에 오신 것을 환영합니다. 이 릴리스에서는 앱에 대한 버그 수정 및 추가적인 개선 사항을 제공하고 있습니다. 아래 주요 변경 사항을 살펴보겠습니다:
- 더 나은 폴더 확인
- 다운로드 알림 (모바일)
- 지원 및 피드백 링크 (웹)
- 업그레이드 히스토리
- 자산 섬네일 개선
더 나은 폴더 확인
이 릴리스에서는 .immich
관련 확인 작업에서 몇 가지 문제가 더 수정되었습니다.
.immich
가 이미 존재하지만 마운트 확인이 비활성화되어 있지 않을 때 오류를 무시합니다.- 시스템 무결성에 대한 문서 페이지 추가
- 마운트 확인을 건너뛰는 환경 옵션 추가 (
IMMICH_IGNORE_MOUNT_CHECK_ERRORS=true
)
다운로드 알림 (모바일)
다운로드는 이제 진행 상황을 표시하고 취소할 수 있습니다.
지원 및 피드백 링크 (웹)
사용자가 문서, 소스 코드, discord 등을 더 쉽게 찾을 수 있도록 Immich 웹 응용 프로그램에 링크가 추가되었습니다. 또한 타사 패키지는 자체 링크를 추가로 포함할 수 있습니다.
v1.117.0
- Ignore errors when
.immich
already exists, but mount checks aren't enabled - Add a docs page about System Integrity
- Add an env option to skip mount checks (
IMMICH_IGNORE_MOUNT_CHECK_ERRORS=true
)
Download notifications (mobile)
Downloads now show their progress and can be canceled
Support and feedback links (web)
Links have been added to the Immich web application to help users more easily find our documentation, source code, discord, etc. Also, third party packages have the option to additionally include their own links.
Upgrade history
Clicking on the server build number on the web will now also show upgrade history, in addition to other build information.
In the future we may look at combining this information with the new support/help modal.
Light | Dark |
---|---|
Asset thumbnail improvements
Combined jobs
Thumbnails are critical to keep Immich feeling snappy. We currently generate a "preview" (large), a "thumbnail" (small), and a "thumbhash" (very small) for each asset. Prior to this release each version for each asset was a separate job. Now they have been combined into a single job, per asset. This makes the jobs page much more accurate and useful. It also means thumbnails generate faster, and use less system resources (see below).
In order from left to right:
- Previews generation start on old version
- Previews generation completed old version (starting thumbnails)
- Thumbnail generation finished old version
- Thumbnail generation started on new version
- Thumbnail generation finished on new version
Common settings
Previews and thumbnails can now both set desired format
, resolution
, and quality
settings.
Support Immich
If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app.
Cheers! 🍻
What's Changed
🚀 Features
- feat: support and feedback modal with third party support by @zackpollard in #13056
- feat: track upgrade history by @jrasm91 in #13097
🌟 Enhancements
- feat(server): better transcoding logs by @mertalev in #13000
- feat(server): separate quality for thumbnail and preview images by @mertalev in #13006
- feat(server): generate all thumbnails for an asset in one job by @mertalev in #13012
- feat(mobile): enhance download operations by @alextran1502 in #12973
- feat(server): parse offset from "Image_UTC_Data" (Samsung) by @C-Otto in #13080
- feat(server): better mount checks by @jrasm91 in #13092
🐛 Bug fixes
- fix(server): "all" button for facial recognition deleting faces instead of unassigning them by @mertalev in #13042
- fix(server):
/search/random
failing with certain options by @mertalev in #13040 - fix(mobile): share to error by @alextran1502 in #13044
- fix: deletedAt not set for offline assets during 1.116.0 migration by @zackpollard in #13086
- fix(server): offline assets don't restore when coming back online by @zackpollard in #13087
📚 Documentation
- docs: update config file by @mertalev in #13041
- fix(docs): Update TrueNAS installation docs by @PetrSvirak in #13017
🌐 Translations
- chore(web): update translations by @weblate in #12938
- chore: add more languages by @danieldietzler in #13127
New Contributors
- @PetrSvirak made their first contribution in #13017
Full Changelog: v1.116.2...v1.117.0
링크 : https://github.com/immich-app/immich/releases/tag/v1.117.0