From 9c7a1c400c37801ce53b1d3e05881a1301baccc7 Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Fri, 28 Feb 2020 16:16:52 +1300 Subject: [PATCH] Slight updates to our downloads pages (#2306). --- doc/downloads/index.js | 5 +---- doc/downloads/previousSnapshots.js | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/doc/downloads/index.js b/doc/downloads/index.js index 3a51015471..79f798863e 100644 --- a/doc/downloads/index.js +++ b/doc/downloads/index.js @@ -37,10 +37,7 @@ var jsonData = { "versions": [ } ], "changes": [ - { "change": "Graph Panel widget: fixed a small problem that resulted in the legend being misplaced when exporting a graph panel (see issue #2297)." }, - { "change": "CellML support: improved the generation of runtime (see issue #2285)." }, - { "change": "CellML Text view: greatly reduced the time and memory required to do syntax highlighting (see issue #2284)." }, - { "change": "Simulation support: fixed a small problem with not being able to reset a simulation that generates NANs (see issue #2299)." }, + { "change": "Third-party libraries: upgraded Mesa to version 20.0.0 (see issue #2306)." } ] }, { "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 e0ec998dbe..4a1fc7a4ff 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": 14, "month": 2, "year": 2020, "type": 2, "license": 2, + "platforms": [ + { "name": "Windows", "supported": "Windows 10", + "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": ".pkg" }, { "extension": ".zip" } + ] + } + ], + "changes": [ + { "change": "Graph Panel widget: fixed a small problem that resulted in the legend being misplaced when exporting a graph panel (see issue #2297)." }, + { "change": "CellML support: improved the generation of runtime (see issue #2285)." }, + { "change": "CellML Text view: greatly reduced the time and memory required to do syntax highlighting (see issue #2284)." }, + { "change": "Simulation support: fixed a small problem with not being able to reset a simulation that generates NANs (see issue #2299)." }, + ] + }, { "major": 0, "minor": 0, "patch": 0, "day": 20, "month": 1, "year": 2020, "type": 2, "license": 2, "platforms": [ { "name": "Windows", "supported": "Windows 10",