diff --git a/Scriptable-JS/lteitaly-query.js b/Scriptable-JS/lteitaly-query.js index 40f8f3c..386bd36 100644 --- a/Scriptable-JS/lteitaly-query.js +++ b/Scriptable-JS/lteitaly-query.js @@ -37,7 +37,7 @@ if (statusCode == 200) { Name = decodeHTMLEntities(Name); let associateIndex = ["- AAU mmWave","- TDD Sub-6GHz","- FDD","- DSS","- Altro"]; - let associateDigit = ["No","","Passivo","Intersite","Autorizzato","Ignoto"]; + let associateDigit = ["No","","Passivo","Intersite","-","Ignoto"]; let NR_Info = [...json[3]].map((it, index) => [associateIndex[index], associateDigit[it]]).filter(it => it[1] !== 'No').map(it => it.join(" ")).join("\n") return{Name,LTE_Bands,NR_Bands,NR_Info}; diff --git a/ShorteNB.shortcut b/ShorteNB.shortcut index c2453f2..07df18b 100644 Binary files a/ShorteNB.shortcut and b/ShorteNB.shortcut differ diff --git a/changelog b/changelog index 7bba3d4..3612be6 100644 --- a/changelog +++ b/changelog @@ -1,3 +1 @@ -Aggiunto supporto ai CID della B28 Vodafone, corretto un bug col RAN Sharing di iliad. - -Se usate lo Shortcut per iliad cancellate il file "settings.json" nella cartella "ShorteNB" su iCloud Drive e rieseguite il primo setup. \ No newline at end of file +Corretto un errore con l'apertura della mappa nella posizione dell'utente e cambiata un'azione nel primo setup \ No newline at end of file diff --git a/link b/link index 0536715..3a03acb 100644 --- a/link +++ b/link @@ -1 +1 @@ -https://www.icloud.com/shortcuts/98d686ed558e4a19a6b7e2f43a3d6414 \ No newline at end of file +https://www.icloud.com/shortcuts/57f84c0bf3bc457ebfa948a70e6b6f88 \ No newline at end of file diff --git a/version b/version index e6d5cb8..e4c0d46 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.2 \ No newline at end of file +1.0.3 \ No newline at end of file