Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

0.3.0

Compare
Choose a tag to compare
@danielquinn danielquinn released this 01 Jan 18:53
· 875 commits to master since this release
  • Updated to using django-filter 1.x
  • Added some system checks so new users aren't confused by misconfigurations.
  • Consumer loop time is now configurable for systems with slow writes. Just
    set PAPERLESS_CONSUMER_LOOP_TIME to a number of seconds. The default
    is 10.
  • As per #44, we've removed support for PAPERLESS_CONVERT,
    PAPERLESS_CONSUME``, andPAPERLESS_SECRET. Please use PAPERLESS_CONVERT_BINARY,PAPERLESS_CONSUMPTION_DIR, and PAPERLESS_SHARED_SECRET` respectively instead.