Update release notes

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-09-24 23:11:14 -04:00
parent b03758ed8b
commit 6fe41660bd
2 changed files with 8 additions and 2 deletions

View File

@@ -1,8 +1,10 @@
3.2.8 (2019-XX-XX)
==================
* Fix error when accessing some API entry points without
being authenticated.
* Add cabinet add and remove workflow actions.
* Tweaked the jstree component's appearance to cope with
long labels.
long cabinet labels.
* Update Django to version 1.11.24
* Update jQuery to version 3.4.1
* Add support for deleting the OCR content of a document
@@ -14,6 +16,7 @@
* Add support for deleting the parsed content of a document
of selection of documents.
* Add parsed content deleted event.
* Allow scaling of UI on mobile devices.
3.2.7 (2019-08-28)
==================

View File

@@ -18,6 +18,8 @@ and reduced padding. Thanks for forum user @briboe for the report.
Other changes
^^^^^^^^^^^^^
- Fix error when accessing some API entry points without
being authenticated.
- Add cabinet add and remove workflow actions.
- Update Django to version 1.11.24.
- Update jQuery to version 3.4.1
@@ -25,11 +27,12 @@ Other changes
or selection of documents.
- Add OCR content deleted event.
- Add missing recursive option to Docker entrypoint
chown. GitLab issue #668. Thanks to John Wice (@brilthor)
chown. GitLab issue #668. Thanks to John Wice (@brilthor)
for the report.
- Add support for deleting the parsed content of a document
of selection of documents.
- Add parsed content deleted event.
- Allow scaling of UI on mobile devices.
Removals