From d8763adad5749a9337dd7cd9c0d5ae4ce398e5a0 Mon Sep 17 00:00:00 2001 From: Padreug Date: Sun, 7 Jun 2026 19:15:37 +0200 Subject: [PATCH] =?UTF-8?q?chore(events):=20add=20v1.6.1-aio.5=20=E2=80=94?= =?UTF-8?q?=20signer=20abstraction=20+=20door-scanner=20stats=20endpoint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumped 1.6.1-aio.3 → 1.6.1-aio.5 (aio.4 skipped; no tagged release at that version). Catalog now offers both -aio.3 and -aio.5; older installs stay resolvable per "don't overwrite a version entry in place". aiolabs/events#24 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 58fe005..e6ce9ac 100644 --- a/extensions.json +++ b/extensions.json @@ -175,6 +175,16 @@ "archive": "https://git.atitlan.io/aiolabs/events/archive/v1.6.1-aio.3.zip", "hash": "14521ba712ae4ef0f4c8ad70a256ec384aefee7c524913725c550f43e404f227" }, + { + "id": "events", + "repo": "https://git.atitlan.io/aiolabs/events", + "name": "AIO Events", + "version": "1.6.1-aio.5", + "short_description": "Signer-abstraction migration: nostr publishing now routes through resolve_for_wallet → opaque NostrSigner (no more account.prvkey reads; works with LocalSigner / RemoteBunkerSigner / ClientSideOnlySigner). New GET /tickets/event/{event_id}/stats endpoint for HTTP-based door-scanner clients (webapp activities scanner).", + "icon": "https://git.atitlan.io/aiolabs/events/raw/branch/main/static/image/events.png", + "archive": "https://git.atitlan.io/aiolabs/events/archive/v1.6.1-aio.5.zip", + "hash": "01c6e0abc0f1477fd6e517cce6dfc2bc16a0acec746dfdb4a5191f61464f6f9f" + }, { "id": "nostrclient", "repo": "https://git.atitlan.io/aiolabs/nostrclient",