From f444202b2475de04f7f58f8bfe93030154cf0817 Mon Sep 17 00:00:00 2001 From: Padreug Date: Wed, 20 May 2026 01:28:35 +0200 Subject: [PATCH] feat(events): add v1.3.0-aio.3 catalog entry Optional start/end time on events: when the wire-format string includes "T", the publisher emits NIP-52 kind 31923 (time-based, unix-timestamp start/end + day-granularity D tags) instead of kind 31922. 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 dd9514f..3cb2044 100644 --- a/extensions.json +++ b/extensions.json @@ -105,6 +105,16 @@ "archive": "https://git.atitlan.io/aiolabs/events/archive/v1.3.0-aio.2.zip", "hash": "ccfa652dc0a5ca2474fa138f9ed6af15a33db7f211e3b66cb162bbfe04be2be0" }, + { + "id": "events", + "repo": "https://git.atitlan.io/aiolabs/events", + "name": "AIO Events", + "version": "1.3.0-aio.3", + "short_description": "Optional start/end time on events (NIP-52 kind 31923 with unix-timestamp tags)", + "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.3.zip", + "hash": "f3aa77dce18fd62916963ae92a3e251a64d4385ab9d2afc71e9b719ece69923b" + }, { "id": "nostrclient", "repo": "https://git.atitlan.io/aiolabs/nostrclient",