Skip to content

Commit 9e90c94

Browse files
committed
adds zipzap
1 parent f6bc2d7 commit 9e90c94

File tree

4 files changed

+62
-0
lines changed

4 files changed

+62
-0
lines changed

0.13/lists/curations-0.13.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
"description": "Default Curation List of Lightningrod Labs",
1414
"tags": [],
1515
"tools": [
16+
{
17+
"toolListUrl": "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
18+
"toolId": "zipzap",
19+
"versionBranch": "0.3.x",
20+
"tags": [
21+
""
22+
]
23+
},
1624
{
1725
"toolListUrl": "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
1826
"toolId": "notebooks",

0.13/lists/tool-list-0.13.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,31 @@
99
}
1010
},
1111
"tools": [
12+
{
13+
"id": "zipzap",
14+
"versionBranch": "0.3.x",
15+
"title": "ZipZap",
16+
"subtitle": "Ephemeral chat",
17+
"description": "ZipZap is ephemeral chat. Your messages are never stored. Chat streams are defined by the people who are in them.",
18+
"icon": "https://github.com/lightningrodlabs/zipzap/releases/download/v0.3.0-rc.0/zipzap_icon.png",
19+
"tags": [
20+
"markdown",
21+
"real-time editor"
22+
],
23+
"versions": [
24+
{
25+
"version": "0.3.0-rc.0",
26+
"url": "https://github.com/lightningrodlabs/zipzap/releases/download/v0.3.0-rc.0/zipzap.webhapp",
27+
"hashes": {
28+
"happSha256": "57ce77725d91790298c93d4321003e2f52415ddc81a5a8b618c5874b9fd4d49b",
29+
"webhappSha256": "ec95e49f74c309a824adc578b3a6c0fe04cfa70903e95cbf676267950ad3fd1d",
30+
"uiSha256": "9ac1b82eb457f26cfd3a9bf6114507162154f4f7e0188112c6aac5fa666053a3"
31+
},
32+
"changelog": "Updates for Holochain 0.4 and Moss 0.13",
33+
"releasedAt": 1736192464850
34+
}
35+
]
36+
},
1237
{
1338
"id": "notebooks",
1439
"versionBranch": "0.4.x",

0.13/modify/curations-0.13.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ export default defineCurationLists({
1515
description: "Default Curation List of Lightningrod Labs",
1616
tags: [],
1717
tools: [
18+
{
19+
toolListUrl:
20+
"https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
21+
toolId: "zipzap",
22+
versionBranch: "0.3.x",
23+
tags: [""],
24+
},
1825
{
1926
toolListUrl:
2027
"https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",

0.13/modify/tool-list-0.13.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,28 @@ export default defineDevCollectiveToolList({
1111
},
1212
},
1313
tools: [
14+
{
15+
id: "zipzap",
16+
versionBranch: "0.3.x",
17+
title: "ZipZap",
18+
subtitle: "Ephemeral chat",
19+
description: "ZipZap is ephemeral chat. Your messages are never stored. Chat streams are defined by the people who are in them.",
20+
icon: "https://github.com/lightningrodlabs/zipzap/releases/download/v0.3.0-rc.0/zipzap_icon.png",
21+
tags: ["markdown", "real-time editor"],
22+
versions: [
23+
{
24+
version: "0.3.0-rc.0",
25+
url: "https://github.com/lightningrodlabs/zipzap/releases/download/v0.3.0-rc.0/zipzap.webhapp",
26+
hashes: {
27+
"happSha256": "57ce77725d91790298c93d4321003e2f52415ddc81a5a8b618c5874b9fd4d49b",
28+
"webhappSha256": "ec95e49f74c309a824adc578b3a6c0fe04cfa70903e95cbf676267950ad3fd1d",
29+
"uiSha256": "9ac1b82eb457f26cfd3a9bf6114507162154f4f7e0188112c6aac5fa666053a3"
30+
},
31+
changelog: "Updates for Holochain 0.4 and Moss 0.13",
32+
releasedAt: 1736192464850,
33+
},
34+
],
35+
},
1436
{
1537
id: "notebooks",
1638
versionBranch: "0.4.x",

0 commit comments

Comments
 (0)