Paperless-ngx - Package Updates
-
[1.3.2]
- Update Paperless-ngx to 1.10.2
- Update Cloudron base image to 4.0.0
- Full changelog
- Bugfix: Language code checks around two part languages @stumpylog (#2112)
- Bugfix: Redis socket compatibility didn't handle URLs with ports @stumpylog (#2109)
- Bugfix: Incompatible URL schemes for socket based Redis @stumpylog (#2092)
- Fix doc links in contributing @tooomm (#2102)
-
[1.4.0]
- Update Paperless-ngx to 1.11.0
- Full changelog
- Feature: frontend paperless mail @shamoon (#2000)
- Feature: Ability to consume mails and eml files @p-h-a-i-l (#848)
- Chore: Downgrade hiredis to 2.0.0 @stumpylog (#2262)
- Add ability to provide the configuration file path using an env variable @hashworks (#2241)
- Feature: Adds option to allow a user to export directly to a zipfile @stumpylog (#2004)
- Feature: Adds PaperlessTask admin page interface @stumpylog (#2184)
- Feature: speed up frontend by truncating content @shamoon (#2028)
- Feature: Allow bulk download API to follow file name formatting @stumpylog (#2003)
- Feature: Bake NLTK into Docker image @stumpylog (#2129)
- Feature: frontend paperless mail @shamoon (#2000)
- Feature: Ability to consume mails and eml files @p-h-a-i-l (#848)
- Bugfix: Handle RTL languages better @stumpylog (#1665)
- Fixed typo in docs @mendelk (#2256)
- Fix: support tags__id__none in advanced search, fix tags filter badge count for excluded @shamoon (#2205)
- Bugfix: Don't run system checks on migrate @stumpylog (#2183)
- Bugfix: Decoding task signals could fail on datetime type @stumpylog (#2058)
-
[1.5.1]
- Update Paperless-ngx to 1.11.3
- Full changelog
- Bugfix: Return created task ID when posting document to API @stumpylog (#2279)
- Bugfix: Fix no content when processing some RTL files @stumpylog (#2295)
- Bugfix: Handle email dates maybe being naive @stumpylog (#2293)
- Fix: live filterable dropdowns broken in 1.11.x @shamoon (#2292)
- Bugfix: Reading environment from files didn't work for management commands @stumpylog (#2261)
- Bugfix: Return created task ID when posting document to API @stumpylog (#2279)
-
[1.5.3]
- Update Paperless-ngx to 1.12.2
- Full changelog
- Bugfix: Allow pre-consume scripts to modify incoming file @stumpylog (#2547)
- Bugfix: Return to page based barcode scanning @stumpylog (#2544)
- Fix: Try to prevent title debounce overwriting @shamoon (#2543)
- Fix comment search highlight + multi-word search @shamoon (#2542)
- Bugfix: Request PDF/A format from Gotenberg @stumpylog (#2530)
- Fix: Trigger reindex for pre-existing comments @shamoon (#2519)
-
[1.6.0]
- Update Paperless-ngx to 1.13.0
- Full changelog
- Feature: allow disable warn on close saved view with changes @shamoon (#2681)
- Feature: Add option to enable response compression @stumpylog (#2621)
- Feature: split documents on ASN barcode @muued (#2554)
- Fix: Ignore path filtering didn't handle sub directories @stumpylog (#2674)
- Bugfix: Generation of secret key hangs during install script @stumpylog (#2657)
- Fix: Remove files produced by barcode splitting when completed @stumpylog (#2648)
- Fix: add missing storage path placeholders @shamoon (#2651)
- Fix long dropdown contents break document detail column view @shamoon (#2638)
- Fix: tags dropdown should stay closed when removing @shamoon (#2625)
- Bugfix: Configure scheduled tasks to expire after some time @stumpylog (#2614)
- Bugfix: Limit management list pagination maxSize to 5 @Kaaybi (#2618)
- Fix: Don't crash on bad ASNs during indexing @stumpylog (#2586)
- Fix: Prevent mktime OverflowError except in even more rare caes @stumpylog (#2574)
- Bugfix: Whoosh relative date queries weren't handling timezones @stumpylog (#2566)
- Fix importing files with non-ascii names @Kexogg (#2555)
-
[1.7.0]
- Update Paperless-ngx to 1.14.0
- Full changelog
- Feature: multi-user permissions @shamoon (#2147)
- 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)
-
[1.7.1]
- Update Paperless-ngx to 1.14.1
- Full changelog
- 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)
-
[1.7.2]
- Update Paperless-ngx to 1.14.2
- Full changelog
- Feature: Finnish translation @shamoon (#3215)
- 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_tagshandler @e1mo (#3212)
-
[1.7.3]
- Update Paperless-ngx to 1.14.3
- Full changelog
- Enhancement: better keyboard nav for filter/edit dropdowns @shamoon (#3227)
- Bump filelock from 3.10.2 to 3.12.0 to fix permissions bug @rbrownwsws (#3282)
- Fix: Handle cases where media files aren't all in the same filesystem @stumpylog (#3261)
- Fix: Prevent erroneous warning when starting container @stumpylog (#3262)
- Retain doc changes on tab switch after refresh doc @shamoon (#3243)
- Fix: Don't send Gmail related setting if the server doesn't support it @stumpylog (#3240)
- Fix: close all docs on logout @shamoon (#3232)
- Fix: Respect superuser for advanced queries, test coverage for object perms @shamoon (#3222)
- Fix: ALLOWED_HOSTS logic being overwritten when * is set @ikaruswill (#3218)
-
[1.7.5]
- Update Paperless-ngx to 1.14.5
- Full changelog
- Fix: respect permissions for autocomplete suggestions @shamoon (#3359)
- Feature: owner filtering @shamoon (#3309)
- Enhancement: dynamic counts include all pages, hide for "Any" @shamoon (#3329)
- Chore: Upgrades Python dependencies to their latest allowed versions @stumpylog (#3365)
- Enhancement: save tour completion, hide welcome widget @shamoon (#3321)
- Fix: Adds better handling for files with invalid utf8 content @stumpylog (#3387)
- Fix: respect permissions for autocomplete suggestions @shamoon (#3359)
- Fix: Transition to new library for finding IPs for failed logins @stumpylog (#3382)
- [Security] Render frontend text as plain text @shamoon (#3366)
- Fix: default frontend to current owner, allow setting no owner on create @shamoon (#3347)
- Fix: dont perform mail actions when rule filename filter not met @shamoon (#3336)
- Fix: permission-aware bulk editing in 1.14.1+ @shamoon (#3345)
-
[1.8.0]
- Update Paperless-ngx to 1.15.1
- Full changelog
- Feature: quick filters from document detail @shamoon (#3476)
- Feature: Add explanations to relative dates @shamoon (#3471)
- Enhancement: paginate frontend tasks @shamoon (#3445)
- Feature: Better encapsulation of barcode logic @stumpylog (#3425)
- Enhancement: Improve frontend error handling @shamoon (#3413)
-
[1.9.0]
- Update Paperless-ngx to 1.16.0
- Full changelog
- Feature: Update to a simpler Tika library @stumpylog (#3517)
- Feature: Allow to filter documents by original filename and checksum @jayme-github (#3485)
- Fix: return user first / last name from backend @shamoon (#3579)
- Fix use of
PAPERLESS_DB_TIMEOUTfor all db types @shamoon (#3576) - Fix: handle mail rules with no filters on some imap servers @shamoon (#3554)
-
[1.9.3]
- Update Paperless-ngx to 1.16.3
- Full changelog
- Fix: Set user and home environment through supervisord @stumpylog (#3638)
- Fix: Ignore errors when trying to copy the original file's stats @stumpylog (#3652)
- Copy default thumbnail if thumbnail generation fails @plu (#3632)
- Fix: Set user and home environment through supervisord @stumpylog (#3638)
- Fix: Fix quick install with external database not being fully ready @stumpylog (#3637)
-
[1.9.4]
- Update Paperless-ngx to 1.16.4
- Full changelog
- Fix: prevent button wrapping when sidebar narrows in MS Edge @shamoon (#3682)
- Fix: Handling for filenames with non-ascii and no content attribute @stumpylog (#3695)
- Fix: Generation of thumbnails for existing stored emails @stumpylog (#3696)
- Fix: Use row gap for filter editor @kleinweby (#3662)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login