[releases] New electron releases
Diff
_scripts/gen_versions.php | 2 +-
src/versions.json | 42 ++++++++++++++++++++++++++++++++++++++----
2 files changed, 38 insertions(+), 6 deletions(-)
@@ -1,9 +1,9 @@
<?php
const VERSION_EXCLUDE = ['nightly', 'beta', 'alpha'];
// The latest four stable major versions are currently supported
// till May 2022, after which only 3 major versions will be supported
const SUPPORTED_MAJOR_VERSIONS = [15, 16, 17, 18];
const SUPPORTED_MAJOR_VERSIONS = [17, 18, 19];
// Command to fetch the list of versions from upstream
const FETCH_VERSIONS_COMMAND = "git ls-remote -q --tags https://github.com/electron/electron.git |grep -v '\^{}' |cut -f2 | sed -s 's/refs\/tags\///g' ";
@@ -1,9 +1,8 @@
{
"supported": [
"v15.5.0",
"v16.2.0",
"v17.3.0",
"v18.0.0"
"v17.4.5",
"v18.3.0",
"v19.0.0"
],
"all": [
"v0.24.0",
@@ -495,6 +494,7 @@
"v14.2.6",
"v14.2.7",
"v14.2.8",
"v14.2.9",
"v15.0.0",
"v15.1.0",
"v15.1.1",
@@ -512,6 +512,12 @@
"v15.4.1",
"v15.4.2",
"v15.5.0",
"v15.5.1",
"v15.5.2",
"v15.5.3",
"v15.5.4",
"v15.5.5",
"v15.5.6",
"v16.0.0",
"v16.0.1",
"v16.0.2",
@@ -526,6 +532,13 @@
"v16.1.0",
"v16.1.1",
"v16.2.0",
"v16.2.1",
"v16.2.2",
"v16.2.3",
"v16.2.4",
"v16.2.5",
"v16.2.6",
"v16.2.7",
"v17.0.0",
"v17.0.1",
"v17.1.0",
@@ -533,6 +546,25 @@
"v17.1.2",
"v17.2.0",
"v17.3.0",
"v18.0.0"
"v17.3.1",
"v17.4.0",
"v17.4.1",
"v17.4.2",
"v17.4.3",
"v17.4.4",
"v17.4.5",
"v18.0.0",
"v18.0.1",
"v18.0.2",
"v18.0.3",
"v18.0.4",
"v18.1.0",
"v18.2.0",
"v18.2.1",
"v18.2.2",
"v18.2.3",
"v18.2.4",
"v18.3.0",
"v19.0.0"
]
}