Paperless-ngx Paperless-ngx v2.16.0 Release
요약
paperless-ngx 2.16.0
중요 변경 사항
기능 / 향상
- 향상: 예정된 워크플로우에서 음수 오프셋 지원 @shamoon (#9746)
- 향상: heic 이미지 지원 @shamoon (#9771)
- 향상: 전문 문서 변경시 put 대신 patch 사용 @shamoon (#9744)
- 일상: GHA로 비서 대체 @shamoon (#9723)
버그 수정
- 향상: 태그 추가 버튼이 문서에 태그를 추가해야 함 @shamoon (#9762)
- 수정: 설정된 하위 경로를 drf-spectacular 설정에 포함 @shamoon (#9738)
- 수정: API 버전 증가로 생성 변경 처리, 생성일자 대신 프론트엔드에서만 생성 사용, 생성일자 폐지 @shamoon (#9962)
- 수정: 로고 파일을 검사 기준에서 무시해야 함 @shamoon (#9946)
유지 관리
- 지속적인 작업: 5에서 6으로 astral-sh/setup-uv 업데이트 @dependabot[bot] (#9842)
- 일상: CI 프론트엔드 e2e vs 단위 테스트 분리 @shamoon (#9851)
원문 내용
paperless-ngx 2.16.0
Breaking Changes
Features / Enhancements
- Enhancement: support negative offset in scheduled workflows @shamoon (#9746)
- Enhancement: support heic images @shamoon (#9771)
- Enhancement: use patch instead of put for frontend document changes @shamoon (#9744)
- Chore: replace secretary with GHA @shamoon (#9723)
- Fixhancement: automatically disable email verification if no smtp setup @shamoon (#9949)
- Enhancement: support negative offset in scheduled workflows @shamoon (#9746)
- Fixhancement: better handle removed social apps in profile @shamoon (#9876)
- Enhancement: add barcode frontend config @shamoon (#9742)
- Enhancement: support heic images @shamoon (#9771)
- Enhancement: support allauth disable unknown account emails @shamoon (#9743)
- Fixhancement: tag plus button should add tag to doc @shamoon (#9762)
- Fixhancement: check more permissions for status consumer messages @shamoon (#9804)
Bug Fixes
- Fixhancement: tag plus button should add tag to doc @shamoon (#9762)
- Fix: include subpath in drf-spectacular settings if set @shamoon (#9738)
- Fix: handle created change with api version increment, use created only on frontend, deprecate created_date @shamoon (#9962)
- Fix: ignore logo file from sanity checker @shamoon (#9946)
- Fix: correctly handle empty user for old notes api format, fix frontend API version @shamoon (#9846)
- Fix: fix single select in filterable dropdowns when editing @shamoon (#9834)
- Fix: always update classifier task result @shamoon (#9817)
- Fix: fix zoom increase/decrease buttons in FF @shamoon (#9761)
Maintenance
- Chore(deps): Bump astral-sh/setup-uv from 5 to 6 in the actions group @dependabot[bot] (#9842)
- Chore: split ci frontend e2e vs unit tests @shamoon (#9851)
- Chore: auto-generate translation strings @shamoon (#9462)
- Chore: add ymlfmt @shamoon (#9745)
- Chore: replace secretary with GHA @shamoon (#9723)
- Chore: resolve dynamic import warnings from pdfjs, again @shamoon (#9924)
- Fix/Chore: replace file drop package @shamoon (#9926)
Dependencies
14 changes
- Chore(deps): Bump the small-changes group across 1 directory with 6 updates @dependabot[bot] (#9921)
- docker-compose(deps): Bump library/redis from 7 to 8 in /docker/compose @dependabot[bot] (#9879)
- Chore(deps): Bump astral-sh/setup-uv from 5 to 6 in the actions group @dependabot[bot] (#9842)
- Chore(deps): Bump the frontend-angular-dependencies group in /src-ui with 14 updates @dependabot[bot] (#9848)
- Chore(deps-dev): Bump the frontend-eslint-dependencies group in /src-ui with 3 updates @dependabot[bot] (#9849)
- Chore(deps-dev): Bump @types/node from 22.13.17 to 22.15.3 in /src-ui @dependabot[bot] (#9850)
- docker(deps): Bump astral-sh/uv from 0.6.14-python3.12-bookworm-slim to 0.6.16-python3.12-bookworm-slim @dependabot[bot] (#9767)
- docker-compose(deps): bump gotenberg/gotenberg from 8.19 to 8.20 in /docker/compose @dependabot[bot] (#9661)
- Chore(deps): Bump the frontend-angular-dependencies group in /src-ui with 17 updates @dependabot[bot] (#9768)
- Chore(deps-dev): Bump the frontend-eslint-dependencies group in /src-ui with 4 updates @dependabot[bot] (#9770)
- Chore(deps-dev): Bump jest-preset-angular from 14.5.4 to 14.5.5 in /src-ui in the frontend-jest-dependencies group @dependabot[bot] (#9769)
- Chore(deps): Bump the small-changes group across 1 directory with 6 updates @dependabot[bot] (#9764)
- Chore(deps): Bump the django group across 1 directory with 6 updates @dependabot[bot] (#9753)
- docker(deps): bump astral-sh/uv from 0.6.13-python3.12-bookworm-slim to 0.6.14-python3.12-bookworm-slim @dependabot[bot] (#9656)
All App Changes
29 changes
- Chore(deps): Bump the small-changes group across 1 directory with 6 updates @dependabot[bot] (#9921)
- Fix: handle created change with api version increment, use created only on frontend, deprecate created_date @shamoon (#9962)
- Fixhancement: automatically disable email verification if no smtp setup @shamoon (#9949)
- Fix: ignore logo file from sanity checker @shamoon (#9946)
- [BREAKING] Change: treat created as date not datetime @shamoon (#9793)
- Fix/Chore: replace file drop package @shamoon (#9926)
- Chore: resolve dynamic import warnings from pdfjs, again @shamoon (#9924)
- Enhancement: support negative offset in scheduled workflows @shamoon (#9746)
- Fixhancement: better handle removed social apps in profile @shamoon (#9876)
- Enhancement: add barcode frontend config @shamoon (#9742)
- Chore(deps): Bump the frontend-angular-dependencies group in /src-ui with 14 updates @dependabot[bot] (#9848)
- Chore(deps-dev): Bump the frontend-eslint-dependencies group in /src-ui with 3 updates @dependabot[bot] (#9849)
- Chore(deps-dev): Bump @types/node from 22.13.17 to 22.15.3 in /src-ui @dependabot[bot] (#9850)
- Fix: correctly handle empty user for old notes api format, fix frontend API version @shamoon (#9846)
- Fix: fix single select in filterable dropdowns when editing @shamoon (#9834)
- Fix: always update classifier task result @shamoon (#9817)
- Fixhancement: check more permissions for status consumer messages @shamoon (#9804)
- Enhancement: support heic images @shamoon (#9771)
- Chore(deps): Bump the frontend-angular-dependencies group in /src-ui with 17 updates @dependabot[bot] (#9768)
- Chore(deps-dev): Bump the frontend-eslint-dependencies group in /src-ui with 4 updates @dependabot[bot] (#9770)
- Chore(deps-dev): Bump jest-preset-angular from 14.5.4 to 14.5.5 in /src-ui in the frontend-jest-dependencies group @dependabot[bot] (#9769)
- Enhancement: support allauth disable unknown account emails @shamoon (#9743)
- Enhancement: use patch instead of put for frontend document changes @shamoon (#9744)
- Chore(deps): Bump the small-changes group across 1 directory with 6 updates @dependabot[bot] (#9764)
- Chore(deps): Bump the django group across 1 directory with 6 updates @dependabot[bot] (#9753)
- Fixhancement: tag plus button should add tag to doc @shamoon (#9762)
- Fix: fix zoom increase/decrease buttons in FF @shamoon (#9761)
- Chore: switch from os.path to pathlib.Path @gothicVI (#9339)
- Fix: include subpath in drf-spectacular settings if set @shamoon (#9738)
링크 : https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.16.0