Skip to content

Commit

Permalink
Slight updates to our downloads pages (#1478).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 30, 2017
1 parent 89bea87 commit 4702f71
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
3 changes: 1 addition & 2 deletions doc/downloads/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ var jsonData = { "versions": [
}
],
"changes": [
{ "change": "<strong>Graph panel widget:</strong> now prevent the plot canvas can from becoming black in some cases (see issue <a href=\"https://github.com/opencor/opencor/issues/1475\">#1475</a>)." },
{ "change": "<strong>Simulation Experiment view:</strong> can now distinguish between the background colour of the plot area and that of the surrounding area (see issue <a href=\"https://github.com/opencor/opencor/issues/1473\">#1473</a>)." }
{ "change": "<strong>Graph panel widget:</strong> got the legend context menu to work again (see issue <a href=\"https://github.com/opencor/opencor/issues/1478\">#1478</a>)." }
]
},
{ "major": 0, "minor": 4, "patch": 1, "day": 20, "month": 5, "year": 2015, "type": 0,
Expand Down
23 changes: 23 additions & 0 deletions doc/downloads/previousSnapshots.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
var jsonData = { "versions": [
{ "major": 0, "minor": 0, "patch": 0, "day": 29, "month": 11, "year": 2017, "type": 2,
"platforms": [
{ "name": "Windows", "supported": "Windows 7 and later",
"files": [
{ "extension": ".exe" }, { "extension": ".zip" }
]
},
{ "name": "Linux", "supported": "Ubuntu 16.04 LTS (Xenial Xerus) and later",
"files": [
{ "extension": ".tar.gz" }
]
},
{ "name": "macOS", "supported": "OS X 10.10 (Yosemite) and later",
"files": [
{ "extension": ".dmg" }, { "extension": ".zip" }
]
}
],
"changes": [
{ "change": "<strong>Graph panel widget:</strong> now prevent the plot canvas can from becoming black in some cases (see issue <a href=\"https://github.com/opencor/opencor/issues/1475\">#1475</a>)." },
{ "change": "<strong>Simulation Experiment view:</strong> can now distinguish between the background colour of the plot area and that of the surrounding area (see issue <a href=\"https://github.com/opencor/opencor/issues/1473\">#1473</a>)." }
]
},
{ "major": 0, "minor": 0, "patch": 0, "day": 28, "month": 11, "year": 2017, "type": 2,
"platforms": [
{ "name": "Windows", "supported": "Windows 7 and later",
Expand Down

0 comments on commit 4702f71

Please sign in to comment.