diff --git a/VERSION b/VERSION index 9edc58b..9f05f9f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.4 +1.6.5 diff --git a/changelog.json b/changelog.json index ec916b9..47bb650 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,29 @@ { "versions": [ + { + "version": "1.6.5", + "date": "2026-04-27", + "changes": { + "features": [ + "Page modem: section Tests Miotiq (UDP) visible uniquement avec carte SIM Miotiq", + "Test 1 — Verification connexion PDP: detecte si PDP deja actif, active automatiquement si besoin", + "Test 2 — Test socket UDP: cree/connecte/envoie/ferme un socket vers 192.168.0.20:4242", + "Test 3 — Ping aller-retour Miotiq: envoie payload 100 bytes avec command=1, ecoute reponse descendante 15s" + ], + "improvements": [ + "Sections Test HTTP et Send message masquees automatiquement en mode Miotiq (pas d'acces internet)", + "Script check PDP user-friendly: affiche IP si deja actif, pas d'erreurs inutiles", + "Logs AT bruts accessibles via bouton collapse sur tous les tests Miotiq", + "Payload UDP: byte 9 passe de protocol_version (redondant avec bytes 69-71) a command (0x00=data, 0x01=ping)" + ], + "fixes": [], + "compatibility": [ + "Necessite mise a jour du parser Miotiq: renommer version en command (byte 9)", + "Necessite implementation cote serveur de la reponse descendante pour le test aller-retour" + ] + }, + "notes": "La page modem s'adapte au type de carte SIM. En mode Miotiq, les tests HTTP sont remplaces par des tests UDP dedies avec 3 niveaux de verification: connexion PDP, socket UDP, et ping aller-retour via l'API descendante Miotiq." + }, { "version": "1.6.4", "date": "2026-04-02",