Paperless-ngx Paperless-ngx v2.10.0 Release
요약
paperless-ngx 2.10.0
주의
이것은 기존 Gotenberg 7을 지원하는 마지막 릴리스 계획입니다. 자세한 내용은 토론을 참조하십시오.
기능
- 기능: 문서 휴지통 (소프트 삭제) 기능 추가 @shamoon (#6944)
- 개선: 더 나은 boolean 사용자 지정 필드 표시 @shamoon (#7001)
- 기능: 내보낼 때 민감한 필드 암호화 허용 @stumpylog (#6927)
- 개선: odg 파일 사용 가능하도록 수정 @daniel-boehme (#6940)
버그 수정
- 수정: 문서 이력에 추가 필드 포함 가능성 수정 @stumpylog (#6989)
- 수정: 로컬 pdf 워커 js 사용 수정 @shamoon (#6990)
- 수정: auditlog의 content 필드 가리기 되돌리기 @tribut (#6981)
- 수정: tasks API 엔드포인트에 대한 모델 권한 적용 수정 @shamoon (#6958)
- 수정: 이메일 메시지의 로깅이 유용하도록 수정 @stumpylog (#6901)
문서
- 문서: Python 지원에 대한 수정 및 명확화 @stumpylog (#6995)
유지보수
- 작업(Deps): actions 그룹의 stumpylog/image-cleaner-action을 0.6.0에서 0.7.0으로 업그레이드 @dependabot (#6968)
- 작업: dependabot을 사용하지 않도록 djangorestframework 구성 @stumpylog (#6967)
의존성
10개의 변경 사항
- 작업(Deps): pipenv를 2023.12.1에서 2024.0.1로 업그레이드 @stumpylog (#7019)
- 작업(Deps): small-changes 그룹을 최신으로 업데이트 @dependabot (#7013)
- 작업(Deps-dev): development 그룹을 최신으로 업데이트 @dependabot (#7012)
- 작업(Deps-dev): src-ui에서 ws를 8.15.1에서 8.17.1로 업그레이드 @dependabot (#7015)
- 작업(Deps): urllib3을 2.2.1에서 2.2.2로 업그레이드 @dependabot (#7014)
- 작업: 메일 파서 html 템플릿에서 사용되는 패키지 업데이트 @shamoon (#6970)
- 작업(Deps): actions 그룹의 stumpylog/image-cleaner-action을 0.6.0에서 0.7.0으로 업그레이드 @dependabot (#6968)
- 작업(Deps-dev): development 그룹을 최신으로 업데이트 @dependabot (#6953)
- 작업: Ghostscript의 최신 Trixie 버전 (10.03.1)로 업데이트 @stumpylog (#6956)
- 작업(Deps): tornado를 6.4에서 6.4.1로 업그레이드 @dependabot (#6930)
모든 앱 변경 사항
17개의 변경 사항
- 작업(Deps): small-changes 그룹을 최신으로 업데이트 @dependabot (#7013)
- 작업(Deps-dev): development 그룹을 최신으로 업데이트 @dependabot (#7012)
- 작업(Deps-dev): src-ui에서 ws를 8.15.1에서 8.17.1로 업그레이드 @dependabot (#7015)
- 기능: 문서 휴지통 (소프트 삭제) 기능 추가 @shamoon (#6944)
- 개선: 더 나은 boolean 사용자 지정 필드 표시 @shamoon (#7001)
- 수정: 기본 문서 정렬순서가 QuerySet 파이프라인에서 사라지는 문제 수정 @madduck (#6982)
- 수정: 문서 이력에 추가 필드 포함 가능성 수정 @stumpylog (#6989)
- 수정: 로컬 pdf 워커 js 사용 수정 @shamoon (#6990)
- 수정: auditlog의 content 필드 가리기 되돌리기 @tribut (#6981)
- 작업: 메일 파서 html 템플릿에서 사용되는 패키지 업데이트 @shamoon (#6970)
- 작업(Deps-dev): development 그룹을 최신으로 업데이트 @dependabot (#6953)
- 수정: tasks API 엔드포인트에 대한 모델 권한 적용 수정 @shamoon (#6958)
- 기능: 내보낼 때 민감한 필드 암호화 허용 @stumpylog (#6927)
- 개선: odg 파일 사용 가능하도록 수정 @daniel-boehme (#6940)
- 개선: 노트에 노트 모델 권한 사용 @shamoon (#6913)
- 작업: Python 3.12에서의 테스트 문제 해결 @stumpylog (#6902)
- 수정: 이메일 메시지의 로깅이 유용하도록 수정 @stumpylog (#6901)
원문 내용
paperless-ngx 2.10.0
Note
This is planned to be the last release series to support Gotenberg 7, see the discussion for more information.
Features
- Feature: documents trash aka soft delete @shamoon (#6944)
- Enhancement: better boolean custom field display @shamoon (#7001)
- Feature: Allow encrypting sensitive fields in export @stumpylog (#6927)
- Enhancement: allow consumption of odg files @daniel-boehme (#6940)
Bug Fixes
- Fix: Document history could include extra fields @stumpylog (#6989)
- Fix: use local pdf worker js @shamoon (#6990)
- Fix: Revert masking the content field from auditlog @tribut (#6981)
- Fix: respect model permissions for tasks API endpoint @shamoon (#6958)
- Fix: Make the logging of an email message to be something useful @stumpylog (#6901)
Documentation
- Documentation: Corrections and clarifications for Python support @stumpylog (#6995)
Maintenance
- Chore(deps): Bump stumpylog/image-cleaner-action from 0.6.0 to 0.7.0 in the actions group @dependabot (#6968)
- Chore: Configures dependabot to ignore djangorestframework @stumpylog (#6967)
Dependencies
10 changes
- Chore(deps): Bump pipenv from 2023.12.1 to 2024.0.1 @stumpylog (#7019)
- Chore(deps): Bump the small-changes group with 2 updates @dependabot (#7013)
- Chore(deps-dev): Bump the development group with 2 updates @dependabot (#7012)
- Chore(deps-dev): Bump ws from 8.15.1 to 8.17.1 in /src-ui @dependabot (#7015)
- Chore(deps): Bump urllib3 from 2.2.1 to 2.2.2 @dependabot (#7014)
- Chore: update packages used by mail parser html template @shamoon (#6970)
- Chore(deps): Bump stumpylog/image-cleaner-action from 0.6.0 to 0.7.0 in the actions group @dependabot (#6968)
- Chore(deps-dev): Bump the development group with 3 updates @dependabot (#6953)
- Chore: Updates to latest Trixie version of Ghostscript 10.03.1 @stumpylog (#6956)
- Chore(deps): Bump tornado from 6.4 to 6.4.1 @dependabot (#6930)
All App Changes
17 changes
- Chore(deps): Bump the small-changes group with 2 updates @dependabot (#7013)
- Chore(deps-dev): Bump the development group with 2 updates @dependabot (#7012)
- Chore(deps-dev): Bump ws from 8.15.1 to 8.17.1 in /src-ui @dependabot (#7015)
- Feature: documents trash aka soft delete @shamoon (#6944)
- Enhancement: better boolean custom field display @shamoon (#7001)
- Fix: default order of documents gets lost in QuerySet pipeline @madduck (#6982)
- Fix: Document history could include extra fields @stumpylog (#6989)
- Fix: use local pdf worker js @shamoon (#6990)
- Fix: Revert masking the content field from auditlog @tribut (#6981)
- Chore: update packages used by mail parser html template @shamoon (#6970)
- Chore(deps-dev): Bump the development group with 3 updates @dependabot (#6953)
- Fix: respect model permissions for tasks API endpoint @shamoon (#6958)
- Feature: Allow encrypting sensitive fields in export @stumpylog (#6927)
- Enhancement: allow consumption of odg files @daniel-boehme (#6940)
- Enhancement: use note model permissions for notes @shamoon (#6913)
- Chore: Resolves test issues with Python 3.12 @stumpylog (#6902)
- Fix: Make the logging of an email message to be something useful @stumpylog (#6901)
링크 : https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.10.0