All Versions
36
Latest Version
Avg Release Cycle
23 days
Latest Release
2505 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.1.9 Changes
February 13, 2017- โก๏ธ Update make file to Workaround long standing pypa wheel bug #99
-
v2.1.8 Changes
February 12, 2017- ๐ Fixes in the trashed document API endpoints.
- ๐ Improved tags API PUT and PATCH endpoints.
- Bulk document adding when creating and editing tags.
- The version of django-mptt is preserved in case mayan-cabinets is installed.
- โ Add Django GPG API endpoints for singing keys.
- โ Add API endpoints for the document states (workflows) app.
- โ Add API endpoints for the messsage of the day (MOTD) app.
- โ Add Smart link API endpoints.
- โ Add writable versions of the Document and Document Type serializers (GitLab issues #348 and #349).
- ๐ Close GitLab issue #310 "Metadata's lookup with chinese messages when new document"
-
v2.1.7 Changes
February 01, 2017- ๐ Improved user management API endpoints.
- ๐ Improved permissions API endpoints.
- ๐ Improvements in the API tests of a few apps.
- โ Addition Content type list API view to the common app.
- โ Add API endpoints to the events app.
- ๐ Enable the parser and validation fields of the metadata serializer.
-
v2.1.6 Changes
November 23, 2016- ๐ Fix variable name typo in the rotation transformation class.
- โก๏ธ Update translations
-
v2.1.5 Changes
November 08, 2016- Backport resize transformation math operation fix (GitLab #319).
- โก๏ธ Update Pillow to 3.1.2 (Security fix).
- ๐ Backport zoom transformation performance improvement (GitLab #334).
- Backport trash can navigation link resolution fix (GitLab #331).
- ๐ Improve documentation regarding the use of GPG version 1 (GitLab #333).
- ๐ Fix ACL create view HTML response type. (GitLab #335).
- Expland staging folder and watch folder explanation.
-
v2.1.4 Changes
October 28, 2016- โ Add missing link to the 2.1.3 release notes in the index file.
- ๐ Improve TempfileCheckMixin.
- ๐ Fix statistics namespace list display view.
- ๐ Fix events list display view.
- โก๏ธ Update required Django version to 1.8.15.
- โก๏ธ Update required python-gnupg version to 0.3.9.
- ๐ Improved orphaned temporary files test mixin.
- ๐ท Re-enable and improve GitLab CI MySQL testing.
- ๐ Improved GPG handling.
- ๐ New GPG backend system.
- ๐ Minor documentation updates.
-
v2.1.3 Changes
June 29, 2016- โ Add help message when initialsetup migration phase fails. Relates to GitLab issue #296.
- ๐ Start using self.setdout instead of print as per documentation.
- ๐ Fix GitLab issue #295, "When editing a user the top bar jumps to the name of the user".
- Normalize handling of temporary file and directory creation.
- ๐ Fix GitLab issue #309, "Temp files quickly filling-up my /tmp (1GB tmpfs)".
- โ Explicitly check for residual temporary files in tests.
- โ Add missing temporary file cleanup for office documents.
- ๐ Fix file descriptor leak in the document signature download test.
-
v2.1.2 Changes
May 20, 2016- Sort document languages and user profile locale language lists. GitLab issue #292.
- ๐ Fix metadata lookup for {{ users }} and {{ group }}. Fixes GitLab #290.
- โ Add Makefile for common development tasks
-
v2.1.1 Changes
May 17, 2016- ๐ Fix navigation issue that make it impossible to add new sources. GitLab issue #288.
- The Tesseract OCR backend now reports if the requested language file is missing. GitLab issue #289.
- 0๏ธโฃ Ensure the automatic default index is created after the default document type.
-
v2.1 Changes
May 14, 2016- โฌ๏ธ Upgrade to use Django 1.8.13. Issue #246.
- โฌ๏ธ Upgrade requirements.
- โ Remove remaining references to Django's User model. GitLab issue #225
- ๐ Rename 'Content' search box to 'OCR'.
- โ Remove included login required middleware using django-stronghold instead (http://mikegrouchy.com/django-stronghold/).
- ๐ Improve generation of success and error messages for class based views.
- โ Remove ownership concept from folders.
- Replace strip_spaces middleware with the spaceless template tag. GitLab issue #255
- ๐ Deselect the update checkbox for optional metadata by default.
- โ Silence all Django 1.8 model import warnings.
- Implement per document type document creation permission. Closes GitLab issue #232.
- โ Add icons to the document face menu links.
- Increase icon to text spacing to 3px.
- ๐ Make document type delete time period optional.
- ๐ Fixed date locale handling in document properties, checkout and user detail views.
- โ Add new permission: checkout details view.
- โ Add HTML5 upload widget. Issue #162.
- โ Add Message of the Day app. Issue #222
- โก๏ธ Update Document model's uuid field to use Django's native UUIDField class.
- โ Add new split view index navigation
- ๐ Newly uploaded documents appear in the Recent document list of the user.
- ๐ Document indexes now have ACL support.
- โ Remove the document index setup permission.
- Status messages now display the object class on which they operate not just the word "Object".
- โ More tests added.
- ๐ Handle unicode filenames in staging folders.
- โ Add staging file deletion permission.
- New document_signature_view permission.
- โ Add support for signing documents.
- ๐ Instead of multiple keyservers only one keyserver is now supported.
- Replace document type selection widget with an opened selection list.
- โ Add mailing documentation chapter.
- โ Add roadmap documentation chapter.
- โก๏ธ API updates.