Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
  • Loading branch information
Roberto Rosario committed Aug 8, 2020
1 parent 3c4cdda commit a805e25
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
3.4.13 (2020-08-XX)
3.4.13 (2020-08-08)
===================
- Ensure tag attach and remove events are committed when using the REST API.
GitLab issue #850. Thanks to Olaf (@oohlaf) for the report.
Expand Down
59 changes: 56 additions & 3 deletions docs/releases/3.4.13.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,69 @@
Version 3.4.13
==============

Released: XX XX, XXXX
Released: August 8, 2020

Changes
-------


Dependencies
^^^^^^^^^^^^

The Django version used was updated from 2.2.14 to 2.2.15
(https://docs.djangoproject.com/en/3.0/releases/2.2.15/)

The Sphinx version used was updated from version 3.0.3 to 3.0.4.
(https://www.sphinx-doc.org/en/master/changes.html)


Document signing
^^^^^^^^^^^^^^^^

The URL used for redirection after creating an embedded signature was fixed.
The URL generated will point to the latest document version created as
part of the signing process.


OCR
---
^^^

The document type OCR settings are now exposed via the REST API.


Parsing
^^^^^^^

The document type parsing settings are now exposed via the REST API.


Tags
^^^^

The tags API was updated to use the same internal services to attach and
remove tags, this ensures that the tag events are triggered like they
do when using the normal HTML views.


Workflows
^^^^^^^^^

Support was added to search documents and document pages by their workflow
transition comments.


User interface
^^^^^^^^^^^^^^

Updates for the search app icons and the document trash can icon were
backported from version 3.5a1.


Other
^^^^^

Expose the document type OCR settings model via the REST API.
- Add keyword arguments to the ``any_stream()`` function.
- Rename ``event_tag_remove`` to ``event_tag_removed``.


Removals
Expand Down

0 comments on commit a805e25

Please sign in to comment.