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": "vines",
"versionBranch": "1.10.x",
"tags": [
""
]
},
{
"toolListUrl": "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
"toolId": "zipzap",
Expand Down
24 changes: 24 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,30 @@
}
},
"tools": [
{
"id": "vines",
"versionBranch": "1.10.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.10.0",
"url": "https://github.com/lightningrodlabs/vines/releases/download/we-applet-rc/vines-we_applet-1.10.0.webhapp",
"hashes": {
"happSha256": "3991DCCFC78DE0A46FFD41F3D1855C355D9362396CFB15CA28809C2DB7DAA181",
"webhappSha256": "D44165DA13EFDEDC06169A701941E4AB5607F8C4EF978F89C830E1FD9D5230E1",
"uiSha256": "86C732B022C3CC4ECE6DC5CEF8DD0CD82540A4E0B6E7E96D354B7CDA1F0AAA9B"
},
"changelog": "Updates for Holochain 0.4 and Moss 0.13",
"releasedAt": 1736973182000
}
]
},
{
"id": "zipzap",
"versionBranch": "0.3.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: "vines",
versionBranch: "1.10.x",
tags: [""],
},
{
toolListUrl:
"https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
Expand Down
24 changes: 23 additions & 1 deletion 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: "vines",
versionBranch: "1.10.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.10.0",
url: "https://github.com/lightningrodlabs/vines/releases/download/we-applet-rc/vines-we_applet-1.10.0.webhapp",
hashes: {
"happSha256": "3991DCCFC78DE0A46FFD41F3D1855C355D9362396CFB15CA28809C2DB7DAA181",
"webhappSha256": "D44165DA13EFDEDC06169A701941E4AB5607F8C4EF978F89C830E1FD9D5230E1",
"uiSha256": "86C732B022C3CC4ECE6DC5CEF8DD0CD82540A4E0B6E7E96D354B7CDA1F0AAA9B"
},
changelog: "Updates for Holochain 0.4 and Moss 0.13",
releasedAt: 1736973182000,
},
],
},
{
id: "zipzap",
versionBranch: "0.3.x",
Expand Down Expand Up @@ -107,7 +129,7 @@ export default defineDevCollectiveToolList({
},
changelog: "Asset fixes.",
releasedAt: 1736110661818,
},
},
],
},
{
Expand Down