mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Version 0.3.0!
This commit is contained in:
parent
23bd887f16
commit
0ca5373f6d
3 changed files with 12 additions and 36 deletions
|
|
@ -1,6 +1,17 @@
|
|||
Changelog
|
||||
#########
|
||||
|
||||
* 0.3.0
|
||||
* 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``, and ``PAPERLESS_SECRET``. Please use
|
||||
``PAPERLESS_CONVERT_BINARY``, ``PAPERLESS_CONSUMPTION_DIR``, and
|
||||
``PAPERLESS_SHARED_SECRET`` respectively instead.
|
||||
|
||||
* 0.2.0
|
||||
|
||||
* `#150`_: The media root is now a variable you can set in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue