chore: prep v0.1.0 for the catalog (fix SQLite migration + icon) #13

Merged
padreug merged 2 commits from chore/catalog-release-prep into main 2026-07-19 21:17:11 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit e1f1629662 - Show all commits

chore: add extension icon + fix broken tile reference

config.json tile pointed at a non-existent chatelet.png. Add the shared aio
logo (static/image/aio.png) and point the tile at it — matches the fleet
convention (satmachineadmin/spirekeeper) and gives the catalog a valid icon.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019VUQCfdqiLSsFS2jcGnaFD
Padreug 2026-07-19 23:15:05 +02:00

View file

@ -5,7 +5,7 @@
"repo": "https://git.atitlan.io/aiolabs/chatelet", "repo": "https://git.atitlan.io/aiolabs/chatelet",
"short_description": "Nostr-native room rentals (Airbnb-style) for LNbits", "short_description": "Nostr-native room rentals (Airbnb-style) for LNbits",
"description": "", "description": "",
"tile": "/chatelet/static/image/chatelet.png", "tile": "/chatelet/static/image/aio.png",
"min_lnbits_version": "1.4.0", "min_lnbits_version": "1.4.0",
"contributors": [ "contributors": [
{ {

BIN
static/image/aio.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB