Added changes for 0.3.4

This commit is contained in:
Daniel Quinn 2017-01-10 18:06:04 +00:00
parent 88f9fb6fc8
commit f640bef5fc

View File

@ -2,6 +2,13 @@ Changelog
#########
* 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`_.