From f640bef5fcb485c4ee4b6c59372062593dc781e9 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Tue, 10 Jan 2017 18:06:04 +0000 Subject: [PATCH] Added changes for 0.3.4 --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index a13509659..5a535b33b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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`_.