Update release notes for 2.1

This commit is contained in:
Roberto Rosario
2016-03-14 22:35:54 -04:00
parent adcc37d8a4
commit 928d86088a
2 changed files with 30 additions and 2 deletions

View File

@@ -12,7 +12,6 @@
- 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 size by 10%.
- 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.

View File

@@ -7,7 +7,30 @@ Released: April, 2016
What's new
==========
- Upgrade to use Django 1.8.8.
- Remove remaining references to Django's User model.
- 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.
- Deselect the update checkbox for optional metadata by default.
- Implement per document type document creation permission.
- Make document type delete time period optional.
- Fixed date locale handling in document properties, checkout and user detail views.
- Add HTML5 upload widget. Issue #162.
- Add Message of the Day app. Issue #222
Other changes
=============
- Upgrade requirements.
- Rename 'Content' search box to 'OCR'.
- Silence all Django 1.8 model import warnings.
- Add icons to the document face menu links.
- Increase icon to text spacing to 3px.
- Add new permission: checkout details view.
- Add HTML tags stripping to the browser title generation template.
- Folder and Tag creation API calls now return the id of the created instances.
Removals
--------
@@ -62,6 +85,12 @@ Backward incompatible changes
Bugs fixed or issues closed
===========================
* `GitLab issue #250 <https://gitlab.com/mayan-edms/mayan-edms/issues/250>`_ Empty optional lookup metadata trigger validation error.
* `GitLab issue #162 <https://gitlab.com/mayan-edms/mayan-edms/issues/162>`_ Add HTML5 file uploader.
* `GitLab issue #222 <https://gitlab.com/mayan-edms/mayan-edms/issues/222>`_ Add notice board or Message of the Day.
* `GitLab issue #225 <https://gitlab.com/mayan-edms/mayan-edms/issues/225>`_ Remove hard coded User model.
* `GitLab issue #232 <https://gitlab.com/mayan-edms/mayan-edms/issues/232>`_ "Create documents" is a blanket permission for a user to create a document of any document type.
* `GitLab issue #246 <https://gitlab.com/mayan-edms/mayan-edms/issues/246>`_ Upgrade to Django version 1.8 as Django 1.7 is end-of-life.
* `GitLab issue #255 <https://gitlab.com/mayan-edms/mayan-edms/issues/255>`_ UnicodeDecodeError in apps/common/middleware/strip_spaces_widdleware.py.
.. _PyPI: https://pypi.python.org/pypi/mayan-edms/