Lumi/update-manifest.json
2026-07-18 15:48:54 +02:00

31 lines
957 B
JSON

{
"name": "Lumi Core",
"version": "0.2.0",
"channel": "stable",
"released_at": "2026-07-18",
"compatible_from": "0.1.9",
"migration_kind": "version_correction",
"replaces_versions": [
"1.2.0"
],
"migration_notes": "Corrects the mistakenly published 1.2.0 version to 0.2.0. Lumi synchronizes runtime dependencies on restart and preserves settings, databases, plugin data, community knowledge, AI models, runtimes, uploads, logs, and secrets.",
"rollback_safe": true,
"requirements": [
"Node.js 18 or newer"
],
"versions": [
{
"version": "0.2.0",
"channel": "stable",
"released_at": "2026-07-18",
"compatible_from": "0.1.9",
"migration_kind": "version_correction",
"replaces_versions": [
"1.2.0"
],
"rollback_safe": true,
"migration_notes": "Automatic dependency synchronization and version correction only; preserved local data is not replaced."
}
]
}