Please read the release notes before upgrading: https://docs.mayan-edms.com/releases/3.4.13.html
Package locations
Docker image available at: https://hub.docker.com/r/mayanedms/mayanedms
Python packages available at: https://pypi.org/project/mayan-edms/3.4.13/ and installed via:
Code: Select all
pip install mayan-edms==3.4.13
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
- Add keyword arguments to the any_stream() function.
- Rename event_tag_remove to event_tag_removed.
Removals
- None
Backward incompatible changes
- None
Issues closed
- GitLab issue #846 Comments in Workflows are not indexed
- GitLab issue #850 API call for adding tags does not trigger an event
- GitLab issue #851 REST API missing OCR Setting for document_type