Paperless-ngx Paperless-ngx v2.13.1 Release

요약

paperless-ngx 2.13.1

버그 수정

  • UI에서 죽은 문서 링크를 제거할 수 있도록 수정, API를 통해 유효성을 검사하도록 수정
  • Whitenoise 패치를 제거하고 버전을 6.8.1로 업그레이드
  • 모든 문서 관련 객체를 소프트 삭제로 변경, 삭제시 파일 경로 수정
  • Mariadb와 Django 4에서 생성된 UUID 필드를 처리
  • 문서 유형 사용자 정의 필드가 변경될 때 자동으로 문서 파일 이름을 변경
  • 문서가 휴지통에 있는 경우 파일 이름을 올바르게 업데이트
  • none 표시기를 제거할 때 절대 경로로 결과가 발생할 수 있는 특수 케이스를 처리
  • 2.13.0에서 도입된 도입 사이에서 사용자 정의 필드 신호를 비활성화
  • doc link 문서 검색은 null을 제외해야 함
  • 비어있는 요소를 제거하는 사용자 정의 필드 쿼리 수정
  • PAPERLESS_MODEL_FILE을 env로 부로드하지 말도록 수정
  • allauth URL을 모두 포함하지 않도록 수정
  • 소셜 계정과 API 토큰을 내보내기에 포함하도록 수정

유지 보수

  • Whitenoise 패치를 제거하고 버전을 6.8.1로 업그레이드

모든 앱의 변경 사항

12개의 변경 사항

  • UI에서 죽은 문서 링크를 제거할 수 있도록 수정, API를 통해 유효성을 검사하도록 수정
  • 모든 문서 관련 객체를 소프트 삭제로 변경, 삭제시 파일 경로 수정
  • Mariadb와 Django 4에서 생성된 UUID 필드를 처리
  • 문서가 휴지통에 있는 경우 파일 이름을 올바르게 업데이트
  • none 표시기를 제거할 때 절대 경로로 결과가 발생할 수 있는 특수 케이스를 처리
  • 2.13.0에서 도입된 도입 사이에서 사용자 정의 필드 신호를 비활성화
  • doc link 문서 검색은 null을 제외해야 함
  • 문서 유형 선택 필드가 변경될 때 자동으로 문서 파일 이름을 변경
  • 비어있는 요소를 제거하는 사용자 정의 필드 쿼리 수정
  • allauth URL을 모두 포함하지 않도록 수정
  • 소셜 계정과 API 토큰을 내보내기에 포함하도록 수정
  • oauth 설정에서 베이스 URL을 포함하지 않도록 수정

원문 내용

paperless-ngx 2.13.1

Bug Fixes

  • Fix: allow removing dead document links from UI, validate via API @shamoon (#8081)
  • Fix: Removes whitenoise patches and upgrades it to 6.8.1 @stumpylog (#8079)
  • 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