From 9e90c9447d056c960f41acca897e2bce67a432a6 Mon Sep 17 00:00:00 2001 From: Eric Harris-Braun Date: Tue, 7 Jan 2025 16:04:30 -0500 Subject: [PATCH] adds zipzap --- 0.13/lists/curations-0.13.json | 8 ++++++++ 0.13/lists/tool-list-0.13.json | 25 +++++++++++++++++++++++++ 0.13/modify/curations-0.13.ts | 7 +++++++ 0.13/modify/tool-list-0.13.ts | 22 ++++++++++++++++++++++ 4 files changed, 62 insertions(+) diff --git a/0.13/lists/curations-0.13.json b/0.13/lists/curations-0.13.json index abb8cd2..8c8d877 100644 --- a/0.13/lists/curations-0.13.json +++ b/0.13/lists/curations-0.13.json @@ -13,6 +13,14 @@ "description": "Default Curation List of Lightningrod Labs", "tags": [], "tools": [ + { + "toolListUrl": "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json", + "toolId": "zipzap", + "versionBranch": "0.3.x", + "tags": [ + "" + ] + }, { "toolListUrl": "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json", "toolId": "notebooks", diff --git a/0.13/lists/tool-list-0.13.json b/0.13/lists/tool-list-0.13.json index 79f5820..d6d8ce5 100644 --- a/0.13/lists/tool-list-0.13.json +++ b/0.13/lists/tool-list-0.13.json @@ -9,6 +9,31 @@ } }, "tools": [ + { + "id": "zipzap", + "versionBranch": "0.3.x", + "title": "ZipZap", + "subtitle": "Ephemeral chat", + "description": "ZipZap is ephemeral chat. Your messages are never stored. Chat streams are defined by the people who are in them.", + "icon": "https://github.com/lightningrodlabs/zipzap/releases/download/v0.3.0-rc.0/zipzap_icon.png", + "tags": [ + "markdown", + "real-time editor" + ], + "versions": [ + { + "version": "0.3.0-rc.0", + "url": "https://github.com/lightningrodlabs/zipzap/releases/download/v0.3.0-rc.0/zipzap.webhapp", + "hashes": { + "happSha256": "57ce77725d91790298c93d4321003e2f52415ddc81a5a8b618c5874b9fd4d49b", + "webhappSha256": "ec95e49f74c309a824adc578b3a6c0fe04cfa70903e95cbf676267950ad3fd1d", + "uiSha256": "9ac1b82eb457f26cfd3a9bf6114507162154f4f7e0188112c6aac5fa666053a3" + }, + "changelog": "Updates for Holochain 0.4 and Moss 0.13", + "releasedAt": 1736192464850 + } + ] + }, { "id": "notebooks", "versionBranch": "0.4.x", diff --git a/0.13/modify/curations-0.13.ts b/0.13/modify/curations-0.13.ts index aa42189..c3aaf1d 100644 --- a/0.13/modify/curations-0.13.ts +++ b/0.13/modify/curations-0.13.ts @@ -15,6 +15,13 @@ export default defineCurationLists({ description: "Default Curation List of Lightningrod Labs", tags: [], tools: [ + { + toolListUrl: + "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json", + toolId: "zipzap", + versionBranch: "0.3.x", + tags: [""], + }, { toolListUrl: "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json", diff --git a/0.13/modify/tool-list-0.13.ts b/0.13/modify/tool-list-0.13.ts index 6433e69..47d3b1c 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: "zipzap", + versionBranch: "0.3.x", + title: "ZipZap", + subtitle: "Ephemeral chat", + description: "ZipZap is ephemeral chat. Your messages are never stored. Chat streams are defined by the people who are in them.", + icon: "https://github.com/lightningrodlabs/zipzap/releases/download/v0.3.0-rc.0/zipzap_icon.png", + tags: ["markdown", "real-time editor"], + versions: [ + { + version: "0.3.0-rc.0", + url: "https://github.com/lightningrodlabs/zipzap/releases/download/v0.3.0-rc.0/zipzap.webhapp", + hashes: { + "happSha256": "57ce77725d91790298c93d4321003e2f52415ddc81a5a8b618c5874b9fd4d49b", + "webhappSha256": "ec95e49f74c309a824adc578b3a6c0fe04cfa70903e95cbf676267950ad3fd1d", + "uiSha256": "9ac1b82eb457f26cfd3a9bf6114507162154f4f7e0188112c6aac5fa666053a3" + }, + changelog: "Updates for Holochain 0.4 and Moss 0.13", + releasedAt: 1736192464850, + }, + ], + }, { id: "notebooks", versionBranch: "0.4.x",