v1.14.0-beta.rc1
版本发布时间: 2023-04-02 12:37:39
paperless-ngx/paperless-ngx最新发布版本:v2.13.2(2024-10-30 03:36:49)
paperless-ngx 1.14.0
Notable Changes
- Feature: multi-user permissions @shamoon (#2147)
Features
- Chore: Configure ruff as the primary linter for Python @stumpylog (#2988)
- Feature: Stronger typing for file consumption @stumpylog (#2744)
- Feature: double-click docs @shamoon (#2966)
- feature: Add support for zxing as barcode scanning lib @margau (#2907)
- Feature: Enable images to be released on Quay.io @stumpylog (#2972)
- Feature: test mail account @shamoon (#2949)
- Feature: Capture celery and kombu logs to a file @stumpylog (#2954)
- Fix: Resolve Redis connection issues with ACLs @stumpylog (#2939)
- Feature: Allow mail account to use access tokens @stumpylog (#2930)
- Fix: Consumer polling could overwhelm database @stumpylog (#2922)
- Feature: Improved statistics widget @shamoon (#2910)
- Enhancement: rename comments to notes and improve notes UI @shamoon (#2904)
- Allow psql client certificate authentication @Ongy (#2899)
- Enhancement: support filtering multiple correspondents, doctypes & storage paths @shamoon (#2893)
- Chore: Update cryptography to latest version @stumpylog (#2891)
- Feature: Change celery serializer to pickle @stumpylog (#2861)
- Feature: Allow naming to include owner and original name @stumpylog (#2873)
- Feature: Allows filtering email by the TO value(s) as well @stumpylog (#2871)
- Fix: logout on change password via frontend @shamoon (#2863)
- Chore: Update to qpdf 11.3.0 in Docker image @stumpylog (#2862)
- Feature: owner-aware unique model name constraint @shamoon (#2827)
- Feature/2396 better mail actions @jonaswinkler (#2718)
- Feature: Reduce classifier memory usage somewhat during training @stumpylog (#2733)
- Feature: Add PAPERLESS_OCR_SKIP_ARCHIVE_FILE config setting @bdr99 (#2743)
- Feature: dynamic document counts in dropdowns @shamoon (#2704)
- Allow setting the ASN on document upload @stumpylog (#2713)
- Feature: Log failed login attempts @shamoon (#2359)
- Feature: Rename documents when storage path format changes @stumpylog (#2696)
- Feature: update error message colors & show on document failures @shamoon (#2689)
- Feature: multi-user permissions @shamoon (#2147)
Bug Fixes
- Fix: Use exclude instead of difference for mariadb @shamoon (#2983)
- Fix: permissions display should not show users with inherited permissions & unable to change owner @shamoon (#2818)
- Fix: Resolve Redis connection issues with ACLs @stumpylog (#2939)
- Fix: unable to edit correspondents (in
dev
) @shamoon (#2938) - Fix: Consumer polling could overwhelm database @stumpylog (#2922)
- Fix: Chrome struggles with commas @stumpylog (#2892)
- Fix formatting in "Setup" documentation page @igrybkov (#2880)
- Fix: logout on change password via frontend @shamoon (#2863)
- Fix: give superuser full doc perms @shamoon (#2820)
- Fix: Append Gmail labels instead of replacing @stumpylog (#2860)
- Fix: Ensure email date is made aware during action processing @stumpylog (#2837)
- Fix: disable bulk edit dialog buttons during operation @shamoon (#2819)
- fix database locked error @jonaswinkler (#2808)
- Fix: Disable suggestions for read-only docs @shamoon (#2813)
- Update processed mail migration @shamoon (#2804)
- Fix: Ensure scratch directory exists before using @stumpylog (#2775)
- Don't submit owner via API on document upload @jonaswinkler (#2777)
- Fix: only offer log files that exist @shamoon (#2739)
- Fix: permissions editing and initial view issues @shamoon (#2717)
- Fix: reset saved view ID on quickFilter @shamoon (#2703)
- Fix: bulk edit reset apply button state @shamoon (#2701)
- Docs: Remove outdated PAPERLESS_WORKER_RETRY @shamoon (#2694)
- Fix: add missing i18n for mobile preview tab title @nathanaelhoun (#2692)
Documentation
- Docs: Include additional information about barcodes @stumpylog (#2889)
- Fix formatting in "Setup" documentation page @igrybkov (#2880)
- [Documentation] Update docker-compose steps to support podman @white-gecko (#2855)
- docs: better language code help @tooomm (#2830)
- Feature: Add an option to disable matching @bdr99 (#2727)
- Docs: Remove outdated PAPERLESS_WORKER_RETRY @shamoon (#2694)
- Fix: add missing i18n for mobile preview tab title @nathanaelhoun (#2692)
- [Documentation] Add v1.13.0 changelog @github-actions (#2690)
Maintenance
- Chore: Configure ruff as the primary linter for Python @stumpylog (#2988)
- Feature: Enable images to be released on Quay.io @stumpylog (#2972)
- Chore: Updates locked pipenv to latest version @stumpylog (#2943)
- Chore: Properly collapse
All Changes
section in releases @tooomm (#2838) - Chore: Don't include changelog PR for different releases @tooomm (#2832)
- Chore: Speed up frontend CI testing @stumpylog (#2796)
- Bump leonsteinhaeuser/project-beta-automations from 2.0.1 to 2.1.0 @dependabot (#2789)
Dependencies
8 changes
- Bump @angular/common from 15.2.1 to 15.2.5 in /src-ui @dependabot (#2991)
- Bump @types/node from 18.11.18 to 18.15.11 in /src-ui @dependabot (#2993)
- Bump @ng-select/ng-select from 10.0.3 to 10.0.4 in /src-ui @dependabot (#2992)
- Bump @typescript-eslint/eslint-plugin from 5.50.0 to 5.57.0 in /src-ui @dependabot (#2989)
- Bump leonsteinhaeuser/project-beta-automations from 2.0.1 to 2.1.0 @dependabot (#2789)
- Bump zone.js from 0.11.8 to 0.12.0 in /src-ui @dependabot (#2793)
- Bump @typescript-eslint/parser from 5.50.0 to 5.54.0 in /src-ui @dependabot (#2792)
- Bulk Bump angular packages to 15.2.1 in /src-ui @dependabot (#2788)
All App Changes
- Chore: Configure ruff as the primary linter for Python @stumpylog (#2988)
- Bump @angular/common from 15.2.1 to 15.2.5 in /src-ui @dependabot (#2991)
- Bump @types/node from 18.11.18 to 18.15.11 in /src-ui @dependabot (#2993)
- Bump @ng-select/ng-select from 10.0.3 to 10.0.4 in /src-ui @dependabot (#2992)
- Bump @typescript-eslint/eslint-plugin from 5.50.0 to 5.57.0 in /src-ui @dependabot (#2989)
- Feature: Stronger typing for file consumption @stumpylog (#2744)
- Fix: Use exclude instead of difference for mariadb @shamoon (#2983)
- Fix: permissions display should not show users with inherited permissions & unable to change owner @shamoon (#2818)
- Feature: double-click docs @shamoon (#2966)
- feature: Add support for zxing as barcode scanning lib @margau (#2907)
- Feature: test mail account @shamoon (#2949)
- Feature: Capture celery and kombu logs to a file @stumpylog (#2954)
- Fix: Resolve Redis connection issues with ACLs @stumpylog (#2939)
- Feature: Allow mail account to use access tokens @stumpylog (#2930)
- Fix: Consumer polling could overwhelm database @stumpylog (#2922)
- Feature: Improved statistics widget @shamoon (#2910)
- Enhancement: rename comments to notes and improve notes UI @shamoon (#2904)
- Allow psql client certificate authentication @Ongy (#2899)
- Enhancement: support filtering multiple correspondents, doctypes & storage paths @shamoon (#2893)
- Fix: frontend handle "private" tags, doctypes, correspondents @shamoon (#2839)
- Fix: Chrome struggles with commas @stumpylog (#2892)
- Feature: Change celery serializer to pickle @stumpylog (#2861)
- Feature: Allow naming to include owner and original name @stumpylog (#2873)
- Feature: Allows filtering email by the TO value(s) as well @stumpylog (#2871)
- Fix: logout on change password via frontend @shamoon (#2863)
- Fix: give superuser full doc perms @shamoon (#2820)
- Fix: Append Gmail labels instead of replacing @stumpylog (#2860)
- Feature: owner-aware unique model name constraint @shamoon (#2827)
- Chore: Create list parsing utility for settings @stumpylog (#2816)
- Fix: Ensure email date is made aware during action processing @stumpylog (#2837)
- Chore: Convert more code to pathlib @stumpylog (#2817)
- Fix: disable bulk edit dialog buttons during operation @shamoon (#2819)
- fix database locked error @jonaswinkler (#2808)
- Fix: Disable suggestions for read-only docs @shamoon (#2813)
- update django.po messages @jonaswinkler (#2806)
- Update processed mail migration @shamoon (#2804)
- Feature/2396 better mail actions @jonaswinkler (#2718)
- Bump zone.js from 0.11.8 to 0.12.0 in /src-ui @dependabot (#2793)
- Bump @typescript-eslint/parser from 5.50.0 to 5.54.0 in /src-ui @dependabot (#2792)
- Bulk Bump angular packages to 15.2.1 in /src-ui @dependabot (#2788)
- Fix: Ensure scratch directory exists before using @stumpylog (#2775)
- Don't submit owner via API on document upload @jonaswinkler (#2777)
- Feature: Reduce classifier memory usage somewhat during training @stumpylog (#2733)
- Chore: Setup for mypy typing checks @stumpylog (#2742)
- Feature: Add PAPERLESS_OCR_SKIP_ARCHIVE_FILE config setting @bdr99 (#2743)
- Fix: only offer log files that exist @shamoon (#2739)
- Feature: dynamic document counts in dropdowns @shamoon (#2704)
- Fix: permissions editing and initial view issues @shamoon (#2717)
- Fix: reset saved view ID on quickFilter @shamoon (#2703)
- Feature: Add an option to disable matching @bdr99 (#2727)
- Chore: Improve clarity of some test asserting @stumpylog (#2714)
- Allow setting the ASN on document upload @stumpylog (#2713)
- Fix: bulk edit reset apply button state @shamoon (#2701)
- Feature: Log failed login attempts @shamoon (#2359)
- Feature: Rename documents when storage path format changes @stumpylog (#2696)
- Feature: update error message colors & show on document failures @shamoon (#2689)
- Feature: multi-user permissions @shamoon (#2147)
- Fix: add missing i18n for mobile preview tab title @nathanaelhoun (#2692)
1、 paperless-ngx-v1.14.0-beta.rc1.tar.xz 15.97MB