Updated CHANGELOG for the new release.

pull/137/head v2.6.0
Cédric Bonhomme 2018-07-20 14:21:36 +02:00
parent 5c921238e4
commit c23cc82328
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
3 changed files with 31 additions and 2 deletions

View File

@ -1,6 +1,35 @@
MONARC Changelog
================
## 2.6.0 (2018-07-20)
### New
- MONARC users who open the home page in the web interface will see an image
in the bottom left corner with the text "up-to-date" in green, "update
available" in orange or "security update available" in red.
This will make outdated version more visible for users of MONARC. This
version checking is performed thanks to a
[dedicated service](https://version.monarc.lu/version/MONARC).
### Enhancement
- the import and export functions have been improved;
- creation of recommendation and missing field (#115);
- make an easy link to implement the recommendation directly from the risk view
(#112).
### Fix
- fixed a bug in the table Risk treatment plan management.
- problem on date parsing with the date-picker with non-US browsers (when using
date.toLocaleString) (#117)
- it is not possible to reset the ``duedate`` attribute of a recommendation
since the introduction of the date-picker (#116)
- review and correct the functionality of import by fusion or merge (#62)
- minor translations fixes.
## 2.5.0 (2018-07-04)
### New

View File

@ -1 +1 @@
{"major":2, "minor":5, "hotfix":0}
{"major":2, "minor":6, "hotfix":0}

View File

@ -1,6 +1,6 @@
{
"name": "MONARC",
"version": "2.5.0",
"version": "2.6.0",
"description": "MONARC Frontoffice App",
"private": true,
"repository": {