From e4b938a9721899c52dbfe16e424e467f7a4afdfc Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Thu, 9 Apr 2020 17:35:36 +1200 Subject: [PATCH] Added the 2019-12-20 snapshot. For some reasons, it got removed... by mistake, I imagine! --- doc/downloads/previousSnapshots.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/doc/downloads/previousSnapshots.js b/doc/downloads/previousSnapshots.js index 4a1fc7a4ff..831b5a248a 100644 --- a/doc/downloads/previousSnapshots.js +++ b/doc/downloads/previousSnapshots.js @@ -48,6 +48,31 @@ var jsonData = { "versions": [ { "change": "Third-party libraries: upgraded LLVM+Clang to version 9.0.1 (see issue #2269). Upgraded the SUNDIALS library to version 5.1.0 (see issue #2272). Upgraded libgit2 to version 0.28.4 (see issue #2280). Upgraded Mesa to version 19.3.2 (see issue #2281)." } ] }, + { "major": 0, "minor": 0, "patch": 0, "day": 20, "month": 12, "year": 2019, "type": 2, "license": 2, + "platforms": [ + { "name": "Windows", "supported": "Windows 7 and later", + "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": ".dmg" }, { "extension": ".zip" } + ] + } + ], + "changes": [ + { "change": "General: don't ask to confirm the overwriting of a file when on macOS 10.15 (see issue #2261). Fixed a couple of issues with our splash screen (see issue #2265)." }, + { "change": "Graph Panel widget: prevent it from flickering when it is shown as disabled (see issue #2263)." }, + { "change": "Simulation Experiment view: can now reopen a remote CellML file from a SED-ML file (see issue #2191)." }, + { "change": "Third-party libraries: upgraded QtWebKit to v5.212.0-alpha3 (see issue #2252)." } + ] + }, { "major": 0, "minor": 0, "patch": 0, "day": 13, "month": 12, "year": 2019, "type": 2, "license": 2, "platforms": [ { "name": "Windows", "supported": "Windows 7 and later",