Skip to content

Commit c55f6db

Browse files
Released version 2.5.0.
1 parent 54c1f02 commit c55f6db

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
MONARC Changelog
22
================
33

4+
## 2.5.0 (2018-07-04)
5+
6+
### New
7+
8+
- all dashboard data can now be exported to a CSV file with tabs;
9+
- fine grained export of risk analysis (choice between method steps,
10+
interviews, existing controls and recommendations);
11+
- it is now possible to create a new recommendation from an existing one;
12+
- account deletion / right to erasure (#109).
13+
14+
### Enhancement
15+
16+
- how to erase the evaluation of all threats of a risk analysis (#97);
17+
- the risk treatment view has been improved (#96);
18+
- MONARC and the back office are now using AngularJS 1.7.0.
19+
20+
### Fix
21+
22+
- impossible to edit some fields in BO. Only is possible in the default
23+
language of instance (#108);
24+
- md-datepicker sends the day before the one that was selected (#105);
25+
- the filter by tag is not working on Knowledge base > Operational Risk (#103);
26+
- the generation of deliverables has been improved (bullet point lists) (#101);
27+
- various minor improvements and fixes in the back office of MONARC.
28+
29+
430
## 2.4.2 (2018-06-08)
531

632
### Enhancement

VERSION.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"major":2, "minor":4, "hotfix":2}
1+
{"major":2, "minor":5, "hotfix":0}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MONARC",
3-
"version": "2.4.2",
3+
"version": "2.5.0",
44
"description": "MONARC Frontoffice App",
55
"private": true,
66
"repository": {

0 commit comments

Comments
 (0)