Immich v1.116.0 Release
요약
v1.116.0
개요
Immich의 릴리스 v1.116.0
에 오신 것을 환영합니다!
이 릴리스는 버그 수정에 계속 초점을 맞추고 있습니다. 이번 릴리스의 주요 기능은 다음과 같습니다:
- 개선된
.immich
파일 부팅 확인 - 외부 라이브러리 스캔 개선
- Welcome to release
v1.116.0
of Immich! - This release continues to focus on bug fixes, which is quite typical for us, especially after large releases. Highlights for this release include:
- Improved
.immich
file boot checks - Improved external library scanning
- Timezone improvements
- Tag clean up job
- Better person merge workflow
- Improve settings pages (web)
- Fixed possible startup failure due to .immich files
- Serve
style.json
directly fromtiles.immich.app
- New "random" api for 3rd party apps
- Notable fix: Uncaught error causes the hashing process to abort entirely in the mobile app
- Improved
- There were a small number of users who experienced problems with booting Immich after upgrading to 1.115.0. This was due to the new .immich file checks that verify your library folders are still mounted and writable. If, and only if you had problems booting 1.115.0 that persist into 1.116.0 with an error of "Unable to write .immich file, already exists", you can fix this by stopping Immich and removing the .immich files in the UPLOAD_LOCATION subfolders (upload, library, thumbnails, etc). If you experience any further problems, please do contact us on discord or via a github discussion.
- The external library scan mechanism has been reduced from four seperate options, to one. There is now a single button "Scan" that will handle all cases. Files that are offline (deleted or missing) now get hidden from the timeline and will show in the trash folder. This will become a dedicated screen in a future release. If the file comes back online, then the assets will re-appear in the main timeline and albums they were in previously. If the asset is offline for longer than the trash duration set in the admin config, the assets will be removed from immich automatically
- Previously, if the timezone of an asset was unknown, it would apply an arbitrary offset by assuming the time was UTC and adjusting it to the viewer's timezone. Now, a timezone will only be shown if it is known for the asset.
- If you have tags with no assets in them, you can remove them by running the "Tag clean up" job
here. - The merge page always uses the same direction to merge people together. The "source" gets merged into the "target". However, sometimes the target is an unnamed person. Now, in these situations, the merge direction is automatically reversed, leading to a better user experience.
- Up to this release, the immich server served the
style.json
file. That file includes the styling of the map as well as the font/glyphs/tiles provider. However, this also means that tile server updates were always bound to immich server updates. With this change, we decouple the two by serving the (static)style.json
file from the infrastructure we serve the map tiles. This is also in line with pretty much any other map/tile provider. This change will assist us in bringing map improvements to all users in the future, such as map localisation without having to manage multiple different immich versions.
However, note that this does not affect the ability to specify a differentstyle.json
URL in the admin settings. - Each setting now has a new design accordion section with a distinguishable icon to help identify it easier as the options get longer. You can also search for the administration settings by their title and subtitle in your native language.
- We are deprecating
GET /assets/random
in favor ofPOST /search/random
, which works very similar to the other search endpoints. It includes more relations and filters. In the future, we plan to add an option to search and filter by a specific album ID. - If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app.
- Cheers! 🍻
- fix(web): better merge direction by @jrasm91 in #12601
- fix(server): include partner assets in random endpoint by @jrasm91 in #12599
- feat: tag cleanup job by @jrasm91 in #12654
- feat(web): improve UI/UX for settings pages by @alextran1502 in #12626
- feat(server): sort assets randomly from the API 'api/search/metadata' endpoint by including 'order': 'rand' in the API call. by @jschwalbe in #12741
- feat: serve map tile styles from tiles.immich.cloud by @zackpollard in #12858
- feat(web): fixed combobox positioning by @ben-basten in #12848
- refactor(server): library syncing by @etnoy in #12220
- fix(web): load original panorama if specified in user settings by @Saschl in #12123
- fix(web): bucket by
localDateTime
by @jrasm91 in #12612 - fix(web): memory viewer by @jrasm91 in #12649
- fix(server): increase person search limit by @jrasm91 in #12619
- fix(web): scrollbar shows when not need by @alextran1502 in #12659
- fix(server): fix modify date extraction by @alextran1502 in #12658
- fix: empty and restore over 1,000 items by @jrasm91 in #12751
- fix(web): upgrade old style theme preference by @jrasm91 in #12775
- fix(web): asset grid with invalid asset id (at) by @jrasm91 in #12772
- fix: creating tags with leading/traling slashes by @danieldietzler in #12778
- fix(web): only show the timezone when it is known by @jrasm91 in #12779
- fix(mobile): Issue Selecting Many Albuns for Backup by @sshubhm in #12784
- fix: rework file handling so we always explicitly create, overwrite or both by @zackpollard in #12812
- fix(mobile): fix uncaught error in getting file cause hashing procses to be aborted entirely by @alextran1502 in #12826
- feat(server): validate rating by @dreadster3 in #12855
- fix(web): Fix same key for delete and stack actions by @Caesiumhydroxid in #12865
- fix: normalize external domain by @danieldietzler in #12831
- fix(server): gracefully handle unknown jobs by @jrasm91 in #12870
- fix: show asset count for unassigned faces by @danieldietzler in #12871
- fix: remove no longer needed LD_LIBRARY_PATH by @jrasm91 in #12872
- fix: set min values for face detection to reasonable values by @danieldietzler in #12877
- fix: album title state weirdness by @danieldietzler in #12874
- fix: do not use trashed assets as album covers by @jrasm91 in #12905
- fix(server): http error parsing on endpoints without a default response by @jrasm91 in #12927
- fix(web): delete non-empty album by @jrasm91 in #12937
- docs: scaling immich guide by @bo0tzz in #12593
- docs: add hint for healthcheck.start_interval by @kastl-ars in #12643
- docs: mobile architecture diagram by @fyfrey in #12841
- docs: add section for Traefik Reverse Proxy by @zp33dy in #12813
- fix(docs): typo in remote-access.md by @JonOcto in #12895
- docs: details for windows users how to change docker volume by @mmomjian in #12551
- docs: hidden files cursed knowledge by @jrasm91 in #12929
- fix(mobile): fix mn-MN.json file name by @aryiu in #12558
- chore(web): update translations by @weblate in #12590
- chore(web): update translations by @weblate in #12737
- @kastl-ars made their first contribution in #12643
- @sshubhm made their first contribution in #12784
- @zp33dy made their first contribution in #12813
- @dreadster3 made their first contribution in #12855
- @Caesiumhydroxid made their first contribution in #12865
- @jschwalbe made their first contribution in #12741
- @JonOcto made their first contribution in #12895
- @carykees98 made their first contribution in #12899
- Full Changelog: https://github.com/immich-app/immich/compare/v1.115.0...
- This discussion was created from the release
- v1.116.0
- .
- 링크 : https://github.com/immich-app/immich/releases/tag/v1.116.0
New Contributors
🌐 Translations
📚 Documentation
🐛 Bug fixes
🌟 Enhancements
What's Changed
Support Immich
New "random" API
UI improvement for settings pages
Serve style.json
directly from tiles.immich.app
Better person merge workflow
Tag cleanup job
Before | After |
---|---|