Skip to content

Commit c23cc82

Browse files
Updated CHANGELOG for the new release.
1 parent 5c92123 commit c23cc82

3 files changed

Lines changed: 31 additions & 2 deletions

File tree

CHANGELOG.md

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

4+
## 2.6.0 (2018-07-20)
5+
6+
### New
7+
8+
- MONARC users who open the home page in the web interface will see an image
9+
in the bottom left corner with the text "up-to-date" in green, "update
10+
available" in orange or "security update available" in red.
11+
This will make outdated version more visible for users of MONARC. This
12+
version checking is performed thanks to a
13+
[dedicated service](https://version.monarc.lu/version/MONARC).
14+
15+
### Enhancement
16+
17+
- the import and export functions have been improved;
18+
- creation of recommendation and missing field (#115);
19+
- make an easy link to implement the recommendation directly from the risk view
20+
(#112).
21+
22+
### Fix
23+
24+
- fixed a bug in the table Risk treatment plan management.
25+
- problem on date parsing with the date-picker with non-US browsers (when using
26+
date.toLocaleString) (#117)
27+
- it is not possible to reset the ``duedate`` attribute of a recommendation
28+
since the introduction of the date-picker (#116)
29+
- review and correct the functionality of import by fusion or merge (#62)
30+
- minor translations fixes.
31+
32+
433
## 2.5.0 (2018-07-04)
534

635
### New

VERSION.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"major":2, "minor":5, "hotfix":0}
1+
{"major":2, "minor":6, "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.5.0",
3+
"version": "2.6.0",
44
"description": "MONARC Frontoffice App",
55
"private": true,
66
"repository": {

0 commit comments

Comments
 (0)