diff --git a/Debug/script/options.js b/Debug/script/options.js index 77c2fc7a..c013e2f3 100644 --- a/Debug/script/options.js +++ b/Debug/script/options.js @@ -1602,6 +1602,8 @@ InitDialog = async function () { } if (arfn.length) { arfn.sort(function (a, b) { + a = a.replace(/\..*/, ""); + b = b.replace(/\..*/, ""); return a - b || a.localeCompare(b); }); const px = screen.deviceYDPI / 3; diff --git a/Debug/script/sync.js b/Debug/script/sync.js index 51bb071b..95a46776 100644 --- a/Debug/script/sync.js +++ b/Debug/script/sync.js @@ -57,7 +57,7 @@ g_.updateJSONURL = "https://api.github.com/repos/tablacus/TablacusExplorer/relea AboutTE = function (n) { if (n == 0) { - return te.Version < 20220212 ? te.Version : 20220214; + return te.Version < 20220212 ? te.Version : 20220215; } if (n == 1) { const v = AboutTE(0);