Paperless-ngx Paperless-ngx v2.13.1 Release

요약

paperless-ngx 2.13.1

버그 수정

  • UI에서 문서 링크를 삭제할 수 있도록 수정하고 API를 통해 유효성을 검증하도록 수정했습니다.
  • 모든 문서 관련 개체를 소프트 삭제할 수 있도록 수정하고, 삭제된 경우 파일 경로를 수정했습니다.
  • mariadb와 Django 4에서 생성된 uuid 필드를 처리하도록 수정했습니다.
  • 문서 유형 사용자 정의 필드가 변경될 때 문서 파일의 자동 이름 변경을 수정했습니다.
  • 문서가 휴지통에 있는 경우 파일 이름을 올바르게 업데이트하도록 수정했습니다.
  • 문서 링크 검색에서 null을 제외하도록 수정했습니다.
  • 문서 가져오기 중에 사용자 정의 필드 신호를 비활성화하도록 수정했습니다.
  • 문서 모든 URL을 포함하지 않도록 수정했습니다.
  • 기반 URL이없는 OAuth 설정을 수정했습니다.
  • 서명된 모든 URLs를 포함하여 수출에 소셜 계정 및 API 토큰을 추가했습니다.

유지 관리

  • whitenoise 패치를 제거하고 6.8.1로 업그레이드했습니다.

모든 앱 변경

12개 변경 사항

  • UI에서 문서 링크를 삭제할 수 있는 기능을 추가했습니다.
  • 모든 문서 관련 개체를 소프트 삭제할 수 있도록 수정하고, 삭제된 경우 파일 경로를 수정했습니다.
  • mariadb와 Django 4에서 생성된 uuid 필드를 처리하도록 수정했습니다.
  • 휴지통에 있는 경우 파일 이름을 올바르게 업데이트하도록 수정했습니다.
  • 어떤 경우에는 마커를 제거하면 절대 경로가 될 수 있는 특별한 경우를 처리하도록 수정했습니다.
  • 2.13.0에서 가져올 때 사용자 정의 필드 신호를 비활성화하도록 수정했습니다.
  • 문서 링크 검색에서 null을 제외하도록 수정했습니다.
  • 선택 유형 사용자 정의 필드가 변경될 때 문서 파일의 자동 이름 변경을 수정했습니다.
  • 사용자 정의 필드 쿼리에서 빈 요소를 제거하도록 수정했습니다.
  • 모든 allauth URL을 포함하지 않도록 수정했습니다.
  • 소셜 계정과 API 토큰을 수출에 추가하도록 수정했습니다.
  • 기반 URL이없는 OAuth 설정을 수정했습니다.

원문 내용

paperless-ngx 2.13.1

Bug Fixes

  • Fix: allow removing dead document links from UI, validate via API @shamoon (#8081)
  • Fix: Make all document related objects soft delete, fix filepath when deleted @shamoon (#8067)
  • Fix: handle uuid fields created under mariadb and Django 4 @shamoon (#8034)
  • Fix / Enhancement: auto-rename document files when select type custom fields are changed @shamoon (#8045)
  • Fix: Update filename correctly if the document is in the trash @stumpylog (#8066)
  • Fix: Handle a special case where removing none marker could result in an absolute path @stumpylog (#8060)
  • Fix: disable custom field signals during import in 2.13.0 @shamoon (#8065)
  • Fix: doc link documents search should exclude null @shamoon (#8064)
  • Fix: fix custom field query empty element removal @shamoon (#8056)
  • Fix: dont try to load PAPERLESS_MODEL_FILE as env from file @shamoon (#8040)
  • Fix: dont include all allauth urls @shamoon (#8010)
  • Fix: oauth settings without base url @shamoon (#8020)
  • Fix / Enhancement: include social accounts and api tokens in export @shamoon (#8016)

Maintenance

  • Fix: Removes whitenoise patches and upgrades it to 6.8.1 @stumpylog (#8079)

All App Changes

12 changes

  • Fix: allow removing dead document links from UI, validate via API @shamoon (#8081)
  • Fix: Make all document related objects soft delete, fix filepath when deleted @shamoon (#8067)
  • Fix: handle uuid fields created under mariadb and Django 4 @shamoon (#8034)
  • Fix: Update filename correctly if the document is in the trash @stumpylog (#8066)
  • Fix: Handle a special case where removing none marker could result in an absolute path @stumpylog (#8060)
  • Fix: disable custom field signals during import in 2.13.0 @shamoon (#8065)
  • Fix: doc link documents search should exclude null @shamoon (#8064)
  • Enhancement: auto-rename document files when select type custom fields are changed @shamoon (#8045)
  • Fix: fix custom field query empty element removal @shamoon (#8056)
  • Fix: dont include all allauth urls @shamoon (#8010)
  • Enhancement / fix: include social accounts and api tokens in export @shamoon (#8016)
  • Fix: oauth settings without base url @shamoon (#8020)

링크 : https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.13.1