All Versions
36
Latest Version
Avg Release Cycle
23 days
Latest Release
2168 days ago

Changelog History
Page 2

  • v2.6.1 Changes

    July 18, 2017
    • 🛠 Fix issue when editing or removing metadata from multiple documents.
  • v2.6 Changes

    July 18, 2017
    • 🛠 Fix HTML mark up in window title. GitLab #397.
    • ➕ Add support for emailing documents to a recipient list. GitLab #396.
    • 📇 Backport metadata widget changes from @Macrobb. GitLab #377.
    • 👉 Make users and group searchable.
    • ➕ Add support for logging errors during in production mode. Add COMMON_PRODUCTION_ERROR_LOG_PATH to control path of log file. Defaults to mayan/error.log.
    • ➕ Add support logging request exceptions.
    • ➕ Add document list item view.
    • Sort setting by namespace label and by global name second.
    • Sort indexes by label.
    • 🛠 Fix cabinets permission and access control checking.
    • 🚚 The permission to add or remove documents to cabinets now applies to documents too.
    • Equalize dashboard widgets heights.
    • Switch the order of the DEFAULT_AUTHENTICATION_CLASSES of DRF. GitLab #400.
    • Backport document's version list view permission.
    • 👌 Improve code to unbind menu entries.
    • 📇 Renamed the document type permission namespace from "Document setup" to "Document types".
    • ➕ Add support for granting the document type edit, document type delete, and document type view permissions to individual document type instances.
    • 👌 Improved tests by testing for accesses.
    • Increase the size of the mailing profile label field to 128 characters.
  • v2.5.2 Changes

    July 08, 2017
    • 👌 Improve new document creation signal handling. Fixes issue with duplicate scanning at upload.
  • v2.5.1 Changes

    July 08, 2017
    • 🚀 Update release target due to changes in PyPI.
  • v2.5 Changes

    July 07, 2017
    • ➕ Add view to download a document's OCR text. GitLab #215
    • ➕ Add user configurable mailer. GitLab #286.
    • 👉 Use Toasts library for screen messages.
    • ⬇️ Reduce verbosity of some debug messages.
    • ➕ Add new lineart transformation.
    • 🛠 Fix SANE source resolution field.
    • About and Profile menu reorganization.
    • PDF compatibility improvements.
    • Office document coversion improvements.
    • 🆕 New metadata type setup UI.
    • 👍 Duplicated document scan support.
    • 👍 "Remember me" login support.
    • ⏪ Forgotten password restore via email.
    • Document cache disabling.
    • 🌐 Translation improvements.
    • Image loading improvements.
    • Lower Javascript memory utilization.
    • HTML reponsive layout improvements.
    • 👉 Make document deletion a background task.
    • Unicode handling improvements.
    • Python3 compatilibyt improvements.
    • 🆕 New screen messages using Toastr.
  • v2.4 Changes

    June 23, 2017
    • ➕ Add Django-mathfilters.
    • 👌 Improve render of documents with no pages.
    • ➕ Add SANE scanner document source.
    • ➕ Added PDF orientation detection. GitLab issue #387.
    • 🛠 Fix repeated permission list API URL. GitLab issue #389.
    • 🛠 Fix role creation API endpoint not returning id. GitLab issue #390.
    • 📇 Make tags, metadata types and cabinets searchable via the dynamic search API. GitLab issue #344.
    • ➕ Add support for updating configuration options from environment variables.
    • ➕ Add purgelocks management command. GitLab issue #221.
    • 🛠 Fix index rebuilding for multi value first levels. GitLab issue #391.
    • Truncate views titles via the APPEARANCE_MAXIMUM_TITLE_LENGTH setting. GitLab issue #217.
    • ➕ Add background task manager app. GitLab issue #132.
    • ➕ Add link to show a document's OCR errors. GitLab issue #291.
  • v2.3 Changes

    June 08, 2017
    • 👍 Allow for bigger indexing expression templates.
    • 📇 Auto select checkbox when updating metadata values. GitLab issue #371.
    • ➕ Added support for passing the options allow-other and allow-root to the FUSE index mirror. GitLab issue #385
    • ➕ Add support for check for the latest released version of Mayan from the About menu.
    • 👌 Support for rebuilding specific indexes. GitLab issue #372.
    • Rewrite document indexing code to be faster and use less locking.
    • 🔒 Use a predefined file path for the file lock.
    • Catch documents with not document version when displaying their thumbnails.
    • Document page navigation fix when using Mayan as a sub URL app.
    • ➕ Add support for indexing on workflow state changes.
    • ➕ Add search model list API endpoint.
  • v2.2 Changes

    April 26, 2017
    • ✂ Remove the installation app (GitLab #301).
    • ➕ Add support for document page search
    • ✂ Remove recent searches feature
    • ✂ Remove dependency on the django-filetransfer library
    • 🛠 Fix height calculation in resize transformation
    • 👌 Improve upgrade instructions
    • 🆕 New image caching pipeline
    • 🆕 New drop down menus for the documents, folders and tags app as well as for the user links.
    • 🆕 New Dashboard view
    • 🚚 Moved licenses to their own module in every app
    • ⚡️ Update project to work with Django 1.10.4.
    • 🏷 Tags are alphabetically ordered by label (GitLab #342).
    • 🌐 Stop loading theme fonts from the web (GitLab #343).
    • ➕ Add support for attaching multiple tags (GitLab #307).
    • ↔ Integrate the Cabinets app.
  • v2.1.11 Changes

    March 14, 2017
    • ➕ Added a quick rename serializer to the document type API serializer.
    • ➕ Added per document type, workflow list API view.
    • 🐧 Mayan EDMS was adopted a version 1.1 of the Linux Foundation Developer Certificate of Origin.
    • ➕ Added the detail url of a permission in the permission serializer.
    • ➕ Added endpoints for the ACL app API.
    • Implemented document workflows transition ACLs. GitLab issue #321.
    • ➕ Add document comments API endpoints. GitHub issue #249.
    • ➕ Add support for overriding the Celery class.
    • 🔄 Changed the document upload view in source app to not use the HTTP referer URL blindly, but instead recompose the URL using known view name. Needed when integrating Mayan EDMS into other app via using iframes.
    • ➕ Addes size field to the document version serializer.
    • ✂ Removed the serializer from the deleted document restore API endpoint.
    • ➕ Added support for adding or editing document types to smart links via the API.
  • v2.1.10 Changes

    February 13, 2017
    • 🚀 Update Makefile to use twine for releases.
    • ➕ Add Makefile target to make test releases.