Skip to content

Commit

Permalink
Slight update to our downloads page (#1171).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 27, 2017
1 parent 254f7a6 commit ec5905b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/downloads/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var jsonData = { "versions": [
{ "change": "<strong>General:</strong> upgraded to Qt 5.9.3 LTS (see issue <a href=\"https://github.com/opencor/opencor/issues/1464\">#1464</a>)." },
{ "change": "<strong>GraphPanel widget:</strong> axis labels are now rendered fine when exporting a graph panel to various formats (see issue <a href=\"https://github.com/opencor/opencor/issues/1448\">#1448</a>). Can now interact with a graph panel after it has been exported to a given format (see issue <a href=\"https://github.com/opencor/opencor/issues/1450\">#1450</a>)." },
{ "change": "<strong>SED-ML support:</strong> now track the relative height of a graph panel (see issue <a href=\"https://github.com/opencor/opencor/issues/1461\">#1461</a>)." },
{ "change": "<strong>SimulationExperiment view:</strong> it is now possible to customise a graph panel and have it serialised to / retrieved from a SED-ML file (see issue <a href=\"https://github.com/opencor/opencor/issues/1426\">#1426</a>)." },
{ "change": "<strong>SimulationExperiment view:</strong> it is now possible to customise a graph panel and have it serialised to / retrieved from a SED-ML file (see issue <a href=\"https://github.com/opencor/opencor/issues/1426\">#1426</a>). Can now show the legend of the different graphs shown in a graph panel (see issue <a href=\"https://github.com/opencor/opencor/issues/1171\">#1171</a>)." },
{ "change": "<strong>Third-party libraries:</strong> upgraded the <a href=\"http://computation.llnl.gov/projects/sundials\">SUNDIALS</a> library to version 3.0.0 (see issue <a href=\"https://github.com/opencor/opencor/issues/1453\">#1453</a>). Upgraded <a href=\"https://www.openssl.org/\">OpenSSL</a> to version 1.0.2m (see issue <a href=\"https://github.com/opencor/opencor/issues/1458\">#1458</a>). Upgraded <a href=\"https://riverbankcomputing.com/software/qscintilla/intro\">QScintilla</a> to version 2.10.2 (see issue <a href=\"https://github.com/opencor/opencor/issues/1466\">#1466</a>)." }
]
},
Expand Down
1 change: 1 addition & 0 deletions doc/user/whatIsNew.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ var jsonData = { "versions": [
{ "type": "Added", "description": "Support for log scales." },
{ "type": "Added", "description": "Ability to customise a graph." },
{ "type": "Added", "description": "Ability to customise a graph panel." },
{ "type": "Added", "description": "Ability to show the legend of a graph panel." },
{ "type": "Added", "description": "Export a graph panel to various formats (e.g. PDF, PNG, SVG)." },
{ "type": "Improved", "description": "Rendering of the <a href=\"https://en.wikipedia.org/wiki/Graphical_user_interface\">GUI</a>." },
{ "type": "Improved", "description": "Running of long simulations." },
Expand Down

0 comments on commit ec5905b

Please sign in to comment.