diff --git a/VERSION b/VERSION index 1bcb9da..60c38df 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.15 +1.9.16 diff --git a/changelog.json b/changelog.json index 09976e9..f6a95c2 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,18 @@ { "versions": [ + { + "version": "1.9.16", + "date": "2026-06-01", + "changes": { + "features": [], + "improvements": [ + "Sélecteur S88_port: les options affichent désormais 'port NPM1 (/dev/ttyAMA5)' etc. pour matcher le silkscreen de la PCB et éviter les erreurs de branchement. ttyAMA0 (non exposé) et ttyAMA2 (occupé par SARA) sont retirés du dropdown." + ], + "fixes": [], + "compatibility": [] + }, + "notes": "Aucun changement en base — la valeur stockée reste /dev/ttyAMAx, seul l'affichage change." + }, { "version": "1.9.15", "date": "2026-06-01", diff --git a/html/admin.html b/html/admin.html index 63cfceb..c848e60 100755 --- a/html/admin.html +++ b/html/admin.html @@ -147,11 +147,9 @@