diff --git a/doc/downloads/index.js b/doc/downloads/index.js index 7618253f7e..89fe35b7fb 100644 --- a/doc/downloads/index.js +++ b/doc/downloads/index.js @@ -37,13 +37,7 @@ var jsonData = { "versions": [ } ], "changes": [ - { "change": "General: Replaced our use of PackageMaker with that of productbuild on macOS (see issue #2210). A selectable plugin cannot be needed by another plugin (see issue #2247)." }, - { "change": "Python support: added (initial) support for Python (see issue #1255). Added some Python-based tests (see issue #2178). Now update the environment variable PATH using \\ rather than / on Windows (see issue #2219). Merged our duplicated code (see issue #2225). Don't make our JupyterKernel and PythonShell plugins selectable (see issue #2245). Make sure that \"implementation\" and \"implementation_version\" are properly set in the JupyterKernel plugin (see issue #2250)." }, - { "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": "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)." } + { "change": "Third-party libraries: upgraded QtWebKit to v5.212.0-alpha3 (see issue #2252)." } ] }, { "major": 0, "minor": 5, "patch": 0, "day": 15, "month": 10, "year": 2016, "type": 0, "license": 1, diff --git a/doc/downloads/previousSnapshots.js b/doc/downloads/previousSnapshots.js index e0c723c396..9b35610209 100644 --- a/doc/downloads/previousSnapshots.js +++ b/doc/downloads/previousSnapshots.js @@ -1,4 +1,32 @@ var jsonData = { "versions": [ + { "major": 0, "minor": 0, "patch": 0, "day": 13, "month": 12, "year": 2019, "type": 2, "license": 2, + "platforms": [ + { "name": "Windows", "supported": "Windows 7 and later", + "files": [ + { "extension": ".exe" }, { "extension": ".zip" } + ] + }, + { "name": "Linux", "supported": "Ubuntu 18.04 LTS (Bionic Beaver) and later", + "files": [ + { "extension": ".tar.gz" } + ] + }, + { "name": "macOS", "supported": "macOS 10.12 (Sierra) and later", + "files": [ + { "extension": ".dmg" }, { "extension": ".zip" } + ] + } + ], + "changes": [ + { "change": "General: Replaced our use of PackageMaker with that of productbuild on macOS (see issue #2210). A selectable plugin cannot be needed by another plugin (see issue #2247)." }, + { "change": "Python support: added (initial) support for Python (see issue #1255). Added some Python-based tests (see issue #2178). Now update the environment variable PATH using \\ rather than / on Windows (see issue #2219). Merged our duplicated code (see issue #2225). Don't make our JupyterKernel and PythonShell plugins selectable (see issue #2245). Make sure that \"implementation\" and \"implementation_version\" are properly set in the JupyterKernel plugin (see issue #2250)." }, + { "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": "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)." } + ] + }, { "major": 0, "minor": 0, "patch": 0, "day": 9, "month": 9, "year": 2019, "type": 2, "license": 2, "platforms": [ { "name": "Windows", "supported": "Windows 7 and later",