From 688a7b12c43be156061888d25a713f9679141c89 Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Tue, 17 Dec 2019 17:29:30 +1300 Subject: [PATCH] Slight updates to our downloads and what is new pages (#2191). --- doc/downloads/index.js | 1 + doc/downloads/previousSnapshots.js | 8 ++++---- doc/whatIsNew.js | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/downloads/index.js b/doc/downloads/index.js index 89fe35b7fb..3f7750f6c1 100644 --- a/doc/downloads/index.js +++ b/doc/downloads/index.js @@ -37,6 +37,7 @@ var jsonData = { "versions": [ } ], "changes": [ + { "change": "Simulation Experiment view: can now reopen a remote CellML file from a SED-ML file (see issue #2191)." }, { "change": "Third-party libraries: upgraded QtWebKit to v5.212.0-alpha3 (see issue #2252)." } ] }, diff --git a/doc/downloads/previousSnapshots.js b/doc/downloads/previousSnapshots.js index 9b35610209..c00d4df4e9 100644 --- a/doc/downloads/previousSnapshots.js +++ b/doc/downloads/previousSnapshots.js @@ -23,7 +23,7 @@ var jsonData = { "versions": [ { "change": "CellML support: fixed an issue with the CellML API wrongly allowing code generation for non-runnable models (see issue #2240)." }, { "change": "SED-ML support: added support left and right triangle symbols (see issue #2173)." }, { "change": "Simulation support: don't require all our solvers to be installed anymore (see issue #2234)." }, - { "change": "Simulation Experiment view: properly handle the Graph Panel properties (see issue #2171). Make sure that curves are plotted with all of their original settings when reloading a SED-ML file (see issue #2176). Make sure that all of a solver's properties get saved to a SED-ML file (see issue #2185). Don't access our central widget directly anymore (see issue #2218)." }, + { "change": "Simulation Experiment view: properly handle the Graph Panel properties (see issue #2171). Make sure that curves are plotted with all of their original settings when reloading a SED-ML file (see issue #2176). Make sure that all of a solver's properties get saved to a SED-ML file (see issue #2185). Don't access our central widget directly anymore (see issue #2218)." }, { "change": "Third-party libraries: upgraded the OpenSSL library to version 1.1.1d (see issue #2157). Upgraded LLVM+Clang to version 9.0.0 (see issue #2161). Upgraded the SUNDIALS library to version 5.0.0 (see issue #2198). Upgraded QScintilla to version 2.11.3 (see issue #2208). Upgraded Mesa to version 19.2.6 (see issue #2230)." } ] }, @@ -94,7 +94,7 @@ var jsonData = { "versions": [ ], "changes": [ { "change": "General: prebuilt third-party libraries are now installed under [OpenCOR]/ext (see issue #2126)." }, - { "change": "CellML Text view: can once again read a CellML file that has no XML processing instruction (see issue #2125)." }, + { "change": "CellML Text view: can once again read a CellML file that has no XML processing instruction (see issue #2125)." }, { "change": "Simulation Experiment view: properly disable the `Reset All Model Parameters` button (see issue #2116). Fixed an issue with the plotting of simulation data being potentially (very) choppy (see issue #2118)." }, { "change": "Third-party libraries: upgraded jQuery to version 3.4.1 (see issue #2122). Upgraded libgit2 to version 0.28.2 (see issue #2123). Upgraded Mesa to version 19.1.1 (see issue #2124). Upgraded QScintilla to version 2.11.2 (see issue #2131)." } ] @@ -167,7 +167,7 @@ var jsonData = { "versions": [ } ], "changes": [ - { "change": "SED-ML support: fixed our detection of SED-ML file (see issue #2082)." }, + { "change": "SED-ML support: fixed our detection of SED-ML file (see issue #2082)." }, { "change": "Simulation support: generalised the reporting of a simulation's issues (see issue #2080)." } ] }, @@ -243,7 +243,7 @@ var jsonData = { "versions": [ { "change": "General: upgraded to Qt 5.12.0 LTS (see issue #1910)." }, { "change": "COMBINE support: now recognise files that have a master attribute of \"1\" rather than \"true\" (see issue #1912)." }, { "change": "Graph Panel widget: fixed a small problem with the scale range of an axis in some cases (see issue #1941)." }, - { "change": "CellML Annotation view: prevent OpenCOR from crashing after a CellML file has been rendered invalid (see issue #1958)." }, + { "change": "CellML Annotation view: prevent OpenCOR from crashing after a CellML file has been rendered invalid (see issue #1958)." }, { "change": "CellML Text view: improved Unicode support (see issue #1926)." }, { "change": "CellML tools: can now validate a CellML file from the CLI (see issue #1964)." }, { "change": "Simulation Experiment view: added basic support for the import of external data (see issue #1845). Ensure that graph panels are always properly aligned (see issue #1956). Fixed various issues with saving a file under a new name (see issue #1967)." }, diff --git a/doc/whatIsNew.js b/doc/whatIsNew.js index 7c66e03399..fbfeb17b6c 100644 --- a/doc/whatIsNew.js +++ b/doc/whatIsNew.js @@ -49,6 +49,7 @@ var jsonData = { "versions": [ { "type": "improved", "description": "Plotting of simulations." }, { "type": "fixed", "description": "Issue with handling the Graph Panel properties." }, { "type": "fixed", "description": "Various issues with saving a file under a new name." }, + { "type": "fixed", "description": "Issue with reopening a remote CellML file from a SED-ML file." }, { "type": "fixed", "description": "Issue with a SED-ML file / COMBINE archive not necessarily saving all of a solver's properties." }, { "type": "fixed", "description": "Issue with a SED-ML file / COMBINE archive being considered modified after changing languages." } ]