Skip to content

Commit 9d612d6

Browse files
committed
Release OpenCOR 0.8.2.
1 parent 236add7 commit 9d612d6

File tree

3 files changed

+39
-5
lines changed

3 files changed

+39
-5
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": 1, "day": 23, "month": 1, "year": 2025, "type": 1, "license": 2,
2+
{ "major": 0, "minor": 8, "patch": 2, "day": 5, "month": 5, "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": 1, "day": 23, "month": 1, "year": 2025, "type": 0, "license": 2,
322
"platforms": [
423
{ "name": "Windows", "supported": "Windows 10 and later",
524
"files": [

html/supportedPlatforms.js.opencor

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var jsonData = { "oses": [
44
{ "description": "<strong>Up to OpenCOR 0.3:</strong> supported on both the 32-bit and 64-bit versions of <a href=\"https://en.wikipedia.org/wiki/Windows_XP\">Windows XP</a> and later." },
55
{ "description": "<strong>OpenCOR 0.4.x:</strong> supported on both the 32-bit and 64-bit versions of <a href=\"https://en.wikipedia.org/wiki/Windows_7\">Windows 7</a> and later." },
66
{ "description": "<strong>OpenCOR 0.5 and 0.6:</strong> supported on the 64-bit version of <a href=\"https://en.wikipedia.org/wiki/Windows_7\">Windows 7</a> and later." },
7-
{ "description": "<strong>OpenCOR 0.7.x and 0.8:</strong> supported on the 64-bit version of <a href=\"https://en.wikipedia.org/wiki/Windows_10\">Windows 10</a> and later." }
7+
{ "description": "<strong>OpenCOR 0.7.x and 0.8.x:</strong> supported on the 64-bit version of <a href=\"https://en.wikipedia.org/wiki/Windows_10\">Windows 10</a> and later." }
88
]
99
},
1010
{ "name": "Linux",
@@ -13,7 +13,8 @@ var jsonData = { "oses": [
1313
{ "description": "<strong>OpenCOR 0.3 and 0.4.x:</strong> supported on both the 32-bit and 64-bit versions of <a href=\"https://en.wikipedia.org/wiki/Ubuntu_version_history#Ubuntu_14.04_LTS_(Trusty_Tahr)\">Ubuntu 14.04 LTS (Trusty Tahr)</a> and later." },
1414
{ "description": "<strong>OpenCOR 0.5:</strong> supported on the 64-bit version of <a href=\"https://en.wikipedia.org/wiki/Ubuntu_version_history#Ubuntu_14.04_LTS_(Trusty_Tahr)\">Ubuntu 14.04 LTS (Trusty Tahr)</a> and later." },
1515
{ "description": "<strong>OpenCOR 0.6:</strong> supported on the 64-bit version of <a href=\"https://en.wikipedia.org/wiki/Ubuntu_version_history#Ubuntu_16.04_LTS_(Xenial_Xerus)\">Ubuntu 16.04 LTS (Xenial Xerus)</a> and later." },
16-
{ "description": "<strong>OpenCOR 0.7.x and 0.8:</strong> supported on the 64-bit version of <a href=\"https://en.wikipedia.org/wiki/Ubuntu_version_history#Ubuntu_20.04_LTS_(Focal_Fossa)\">Ubuntu 20.04 LTS (Focal Fossa)</a> and later." }
16+
{ "description": "<strong>OpenCOR 0.7.x, 0.8.0/1:</strong> supported on the 64-bit version of <a href=\"https://en.wikipedia.org/wiki/Ubuntu_version_history#Ubuntu_20.04_LTS_(Focal_Fossa)\">Ubuntu 20.04 LTS (Focal Fossa)</a> and later." },
17+
{ "description": "<strong>OpenCOR 0.8.2:</strong> supported on the 64-bit version of <a href=\"https://en.wikipedia.org/wiki/Ubuntu_version_history#Ubuntu_22.04_LTS_(Jammy_Jellyfish)\">Ubuntu 22.04 LTS (Jammy Jellyfish)</a> and later." }
1718
]
1819
},
1920
{ "name": "macOS",
@@ -22,7 +23,7 @@ var jsonData = { "oses": [
2223
{ "description": "<strong>OpenCOR 0.2 to 0.4.x:</strong> supported on <a href=\"https://en.wikipedia.org/wiki/Mac_OS_X_Lion\">Mac OS X 10.7 (Lion)</a> and later." },
2324
{ "description": "<strong>OpenCOR 0.5:</strong> supported on <a href=\"https://en.wikipedia.org/wiki/OS_X_Mountain_Lion\">OS X 10.8 (Mountain Lion)</a> and later." },
2425
{ "description": "<strong>OpenCOR 0.6:</strong> supported on <a href=\"https://en.wikipedia.org/wiki/OS_X_Yosemite\">OS X 10.10 (Yosemite)</a> and later." },
25-
{ "description": "<strong>OpenCOR 0.7.x and 0.8:</strong> supported on <a href=\"https://en.wikipedia.org/wiki/MacOS_Big_Sur\">macOS 11 (Big Sur)</a> and later." }
26+
{ "description": "<strong>OpenCOR 0.7.x and 0.8.x:</strong> supported on <a href=\"https://en.wikipedia.org/wiki/MacOS_Big_Sur\">macOS 11 (Big Sur)</a> and later." }
2627
]
2728
}
2829
]

html/whatIsNew.js.opencor

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
var jsonData = { "versions": [
2+
{ "anchor": "0.8.2", "description": "Version 0.8.2", "day": 5, "month": 5, "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+
{ "type": "fixed", "description": "An issue with clearing simulation results." }
10+
]
11+
}
12+
]
13+
}
14+
]
15+
},
216
{ "anchor": "0.8.1", "description": "Version 0.8.1", "day": 23, "month": 1, "year": 2025,
317
"categories": [
418
{ "name": "Simulation",
519
"entries": [
620
{ "type": "subCategory", "name": "Simulation Experiment view",
721
"entries": [
8-
{ "type": "fixed", "description": "Hanging up issue in some cases." }
22+
{ "type": "fixed", "description": "A hanging up issue in some cases." }
923
]
1024
}
1125
]

0 commit comments

Comments
 (0)