diff --git a/docs/changelog.rst b/docs/changelog.rst index 38866c3e6..8f01d0d9c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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. ` - 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.