Skip to content

Commit af2b7b5

Browse files
committed
Release OpenCOR 0.8.3.
1 parent 9d612d6 commit af2b7b5

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

html/downloads/index.js.opencor

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
var jsonData = { "versions": [
2-
{ "major": 0, "minor": 8, "patch": 2, "day": 5, "month": 5, "year": 2025, "type": 1, "license": 2,
2+
{ "major": 0, "minor": 8, "patch": 3, "day": 29, "month": 7, "year": 2025, "type": 1, "license": 2,
3+
"platforms": [
4+
{ "name": "Windows", "supported": "Windows 10 and later",
5+
"files": [
6+
{ "extension": ".exe" }, { "extension": ".zip" }
7+
]
8+
},
9+
{ "name": "Linux", "supported": "Ubuntu 22.04 LTS (Jammy Jellyfish) and later",
10+
"files": [
11+
{ "extension": ".tar.gz" }
12+
]
13+
},
14+
{ "name": "macOS", "supported": "macOS 11 (Big Sur) and later",
15+
"files": [
16+
{ "extension": ".pkg" }, { "extension": ".zip" }
17+
]
18+
}
19+
]
20+
},
21+
{ "major": 0, "minor": 8, "patch": 2, "day": 5, "month": 5, "year": 2025, "type": 0, "license": 2,
322
"platforms": [
423
{ "name": "Windows", "supported": "Windows 10 and later",
524
"files": [

html/whatIsNew.js.opencor

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
var jsonData = { "versions": [
2+
{ "anchor": "0.8.3", "description": "Version 0.8.3", "day": 29, "month": 7, "year": 2025,
3+
"categories": [
4+
{ "name": "Simulation",
5+
"entries": [
6+
{ "type": "subCategory", "name": "Simulation Experiment view",
7+
"entries": [
8+
{ "type": "improved", "description": "User experience." }
9+
]
10+
}
11+
]
12+
}
13+
]
14+
},
215
{ "anchor": "0.8.2", "description": "Version 0.8.2", "day": 5, "month": 5, "year": 2025,
316
"categories": [
417
{ "name": "Simulation",

0 commit comments

Comments
 (0)