diff --git a/doc/downloads/index.js b/doc/downloads/index.js index 0b817fd437..e86b4affc1 100644 --- a/doc/downloads/index.js +++ b/doc/downloads/index.js @@ -37,10 +37,7 @@ var jsonData = { "versions": [ } ], "changes": [ - { "change": "General: upgraded to Qt 5.9.4 LTS (see issue #1526). A new file (with no specific type) is not wrongly considered to be a COMBINE archive anymore (see issue #1530)." }, - { "change": "PMR window: properly refresh the list of public exposures when changing the PMR instance (see issue #1521)." }, - { "change": "Simulation support: addressed a problem with fixing and then saving a previously invalid simulation (see issue #1533)." }, - { "change": "Simulation Experiment view: added support for multiple runs (see issue #1523)." } + { "change": "Simulation Experiment view: prevent the clearing of simulation data from taking too long when we have several graph panels (see issue #1538)." } ] }, { "major": 0, "minor": 4, "patch": 1, "day": 20, "month": 5, "year": 2015, "type": 0, diff --git a/doc/downloads/previousSnapshots.js b/doc/downloads/previousSnapshots.js index b8c2eef6fa..18b7509cce 100644 --- a/doc/downloads/previousSnapshots.js +++ b/doc/downloads/previousSnapshots.js @@ -1,4 +1,29 @@ var jsonData = { "versions": [ + { "major": 0, "minor": 0, "patch": 0, "day": 31, "month": 1, "year": 2018, "type": 2, + "platforms": [ + { "name": "Windows", "supported": "Windows 7 and later", + "files": [ + { "extension": ".exe" }, { "extension": ".zip" } + ] + }, + { "name": "Linux", "supported": "Ubuntu 16.04 LTS (Xenial Xerus) and later", + "files": [ + { "extension": ".tar.gz" } + ] + }, + { "name": "macOS", "supported": "OS X 10.10 (Yosemite) and later", + "files": [ + { "extension": ".dmg" }, { "extension": ".zip" } + ] + } + ], + "changes": [ + { "change": "General: upgraded to Qt 5.9.4 LTS (see issue #1526). A new file (with no specific type) is not wrongly considered to be a COMBINE archive anymore (see issue #1530)." }, + { "change": "PMR window: properly refresh the list of public exposures when changing the PMR instance (see issue #1521)." }, + { "change": "Simulation support: addressed a problem with fixing and then saving a previously invalid simulation (see issue #1533)." }, + { "change": "Simulation Experiment view: added support for multiple runs (see issue #1523)." } + ] + }, { "major": 0, "minor": 0, "patch": 0, "day": 12, "month": 1, "year": 2018, "type": 2, "platforms": [ { "name": "Windows", "supported": "Windows 7 and later",