From 438b051d8757664f4408b006918c055b0d241474 Mon Sep 17 00:00:00 2001 From: Padreug Date: Fri, 22 May 2026 08:42:24 +0200 Subject: [PATCH] feat(events): add v1.3.0-aio.6 catalog entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fork-migrations split per aiolabs/lnbits#8 — schema deltas move out of migrations.py into migrations_fork.py so events stays rebase-friendly against upstream. Requires aiolabs/lnbits with the extension_fork loader (commit ae997181 or later). Co-Authored-By: Claude Opus 4.7 (1M context) --- extensions.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/extensions.json b/extensions.json index 7bdf3f2..21d2606 100644 --- a/extensions.json +++ b/extensions.json @@ -135,6 +135,16 @@ "archive": "https://git.atitlan.io/aiolabs/events/archive/v1.3.0-aio.5.zip", "hash": "40c8adcfd31c8ea528e90c6ebf683aaeb6af077a84aa9b1ea9f031c9d99ed690" }, + { + "id": "events", + "repo": "https://git.atitlan.io/aiolabs/events", + "name": "AIO Events", + "version": "1.3.0-aio.6", + "short_description": "Fork-migrations split: schema deltas move to migrations_fork.py (requires aiolabs/lnbits with extension_fork loader)", + "icon": "https://git.atitlan.io/aiolabs/events/raw/branch/main/static/image/events.png", + "archive": "https://git.atitlan.io/aiolabs/events/archive/v1.3.0-aio.6.zip", + "hash": "637e7dfd06dae37143ed91e004e7cd153d6f56c6d3b79a1fae9283eff8e0dbd3" + }, { "id": "nostrclient", "repo": "https://git.atitlan.io/aiolabs/nostrclient",