From 4bee427aafedf3ff0bfc3247194d88032ec53e70 Mon Sep 17 00:00:00 2001 From: Eric Harris-Braun Date: Tue, 7 Jan 2025 17:01:49 -0500 Subject: [PATCH 1/3] adds TalkingStickies 0.12 --- 0.13/lists/curations-0.13.json | 8 ++++++++ 0.13/lists/tool-list-0.13.json | 27 +++++++++++++++++++++++++++ 0.13/modify/curations-0.13.ts | 7 +++++++ 0.13/modify/tool-list-0.13.ts | 25 ++++++++++++++++++++++++- 4 files changed, 66 insertions(+), 1 deletion(-) diff --git a/0.13/lists/curations-0.13.json b/0.13/lists/curations-0.13.json index 8c8d877..695c13c 100644 --- a/0.13/lists/curations-0.13.json +++ b/0.13/lists/curations-0.13.json @@ -29,6 +29,14 @@ "" ] }, + { + "toolListUrl": "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json", + "toolId": "talking-stickies", + "versionBranch": "0.12.x", + "tags": [ + "" + ] + }, { "toolListUrl": "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json", "toolId": "kando", diff --git a/0.13/lists/tool-list-0.13.json b/0.13/lists/tool-list-0.13.json index d6d8ce5..e180833 100644 --- a/0.13/lists/tool-list-0.13.json +++ b/0.13/lists/tool-list-0.13.json @@ -59,6 +59,33 @@ } ] }, + { + "id": "talking-stickies", + "versionBranch": "0.12.x", + "title": "TalkingStickies", + "subtitle": "Real-time stickies boards", + "description": "Ideation, retros, brain-storming, note-taking, anything with stickies!", + "icon": "https://theweave.social/images/kando_icon.png", + "tags": [ + "notes", + "stickies", + "ideation", + "boards" + ], + "versions": [ + { + "version": "0.12.0-rc.0", + "url": "https://github.com/holochain-apps/talking-stickies/releases/download/v0.12.0-rc.0/talking-stickies.webhapp", + "hashes": { + "happSha256": "6e5543dfe9e38f8818d95ca4fb808f435b4dad81ed7051a89e42734f3ab72d45", + "webhappSha256": "b5adf22ea0d586f5e9a329cd5042b5516d2163b57164d2f4201586b28b4f8b97", + "uiSha256": "2e52715326dc3026d3cc3772737dbd2154b22d27c69a23bc82eb26a27c1812c8" + }, + "changelog": "Updates for Holochain 0.4 and Moss 0.13", + "releasedAt": 1736287085974 + } + ] + }, { "id": "kando", "versionBranch": "0.12.x", diff --git a/0.13/modify/curations-0.13.ts b/0.13/modify/curations-0.13.ts index c3aaf1d..67589c3 100644 --- a/0.13/modify/curations-0.13.ts +++ b/0.13/modify/curations-0.13.ts @@ -29,6 +29,13 @@ export default defineCurationLists({ versionBranch: "0.4.x", tags: [""], }, + { + toolListUrl: + "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json", + toolId: "talking-stickies", + versionBranch: "0.12.x", + tags: [""], + }, { toolListUrl: "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json", diff --git a/0.13/modify/tool-list-0.13.ts b/0.13/modify/tool-list-0.13.ts index 47d3b1c..d71f341 100644 --- a/0.13/modify/tool-list-0.13.ts +++ b/0.13/modify/tool-list-0.13.ts @@ -55,6 +55,28 @@ export default defineDevCollectiveToolList({ }, ], }, + { + id: "talking-stickies", + versionBranch: "0.12.x", + title: "TalkingStickies", + subtitle: "Real-time stickies boards", + description: "Ideation, retros, brain-storming, note-taking, anything with stickies!", + icon: "https://theweave.social/images/kando_icon.png", + tags: ["notes", "stickies", "ideation", "boards"], + versions: [ + { + version: "0.12.0-rc.0", + url: "https://github.com/holochain-apps/talking-stickies/releases/download/v0.12.0-rc.0/talking-stickies.webhapp", + hashes: { + "happSha256": "6e5543dfe9e38f8818d95ca4fb808f435b4dad81ed7051a89e42734f3ab72d45", + "webhappSha256": "b5adf22ea0d586f5e9a329cd5042b5516d2163b57164d2f4201586b28b4f8b97", + "uiSha256": "2e52715326dc3026d3cc3772737dbd2154b22d27c69a23bc82eb26a27c1812c8" + }, + changelog: "Updates for Holochain 0.4 and Moss 0.13", + releasedAt: 1736287085974, + }, + ] + }, { id: "kando", versionBranch: "0.12.x", @@ -85,7 +107,8 @@ export default defineDevCollectiveToolList({ }, changelog: "Asset fixes.", releasedAt: 1736110661818, - }, ], + }, + ], }, { id: "gamez", From d6a3b9b38b5af36e69baf6531021e76c25c4694d Mon Sep 17 00:00:00 2001 From: Eric Harris-Braun Date: Tue, 7 Jan 2025 17:02:40 -0500 Subject: [PATCH 2/3] fix ts icon --- 0.13/modify/tool-list-0.13.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.13/modify/tool-list-0.13.ts b/0.13/modify/tool-list-0.13.ts index d71f341..eb5c286 100644 --- a/0.13/modify/tool-list-0.13.ts +++ b/0.13/modify/tool-list-0.13.ts @@ -61,7 +61,7 @@ export default defineDevCollectiveToolList({ title: "TalkingStickies", subtitle: "Real-time stickies boards", description: "Ideation, retros, brain-storming, note-taking, anything with stickies!", - icon: "https://theweave.social/images/kando_icon.png", + icon: "https://github.com/holochain-apps/talking-stickies/releases/download/v0.12.0-rc.0/talking-stickies_icon.png", tags: ["notes", "stickies", "ideation", "boards"], versions: [ { From df40288c174f72ab44e1fda690754a60a5086274 Mon Sep 17 00:00:00 2001 From: Eric Harris-Braun Date: Tue, 7 Jan 2025 17:05:14 -0500 Subject: [PATCH 3/3] fix tool list --- 0.13/lists/tool-list-0.13.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.13/lists/tool-list-0.13.json b/0.13/lists/tool-list-0.13.json index e180833..f3fe1fe 100644 --- a/0.13/lists/tool-list-0.13.json +++ b/0.13/lists/tool-list-0.13.json @@ -65,7 +65,7 @@ "title": "TalkingStickies", "subtitle": "Real-time stickies boards", "description": "Ideation, retros, brain-storming, note-taking, anything with stickies!", - "icon": "https://theweave.social/images/kando_icon.png", + "icon": "https://github.com/holochain-apps/talking-stickies/releases/download/v0.12.0-rc.0/talking-stickies_icon.png", "tags": [ "notes", "stickies",