From eb5c1d9cdd8b2f587d8f9b73f5b302998d2a3c1d Mon Sep 17 00:00:00 2001 From: Padreug Date: Sun, 17 May 2026 15:51:23 +0200 Subject: [PATCH] extensions: bump libra to v0.2.0 Adds user-facing income/revenue submission endpoint, SUBMIT_INCOME permission, and assorted UI polish on the pending-approvals view. 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 cac0109..e1ce4ac 100644 --- a/extensions.json +++ b/extensions.json @@ -215,6 +215,16 @@ "archive": "https://git.atitlan.io/aiolabs/libra/archive/v0.1.0.zip", "hash": "b3dc77d95047b3ef0733bd2ae761b547bc8d2275cb022ec071a1ab276d9683da" }, + { + "id": "libra", + "repo": "https://git.atitlan.io/aiolabs/libra", + "name": "Libra", + "version": "0.2.0", + "short_description": "Double-entry accounting for collectives", + "icon": "https://git.atitlan.io/aiolabs/libra/raw/branch/main/static/image/libra.png", + "archive": "https://git.atitlan.io/aiolabs/libra/archive/v0.2.0.zip", + "hash": "c40d6378c012358ce1acf6c7d0957a44f04282c68401648b41637005d37ed5f8" + }, { "id": "lnurlp", "repo": "https://github.com/lnbits/lnurlp",