From 1033755d2302ffa125f347d74d64c89096568082 Mon Sep 17 00:00:00 2001 From: Padreug Date: Mon, 20 Jul 2026 01:45:34 +0200 Subject: [PATCH] catalog: add chatelet v0.3.0 (public guest endpoints + privacy fix) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Alongside 0.1.0/0.2.0. sha256 3f5fe8a2…821a. 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 b233d5c..4f0ed37 100644 --- a/extensions.json +++ b/extensions.json @@ -517,6 +517,17 @@ "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" + }, + { + "id": "chatelet", + "repo": "https://git.atitlan.io/aiolabs/chatelet", + "name": "Chatelet", + "min_lnbits_version": "1.4.0", + "version": "0.3.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.3.0.zip", + "hash": "3f5fe8a26978bd295a158cc0737cb6a802202920287a5e2f642426d0feef821a" } ] }