changelog

This commit is contained in:
Jonas Winkler 2020-11-22 23:42:57 +01:00
parent fa5df5d28e
commit c99668b355

View File

@ -8,6 +8,9 @@ Changelog
next
####
* Major changes to the front end (colors, shadows, layout of the cards,
better mobile support)
* Paperless now uses mime types and libmagic detection to determine
if a file type is supported and which parser to use. Removes all
file type checks that where present in MANY different places in
@ -17,15 +20,15 @@ next
content type was not set correctly. (i.e. PDF documents with
content type ``application/octet-stream``)
* Basic sorting of mail rules added
* Much better admin for mail rule editing.
* Docker entrypoint script awaits the database server if it is
configured.
* Basic sorting of mail rules added.
* Disabled editing of logs.
* Much better admin for mail rule editing.
* New setting ``PAPERLESS_OCR_PAGES`` limits the tesseract parser
to the first n pages of scanned documents.
@ -35,17 +38,7 @@ next
paperless-ng 0.9.1
##################
* Moved documentation of the settings to the actual documentation.
* Updated release script to force the user to choose between SQLite
and PostgreSQL. This avoids confusion when upgrading from paperless.
paperless-ng 0.9.0
##################
* **Deprecated:** GnuPG. :ref:`See this note on the state of GnuPG in paperless-ng. <utilities-encyption>`
This features will most likely be removed in future versions.
* Moved documentation of the settings VG271UP
* **Added:** New frontend. Features:
* Single page application: It's much more responsive than the django admin pages.