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
9 changes: 9 additions & 0 deletions 0.14/lists/curations-0.14.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
"description": "Default Curation List of Lightningrod Labs",
"tags": [],
"tools": [
{
"toolListUrl": "https://lightningrodlabs.org/weave-tool-curation/0.14/tool-list-0.14.json",
"toolId": "files",
"versionBranch": "1.2.x",
"tags": [
"file sharing"
],
"visiblity": "low"
},
{
"toolListUrl": "https://lightningrodlabs.org/weave-tool-curation/0.14/tool-list-0.14.json",
"toolId": "acorn",
Expand Down
25 changes: 25 additions & 0 deletions 0.14/lists/tool-list-0.14.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,31 @@
],
"deprecation": "Superseded by Vines version 1.17.x"
},
{
"id": "files",
"versionBranch": "1.2.x",
"title": "Files",
"subtitle": "File sharing & sending",
"description": "",
"icon": "https://github.com/lightningrodlabs/files/releases/download/we-applet-rc/icon.png",
"tags": [
"file",
"storage"
],
"versions": [
{
"version": "1.2.0",
"url": "https://github.com/lightningrodlabs/files/releases/download/manual-release/files-we_applet-1.2.0.webhapp",
"hashes": {
"happSha256": "c0c0bf3b85fd931dfb469ac181f8fc4fe006ae7112786611058bece87218cdea",
"webhappSha256": "cce304c73f6b41a114d889c577662bf12b4ea3be19224ed862d8ec3e41dcfed0",
"uiSha256": "cce304c73f6b41a114d889c577662bf12b4ea3be19224ed862d8ec3e41dcfed0"
},
"changelog": "Updates for Holochain 0.5.6 and Moss 0.14.4",
"releasedAt": 1759438277000
}
]
},
{
"id": "files",
"versionBranch": "1.1.x",
Expand Down
8 changes: 8 additions & 0 deletions 0.14/modify/curations-0.14.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ export default defineCurationLists({
description: "Default Curation List of Lightningrod Labs",
tags: [],
tools: [
{
toolListUrl:
"https://lightningrodlabs.org/weave-tool-curation/0.14/tool-list-0.14.json",
toolId: "files",
versionBranch: "1.2.x",
tags: ["file sharing"],
visiblity: "low",
},
{
toolListUrl:
"https://lightningrodlabs.org/weave-tool-curation/0.14/tool-list-0.14.json",
Expand Down
25 changes: 25 additions & 0 deletions 0.14/modify/tool-list-0.14.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,31 @@ export default defineDevCollectiveToolList({
],
deprecation: "Superseded by Vines version 1.17.x",
},
{
id: "files",
versionBranch: "1.2.x",
title: "Files",
subtitle: "File sharing & sending",
description: "",
icon: "https://github.com/lightningrodlabs/files/releases/download/we-applet-rc/icon.png",
tags: ["file", "storage"],
versions: [
{
version: "1.2.0",
url: "https://github.com/lightningrodlabs/files/releases/download/manual-release/files-we_applet-1.2.0.webhapp",
hashes: {
happSha256:
"c0c0bf3b85fd931dfb469ac181f8fc4fe006ae7112786611058bece87218cdea",
webhappSha256:
"cce304c73f6b41a114d889c577662bf12b4ea3be19224ed862d8ec3e41dcfed0",
uiSha256:
"cce304c73f6b41a114d889c577662bf12b4ea3be19224ed862d8ec3e41dcfed0",
},
changelog: "Updates for Holochain 0.5.6 and Moss 0.14.4",
releasedAt: 1759438277000,
},
],
},
{
id: "files",
versionBranch: "1.1.x",
Expand Down