Skip to content

Commit

Permalink
Slight updates to our downloads pages (#2306).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Feb 28, 2020
1 parent 9545a32 commit 9c7a1c4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
5 changes: 1 addition & 4 deletions doc/downloads/index.js
Expand Up @@ -37,10 +37,7 @@ var jsonData = { "versions": [
}
],
"changes": [
{ "change": "<strong>Graph Panel widget:</strong> fixed a small problem that resulted in the legend being misplaced when exporting a graph panel (see issue <a href=\"https://github.com/opencor/opencor/issues/2297\">#2297</a>)." },
{ "change": "<strong>CellML support:</strong> improved the generation of runtime (see issue <a href=\"https://github.com/opencor/opencor/issues/2285\">#2285</a>)." },
{ "change": "<strong>CellML Text view:</strong> greatly reduced the time and memory required to do syntax highlighting (see issue <a href=\"https://github.com/opencor/opencor/issues/2284\">#2284</a>)." },
{ "change": "<strong>Simulation support:</strong> fixed a small problem with not being able to reset a simulation that generates NANs (see issue <a href=\"https://github.com/opencor/opencor/issues/2299\">#2299</a>)." },
{ "change": "<strong>Third-party libraries:</strong> upgraded <a href=\"https://mesa3d.org/\">Mesa</a> to version 20.0.0 (see issue <a href=\"https://github.com/opencor/opencor/issues/2306\">#2306</a>)." }
]
},
{ "major": 0, "minor": 5, "patch": 0, "day": 15, "month": 10, "year": 2016, "type": 0, "license": 1,
Expand Down
25 changes: 25 additions & 0 deletions 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": "<strong>Graph Panel widget:</strong> fixed a small problem that resulted in the legend being misplaced when exporting a graph panel (see issue <a href=\"https://github.com/opencor/opencor/issues/2297\">#2297</a>)." },
{ "change": "<strong>CellML support:</strong> improved the generation of runtime (see issue <a href=\"https://github.com/opencor/opencor/issues/2285\">#2285</a>)." },
{ "change": "<strong>CellML Text view:</strong> greatly reduced the time and memory required to do syntax highlighting (see issue <a href=\"https://github.com/opencor/opencor/issues/2284\">#2284</a>)." },
{ "change": "<strong>Simulation support:</strong> fixed a small problem with not being able to reset a simulation that generates NANs (see issue <a href=\"https://github.com/opencor/opencor/issues/2299\">#2299</a>)." },
]
},
{ "major": 0, "minor": 0, "patch": 0, "day": 20, "month": 1, "year": 2020, "type": 2, "license": 2,
"platforms": [
{ "name": "Windows", "supported": "Windows 10",
Expand Down

0 comments on commit 9c7a1c4

Please sign in to comment.