Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions 0.13/lists/curations-0.13.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
25 changes: 25 additions & 0 deletions 0.13/lists/tool-list-0.13.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions 0.13/modify/curations-0.13.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
22 changes: 22 additions & 0 deletions 0.13/modify/tool-list-0.13.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down