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

Releases: the-paperless-project/paperless

0.3.6

25 Mar 15:23
Compare
Choose a tag to compare
  • Introduces pluggable consumers (#197)
  • Fixes a bug in the API that didn't allow for updating correspondents or tags (#200)

0.3.5

12 Feb 18:09
Compare
Choose a tag to compare

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:

  1. git pull
  2. pip install -r requirements.txt
  3. ./manage.py migrate
  4. Restart Paperless (however you're running it)

0.3.4

10 Jan 17:55
Compare
Choose a tag to compare
  • 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

08 Jan 19:14
Compare
Choose a tag to compare
  • Thumbnails in the UI and a Django-suit -based face-lift courtesy of @ekw!
  • Timezone, items per page, and default language are now all configurable, also thanks to @ekw.

0.3.2

03 Jan 10:04
Compare
Choose a tag to compare
  • Fix for#172: defaulting ALLOWED_HOSTS to["*"]and allowing the user to set her own value viaPAPERLESS_ALLOWED_HOSTS` should the need
    arise.

0.3.1

01 Jan 22:47
Compare
Choose a tag to compare

Added a default value for CONVERT_BINARY

0.3.0

01 Jan 18:53
Compare
Choose a tag to compare
  • 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.