All Versions
125
Latest Version
Avg Release Cycle
21 days
Latest Release
943 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v3.4.16 Changes
August 30, 2020- π Merge request !36 "Properly close storage file when CachePartion.create_file contextmanager ends". Thanks to Biel Massot (@biel.massot) for the report, solution, and merge request. Closes GitLab issue #870.
- β‘οΈ Update hardware and operating system requirements.
- π Expand the documentation chapter on languages. GitLab issue #831.
-
v3.4.15 Changes
August 26, 2020- Ensure workflow template field widgets receive an empty mapping when the arguments field is empty. Closes GitLab issue #862. Thanks to Dennis Ploeger (@dploeger) for the report, debug, and diagnostics.
- Backport events method decorator.
- β‘οΈ Update comments app to use method event decorator. Solves forum issue in topic 2890. Thank to forum user @qra for the report.
- β Add information about settings loading order to the settings chapter. Closes GitLab issue #813. Thanks to Martin (@efelon) for the report and debug information.
- β Add API endpoint to show the valid permissions for a model.
The URL is
/api/objects/{app}/{model}/permissions/
. Forum topic 2858. Thanks to forum user @neuhs for the report.
-
v3.4.14 Changes
August 18, 2020- π Fix resolved web link bug introduced by the commit 79ff84f7675ba0d78b1802b9f469fc67074433a0. Thanks to forum user @qra for the report.
- β Add web links API.
- π Release file metadata lock on errors.
- Raise workflow attribute errors on DEBUG.
- β Add keyword argument to parse_range.
- β Remove extra spaces in
document_signatures/storages.py
anddocument_signatures/settings.py
. - π Ensure metadata default values are applied when using the REST API. Thanks to forum user @qra for the report and debugging.
-
v3.4.13 Changes
August 08, 2020- π Ensure tag attach and remove events are committed when using the REST API. GitLab issue #850. Thanks to Olaf (@oohlaf) for the report.
- π¦ Expose the document type OCR settings model via the REST API. Closes GitLab issue #851. Thanks to Mike Mansell (@diamondq) for the report.
- π¦ Expose the document type parsing settings model via the REST API.
- β Add keyword arguments to the any_stream function.
- π· Rename event_tag_remove to event_tag_removed.
- β Add support to search documents and document pages by workflow transition comments. Closes GitLab issue #846. Thanks to Sven Gaechter (@sgaechter) for the report.
- β‘οΈ Backport search app icon updates from version 3.5a1.
- β‘οΈ Backport trashed document icon updates from version 3.5a1.
- π Fix post embedded signing redirection URL.
- β‘οΈ Update Django from version 2.2.14 to 2.2.15.
- β‘οΈ Update Sphinx from version 3.0.3 to 3.0.4.
-
v3.4.12 Changes
July 28, 2020- Decode fonts dependencies when downloading. Closes GitLab issue #849. Thanks to Olaf (@oohlaf) for the report and investigation.
- Unify the delete tag view behavior.
- β‘οΈ Update Django from version 2.2.13 to 2.2.14.
- Expose Celery settings:
CELERY_BROKER_LOGIN_METHOD
andCELERY_BROKER_USE_SSL
. These default toAMQPLAIN
andNone
respectively.
-
v3.4.11 Changes
July 18, 2020- β Don't assume local filesystem when testing the mirroring app.
- π Fix stale document instance in cascade state actions. Fixes GitLab issue #841. Thanks to Alexander SchlΓΌter (@alexschlueter) for the report, investigation, test code, and suggested solutions.
- π Wrap around long cabinet names in the document card. Fixes GitLab issue #843. Thanks to Will Wright (@fireatwill) for the report and debug information.
- π Include non Mayan app translations when switching locales. Closes GitLab issue #848. Thanks to FrΓ©dΓ©ric Sheedy (@fsheedy) for the report.
-
v3.4.10 Changes
June 24, 2020- π Fix repeated columns in the document index node list view.
- Rephrase the help text for the workflow state action and transition condition field.
- Switch direction of dropdowns when there is not enough area left at the bottom. Close GitLab issue #830. Thanks to Bw (@bwakkie) for the report.
- π³ Minor fixes to the optional services in the default Docker compose file.
- β Add support for selecting texts in cards.
- π Allow passing environment entries to the Tesseract OCR backend.
- β‘οΈ Update Sphinx from version 2.4.4 to version 3.0.3 and django-cors-headers from version 2.5.2 to version 3.2.1. Closes GitLab issue #835. Thanks to Girum Bizuayehu (@gbizuayehu) for the report.
- π Allow using non unique GID and UID when starting the Docker image. Closes GitLab issue #834. Thanks to Alexander SchlΓΌter (@alexschlueter) for the report and solution.
- Fix the storage name used in the DOCUMENTS_CACHE_MAXIMUM_SIZE callback function. Closes GitLab issue #838. Thanks to forum user @Obelix1981 for the report and debug information.
- β Add a dependency tracking for the graphviz dot executable used to generate workflow previews. It is not possible to pass a path to the graphviz Python library therefore this setting is only informational.
- β‘οΈ Update Django from version 2.2.12 to version 2.2.13.
- Convert the document indexing task retry delay constant into a setting
option. The option name is
DOCUMENT_INDEXING_TASK_RETRY_DELAY
and defaults to the previous value of 5 seconds.
-
v3.4.9 Changes
May 26, 2020- β Add the packaging library explicitly as a dependency. Closes GitLab issue #825. Thanks to Martin (@efelon) for the report and debug information.
-
v3.4.8 Changes
May 25, 2020- π Move django-qsstats-magic to the mayan_statistics app.
- β‘οΈ Update Pillow from version 7.0.0 to 7.1.2.
- β‘οΈ Update Werkzeug from version 1.0.0 to 1.0.1.
- β‘οΈ Update devpi-server from version 5.4.1 to 5.5.0.
- β‘οΈ Update django-celery-beat from version 1.5.0 to 2.0.0.
- β‘οΈ Update translation files.
- Encapsulate actstream registry inside a EventModelRegistry.
- π Improve default binary path detections in OpenBSD 6.7.
- π Fix README link to installation chapter. Closes GitLab issue #823. Thanks to Matthias LΓΆblich (@startmat) for the report.
- β Add document and document version pre creation hooks.
- π Use pre creation hooks to check quotas before document or document version creation and block user early on before the task is submitted.
- Wrap around long texts in the panel's body.
- Wrap around long tags when showing them in a panel's body.
- π Move templating to the templating app.
- π¦ Expose Django's
AUTHENTICATION_BACKENDS
setting.
-
v3.4.7 Changes
April 28, 2020- Darken dropdown menu text to increase contrast and legibility.
- Capture and display double check in and non checked out document checkout attempts. Closes GitLab issue #820. Thanks to Gerald Fuchs (@geraldf) for the report and debug information.
- π³ The Docker volume change owner command is now only run if there is a change in the UID or GID of the container's user. Merge request !81. Thanks to Matthias Bilger (@m42e) for the patch.
- π The pip option
--no-use-pep517
has been removed from the installation and version 3.4 upgrade documents. Closes GitLab issue #810. Thanks to jhayn49 (@jhayn49) for the report. - Replace self.get_object() with self.object where applicable.
- π Fixed HTTP workflow action field_order. Merge request !82. Thanks to Matthias Bilger (@m42e) for the report and the patch.
- β Add MERC 0007 defining the new repository branch layout.
- β Remove outdated development version deployment instructions. Closes GitLab issue #821. Thanks to Gerald Fuchs (@geraldf) for the report.