From 5c919fff9b8e9df44490e2985ae95e168f7f8e45 Mon Sep 17 00:00:00 2001 From: Padreug Date: Mon, 20 Jul 2026 00:49:39 +0200 Subject: [PATCH] catalog: add chatelet v0.2.0 (operator admin UI) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New entry alongside v0.1.0 (not overwritten — 0.1.0 installs need it resolvable). Archive pinned to v0.2.0 tag (sha256 95291e60…e74). Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_019VUQCfdqiLSsFS2jcGnaFD --- extensions.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/extensions.json b/extensions.json index 2ee8c53..b233d5c 100644 --- a/extensions.json +++ b/extensions.json @@ -506,6 +506,17 @@ "icon": "https://git.atitlan.io/aiolabs/chatelet/raw/branch/main/static/image/aio.png", "archive": "https://git.atitlan.io/aiolabs/chatelet/archive/v0.1.0.zip", "hash": "4f96a2c1d8e6d9dd1013aa7c0957de503b97f0582b63afb351cb06d2d714c4b1" + }, + { + "id": "chatelet", + "repo": "https://git.atitlan.io/aiolabs/chatelet", + "name": "Chatelet", + "min_lnbits_version": "1.4.0", + "version": "0.2.0", + "short_description": "Nostr-native room rentals (Airbnb-style) for LNbits", + "icon": "https://git.atitlan.io/aiolabs/chatelet/raw/branch/main/static/image/aio.png", + "archive": "https://git.atitlan.io/aiolabs/chatelet/archive/v0.2.0.zip", + "hash": "95291e60b77126de40f295bafbfd0b0cf40919d716d2cf88b9f752dfa3c51e74" } ] }