This repository has been archived by the owner on Feb 19, 2021. It is now read-only.
Releases: the-paperless-project/paperless
Releases · the-paperless-project/paperless
0.3.6
0.3.5
This release is primarily for the new look on the documents listing page, but also includes a number of updates to dependency packages. If upgrading, remember to follow the following steps:
git pull
pip install -r requirements.txt
./manage.py migrate
- Restart Paperless (however you're running it)
0.3.4
- Removal of django-suit due to a licensing conflict I bumped into in 0.3.3. Note that you can use Django Suit with Paperless, but only in a non-profit situation as their free license prohibits for-profit use. As a result, I can't bundle Suit with Paperless without conflicting with the GPL. Further development will be done against the stock Django admin.
- I shrunk the thumbnails a little 'cause they were too big for me, even on my high-DPI monitor.
- BasicAuth support for document and thumbnail downloads, as well as the Push API thanks to @thomasbrueggemann. See
#179
_.
0.3.3
0.3.2
- Fix for
#172: defaulting ALLOWED_HOSTS to
["*"]and allowing the user to set her own value via
PAPERLESS_ALLOWED_HOSTS` should the need
arise.
0.3.1
Added a default value for CONVERT_BINARY
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
setPAPERLESS_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.