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 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 * Paperless now uses mime types and libmagic detection to determine
if a file type is supported and which parser to use. Removes all if a file type is supported and which parser to use. Removes all
file type checks that where present in MANY different places in 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 was not set correctly. (i.e. PDF documents with
content type ``application/octet-stream``) 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 * Docker entrypoint script awaits the database server if it is
configured. configured.
* Basic sorting of mail rules added.
* Disabled editing of logs. * Disabled editing of logs.
* Much better admin for mail rule editing.
* New setting ``PAPERLESS_OCR_PAGES`` limits the tesseract parser * New setting ``PAPERLESS_OCR_PAGES`` limits the tesseract parser
to the first n pages of scanned documents. to the first n pages of scanned documents.
@ -35,17 +38,7 @@ next
paperless-ng 0.9.1 paperless-ng 0.9.1
################## ##################
* Moved documentation of the settings to the actual documentation. * Moved documentation of the settings VG271UP
* 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.
* **Added:** New frontend. Features: * **Added:** New frontend. Features:
* Single page application: It's much more responsive than the django admin pages. * Single page application: It's much more responsive than the django admin pages.