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

Changelog History
Page 4

  • v2.0.2 Changes

    February 09, 2016
    • โœ… Install testing dependencies when installing development dependencies.
    • ๐Ÿ›  Fix GitLab issue #250 "Empty optional lookup metadata trigger validation error".
    • ๐Ÿ›  Fix OCR API test.
    • ๐Ÿ“‡ Move metadata form value validation to .clean() method.
    • ๐Ÿ‘ป Only extract validation error messages from ValidationError exception instances.
    • ๐Ÿ“‡ Don't store empty metadata value if the update checkbox is not checked.
    • โž• Add 2 second delay to document version tests to workaround MySQL limitation.
    • ๐Ÿ’ป Strip HTML tags from the browser title.
    • โœ‚ Remove Docker and Docker Compose files.
  • v2.0.1 Changes

    January 22, 2016
    • ๐Ÿ›  Fix GitLab issue #243, "System allows a user to skip entering values for a required metadata field while uploading a new document"
    • ๐Ÿ›  Fix GitLab issue #245, "Add multiple metadata not possible"
    • โšก๏ธ Updated Vagrantfile to provision a production box too.
  • v2.0 Changes

    December 04, 2015
    • ๐Ÿ†• New source homepage: https://gitlab.com/mayan-edms/mayan-edms
    • โšก๏ธ Update to Django 1.7
    • ๐Ÿ†• New Bootstrap Frontend UI
    • Easier theming and rebranding
    • ๐Ÿ‘Œ Improved page navigation interface
    • Menu reorganization
    • Removal of famfam icon set
    • ๐Ÿ‘Œ Improved document preview generation
    • Document submission for OCR changed to POST
    • ๐Ÿ†• New YAML based settings system
    • Removal of auto admin creation as separate app
    • Removal of dependencies
    • ๐Ÿ”จ ACL system refactor
    • Object access control inheritance
    • ๐Ÿ‘ Removal of anonymous user support
    • ๐Ÿ“‡ Metadata validators refactor
    • ๐Ÿ‘ Trash can support
    • Retention policies
    • ๐Ÿ‘Œ Support for sharing indexes as FUSE filesystems
    • Clickable preview images titles
    • Removal of eval
    • ๐Ÿ“œ Smarter OCR, per page parsing or OCR fallback
    • ๐Ÿ‘Œ Improve failure tolerance (not all Operational Errors are critical now)
    • RGB tags
    • 0๏ธโƒฃ Default document type and default document source
    • ๐Ÿ”— Link unbinding
    • ๐Ÿ”จ Statistics refactor
    • ๐Ÿ”€ Apps merge
    • ๐Ÿ†• New signals
    • โœ… Test improvements
    • Indexes recalculation after document creation too
    • โฌ†๏ธ Upgrade command
    • ๐Ÿšš OCR data moved to ocr app from documents app
    • ๐Ÿ†• New internal document creation workflow return a document stub
    • ๐ŸŒฒ Auto console debug logging during development and info during production
    • ๐Ÿ†• New class based and menu based navigation system
    • ๐Ÿ†• New class based transformations
    • Usage of Font Awesome icons set
    • ๐Ÿšš Management command to remove obsolete permissions: purgepermissions
    • Normalization of 'title' and 'name' fields to 'label'
    • ๐Ÿ‘Œ Improved API, now at version 1
    • ๐Ÿ’ป Invert page title/project name order in browser title
    • Django's class based views pagination
    • Reduction of text strings
    • Removal of the CombinedSource class
    • 0๏ธโƒฃ Removal of default class ACLs
    • Removal of the ImageMagick and GraphicsMagick converter backends
    • โœ‚ Remove support for applying roles to new users automatically
    • Removal of the DOCUMENT_RESTRICTIONS_OVERRIDE permission
    • โœ‚ Removed the page_label field
  • v1.1.1 Changes

    May 21, 2015
    • โšก๏ธ Update to Django 1.6.11
    • ๐Ÿ›  Fix make_dist.sh script
    • โž• Add test for issue #163
    • โœ… Activate tests for the sources app
    • Removal of the registration app
    • ๐Ÿ†• New simplified official project description
    • ๐Ÿ‘Œ Improvements to the index admin interface
    • Removal of installation statistics gathering
    • โœ‚ Remove unused folder tag
    • ๐Ÿ›  Fix usage of ugettext to ugettext_lazy
    • ๐Ÿ”’ Increase size of the lock name field
    • ๐Ÿ†• New style documentation
  • v1.1 Changes

    February 10, 2015
    • ๐Ÿ‘‰ Uses Celery for background tasks
    • Removal of the splash screen
    • โž• Adds a home view with common function buttons
    • ๐Ÿ‘Œ Support for sending and receiving documents via email
    • โœ‚ Removed custom logging app in favor of django-actvity-stream
    • โž• Adds watch folders
    • โœ… Includes Vagrant file for unified development and testing environments
    • Per user locale profile (language and timezone)
    • Includes news document workflow app
    • ๐Ÿ“‡ Optional and required metadata types
    • ๐Ÿ‘Œ Improved testings. Automated tests against SQLite, MySQL, PostgreSQL
    • Many new REST API endpoints added
    • Simplified text messages
    • ๐Ÿ‘Œ Improved method for custom settings
    • โž• Addition of CORS support to the REST API
    • Per document language setting instead of per installation language setting
    • ๐Ÿ“‡ Metadata validation and parsing support
    • โšก๏ธ Start of code updates towards Python 3 support
    • ๐Ÿ’ป Simplified UI
    • Stable PDF previews generation
    • ๐Ÿ“š More technical documentation
  • v1.0 Changes

    August 27, 2014
    • ๐Ÿ†• New home @ https://github.com/mayan-edms/mayan-edms
    • โšก๏ธ Updated to use Django 1.6
    • โšก๏ธ Translation updates
    • Custom model properties removal
    • Source code improvements
    • Removal of included 3rd party modules
    • โœ… Automatic testing and code coverage check
    • โšก๏ธ Update of required modules and libraries versions
    • ๐Ÿ›  Database connection leaks fixes
    • ๐Ÿ‘Œ Support for deletion of detached signatures
    • Removal of Fabric based installations script
    • ๐Ÿ”Œ Pluggable OCR backends
    • OCR improvements
    • License change, Mayan EDMS in now licensed under the Apache 2.0 License
    • ๐Ÿ“ฆ PyPI package, Mayan EDMS in now available on PyPI: https://pypi.python.org/pypi/mayan-edms/
    • ๐Ÿ†• New REST API