diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..3eefcb9 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.0.0 diff --git a/changelog.json b/changelog.json new file mode 100644 index 0000000..8f5efba --- /dev/null +++ b/changelog.json @@ -0,0 +1,21 @@ +{ + "versions": [ + { + "version": "1.0.0", + "date": "2026-02-11", + "changes": { + "features": [ + "Support multi-device : NebuleAir Pro / ModuleAir Pro", + "Systeme de versioning firmware", + "Changelog viewer dans l'interface web" + ], + "improvements": [], + "fixes": [], + "compatibility": [ + "Les capteurs existants sont automatiquement configures en 'nebuleair_pro'" + ] + }, + "notes": "Premiere version tracee. Les capteurs anterieurs recevront device_type=nebuleair_pro par defaut lors de la mise a jour." + } + ] +} diff --git a/html/admin.html b/html/admin.html index 9911885..1351b16 100755 --- a/html/admin.html +++ b/html/admin.html @@ -174,6 +174,13 @@ +
${version.notes}
`; + } + + html += `