From 7ddc063209ae16ec7119f78a646f7e1cb63a9a28 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 30 Aug 2017 01:53:23 -0400 Subject: [PATCH] Update release notes and changelog. Signed-off-by: Roberto Rosario --- HISTORY.rst | 2 +- docs/releases/2.7.rst | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index d329d32152..5f76b4edd0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,4 +1,4 @@ -2.7 (2017-XX-XX) +2.7 (2017-08-30) ================ - Add workaround for PDF with IndirectObject as the rotation value. GitHub #261. diff --git a/docs/releases/2.7.rst b/docs/releases/2.7.rst index f75cb839ba..82bcba3b9d 100644 --- a/docs/releases/2.7.rst +++ b/docs/releases/2.7.rst @@ -2,13 +2,17 @@ Mayan EDMS v2.7 release notes ============================= -Released: August xx, 2017 +Released: August 30, 2017 What's new ========== Beta Python 3 support --------------------- +Preliminary support for Python 3 has landed in this version. More testing +is still needed but for the most part seems to be usable. This is just +initial support and not meant for production. Please submit any issue with +Python 3 to help improve the support for it. PDF introspection improvements @@ -39,6 +43,7 @@ DPI value used by the conversion process of PDF files to images. The default value for this coversion was set to 300 DPI. The entry used to specify this value is `pdftoppm_dpi`. + Workflow refactor ----------------- This version includes a preview release of the workflow refactor that includes @@ -57,6 +62,7 @@ improvement added to the workflow app is the ability to render a workflow in a graphical manner, useful for visually understanding, explaining and debugging workflows. + OCR refactor ------------ As part of the plan to add OCR zone and barcode support the first set of @@ -70,6 +76,7 @@ This separation gives users the two choices of text information one extracted from the document (not always available or of quality) and the other recognized by OCR. + Document parsing ---------------- Historically Mayan has had two methods to extract text from PDF files. First @@ -83,6 +90,7 @@ initial experience with this library has been positive and since it supports text extraction might also replace PDFMiner as the secondary PDF text extraction strategy. + Document version UI ------------------- The list of versions of a document was updated to use the new item list @@ -92,6 +100,7 @@ to explore and navigate different versions of a document much easier and with more information that previously available, being able to visually see for example the difference in a document's versions. + Events system ------------- The events system has been updated to provide more information and improve @@ -132,6 +141,7 @@ Changing document types will no longer delete all metadata from the document. Any existing metadata whose type matches the metadata in the new type will be preserved. + Permission rebalance -------------------- In order to attach or remove a tag to a document, the tag view permissions @@ -259,6 +269,7 @@ Bugs fixed or issues closed * `GitHub issue #261 `_ fix_orientation method causes document add to crash * `GitHub issue #263 `_ Typo in mayan/apps/ocr/migrations/0004_documenttypesettings.py * `GitLab issue #172 `_ Metadata default value ignored when changing document type +* `GitLab issue #329 `_ Move code to Python 3 * `GitLab issue #415 `_ Wrong filename when downloading document version * `GitLab issue #416 `_ DPI value for OCR not taken from document metadata * `GitLab issue #417 `_ Display document cabinets in documents list