From 746b2131fc22f17fd669283ca9736dcac41cb6d8 Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 18 Feb 2025 14:40:59 -0500 Subject: [PATCH] Vines 1.13.0 --- 0.13/lists/tool-list-0.13.json | 24 ++++++++++++++++++++++++ 0.13/modify/tool-list-0.13.ts | 22 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/0.13/lists/tool-list-0.13.json b/0.13/lists/tool-list-0.13.json index f9329fd..4b8b638 100644 --- a/0.13/lists/tool-list-0.13.json +++ b/0.13/lists/tool-list-0.13.json @@ -9,6 +9,30 @@ } }, "tools": [ + { + "id": "vines", + "versionBranch": "1.13.x", + "title": "Vines", + "subtitle": "Group conversations and DMs", + "description": "A conversation capacity for groups in The Weave.", + "icon": "https://github.com/lightningrodlabs/vines/releases/download/we-applet-rc/icon.png", + "tags": [ + "chat" + ], + "versions": [ + { + "version": "1.13.0", + "url": "https://github.com/lightningrodlabs/vines/releases/download/we-applet-rc/vines-we_applet-1.12.1.webhapp", + "hashes": { + "happSha256": "d0b4d065641d1808878bede62475f4a450525688cb2121d81a42aeee764b5697", + "webhappSha256": "89953e8f69959c77c6ac6c2b481420202cf39c7e9923e2c151619b2452a7ae44", + "uiSha256": "428d0a857e3d34b07f1a3ed6a9bd41bbba796d30ae883b853028ecfa8ca241e9" + }, + "changelog": "Changed Add button UI. Many small bug fixes & polish.", + "releasedAt": 1739562342000 + } + ] + }, { "id": "vines", "versionBranch": "1.12.x", diff --git a/0.13/modify/tool-list-0.13.ts b/0.13/modify/tool-list-0.13.ts index bf06fc1..f7841dd 100644 --- a/0.13/modify/tool-list-0.13.ts +++ b/0.13/modify/tool-list-0.13.ts @@ -11,6 +11,28 @@ export default defineDevCollectiveToolList({ }, }, tools: [ + { + id: "vines", + versionBranch: "1.13.x", + title: "Vines", + subtitle: "Group conversations and DMs", + description: "A conversation capacity for groups in The Weave.", + icon: "https://github.com/lightningrodlabs/vines/releases/download/we-applet-rc/icon.png", + tags: ["chat"], + versions: [ + { + version: "1.13.0", + url: "https://github.com/lightningrodlabs/vines/releases/download/we-applet-rc/vines-we_applet-1.12.1.webhapp", + hashes: { + "happSha256": "d0b4d065641d1808878bede62475f4a450525688cb2121d81a42aeee764b5697", + "webhappSha256": "89953e8f69959c77c6ac6c2b481420202cf39c7e9923e2c151619b2452a7ae44", + "uiSha256": "428d0a857e3d34b07f1a3ed6a9bd41bbba796d30ae883b853028ecfa8ca241e9" + }, + changelog: "Changed Add button UI. Many small bug fixes & polish.", + releasedAt: 1739562342000, + }, + ], + }, { id: "vines", versionBranch: "1.12.x",