Update ghcr.io/paperless-ngx/paperless-ngx Docker tag to v1.14.2
This MR contains the following updates:
Package | Update | Change |
---|---|---|
ghcr.io/paperless-ngx/paperless-ngx | minor |
1.13.0 -> 1.14.2
|
Release Notes
paperless-ngx/paperless-ngx
v1.14.2
: Paperless-ngx v1.14.2
paperless-ngx 1.14.2
Features
Bug Fixes
- Fix: Load saved views from app frame, not dashboard @shamoon (#3211)
- Fix: advanced search or date searching + doc type/correspondent/storage path broken @shamoon (#3209)
- Fix MixedContentTypeError in add_inbox_tags handler @e1mo (#3212)
All App Changes
4 changes
v1.14.1
: Paperless-ngx v1.14.1
⛔ This version contains a bug which prevents consumption. Use 1.14.2 instead.
paperless-ngx 1.14.1
Bug Fixes
- Fix: reduce frequency of permissions queries to speed up v1.14.0 @shamoon (#3201)
- Fix: permissions-aware statistics @shamoon (#3199)
- Fix: Use document owner for matching if set @shamoon (#3198)
- Fix: respect permissions on document view actions @shamoon (#3174)
- Increment API version for 1.14.1+ @shamoon (#3191)
- Fix: dropdown Private items with empty set @shamoon (#3189)
- Documentation: add
gnu-sed
note for macOS @shamoon (#3190) - Fix: make the importer a little more robust against some errors @stumpylog (#3188)
- Fix: Specify backend for auto-login @shamoon (#3163)
- Fix: StoragePath missing the owned or granted filter @stumpylog (#3180)
- Fix: Redis socket connections fail due to redis-py @stumpylog (#3176)
- Fix: Handle delete mail action with no filters @shamoon (#3161)
- Fix typos and wrong version number in doc @FizzyMUC (#3171)
Documentation
- Documentation: add
gnu-sed
note for macOS @shamoon (#3190) - Fix typos and wrong version number in doc @FizzyMUC (#3171)
Maintenance
- Chore: Fix isort not running, upgrade to the latest black @stumpylog (#3177)
All App Changes
11 changes
- Fix: reduce frequency of permissions queries to speed up v1.14.0 @shamoon (#3201)
- Fix: permissions-aware statistics @shamoon (#3199)
- Fix: Use document owner for matching if set @shamoon (#3198)
- Chore: Fix isort not running, upgrade to the latest black @stumpylog (#3177)
- Fix: respect permissions on document view actions @shamoon (#3174)
- Increment API version for 1.14.1+ @shamoon (#3191)
- Fix: dropdown Private items with empty set @shamoon (#3189)
- Fix: make the importer a little more robust against some errors @stumpylog (#3188)
- Fix: Specify backend for auto-login @shamoon (#3163)
- Fix: StoragePath missing the owned or granted filter @stumpylog (#3180)
- Fix: Handle delete mail action with no filters @shamoon (#3161)
v1.14.0
: Paperless-ngx v1.14.0
paperless-ngx 1.14.0
Notable Changes
Features
- 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)
- 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)
- 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: Allow setting additional Django settings for proxies @stumpylog (#3135)
- 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)
- Fix: add missing i18n for mobile preview tab title @nathanaelhoun (#2692)
Documentation
- Whitespace changes, making sure the example is correcly aligned @denilsonsa (#3089)
- 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)
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 MR 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
15 changes
- Bump ng2-pdf-viewer from 9.1.4 to 9.1.5 in /src-ui @dependabot (#3109)
- Grouped bump angular packages from 15.2.6 to 15.2.7 in /src-ui @dependabot (#3108)
- Bump typescript from 4.8.4 to 4.9.5 in /src-ui @dependabot (#3071)
- Bulk Bump npm packages 04.23 @dependabot (#3068)
- Bump wait-on from 6.0.1 to 7.0.1 in /src-ui @dependabot (#2990)
- Bulk bump angular packages 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)
- Chore: Update cryptography to latest version @stumpylog (#2891)
- Chore: Update to qpdf 11.3.0 in Docker image @stumpylog (#2862)
- 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
72 changes
- Feature: Catalan translation @shamoon (#3146)
- Fix: Allow setting additional Django settings for proxies @stumpylog (#3135)
- Fix: Increase mail account password field length @stumpylog (#3134)
- Fix: respect permissions for matching suggestions @shamoon (#3103)
- Bump ng2-pdf-viewer from 9.1.4 to 9.1.5 in /src-ui @dependabot (#3109)
- Grouped bump angular packages from 15.2.6 to 15.2.7 in /src-ui @dependabot (#3108)
- Fix: update PaperlessTask on hard failures @shamoon (#3062)
- Bump typescript from 4.8.4 to 4.9.5 in /src-ui @dependabot (#3071)
- Bulk Bump npm packages 04.23 @dependabot (#3068)
- Fix: Hide UI tour steps if user doesnt have permissions @shamoon (#3060)
- Fix: Hide Permissions tab if user cannot view users @shamoon (#3061)
- v1.14.0 delete document fixes @shamoon (#3020)
- Bump wait-on from 6.0.1 to 7.0.1 in /src-ui @dependabot (#2990)
- Fix: inline plaintext docs to enforce styling @shamoon (#3013)
- Chore: Configure ruff as the primary linter for Python @stumpylog (#2988)
- Bulk bump angular packages 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)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate [bot]