diff --git a/0.14/lists/curations-0.14.json b/0.14/lists/curations-0.14.json index 7ce2153..525315d 100644 --- a/0.14/lists/curations-0.14.json +++ b/0.14/lists/curations-0.14.json @@ -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", diff --git a/0.14/lists/tool-list-0.14.json b/0.14/lists/tool-list-0.14.json index 1f4d8a9..1b3bf54 100644 --- a/0.14/lists/tool-list-0.14.json +++ b/0.14/lists/tool-list-0.14.json @@ -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", diff --git a/0.14/modify/curations-0.14.ts b/0.14/modify/curations-0.14.ts index 080279a..6eb652a 100644 --- a/0.14/modify/curations-0.14.ts +++ b/0.14/modify/curations-0.14.ts @@ -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", diff --git a/0.14/modify/tool-list-0.14.ts b/0.14/modify/tool-list-0.14.ts index 50d4d8c..0ab49a5 100644 --- a/0.14/modify/tool-list-0.14.ts +++ b/0.14/modify/tool-list-0.14.ts @@ -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",