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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
static
static
.DS_Store
23 changes: 22 additions & 1 deletion 0.13/lists/curations-0.13.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,28 @@
"name": "Default Curation List",
"description": "Default Curation List of Lightningrod Labs",
"tags": [],
"tools": []
"tools": [
{
"toolListUrl": "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
"toolId": "kando",
"versionBranch": "0.12.x",
"tags": [
""
]
},
{
"toolListUrl": "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
"toolId": "gamez",
"versionBranch": "main",
"tags": [
"game",
"board game",
"canvas",
"collaboration",
"play"
]
}
]
}
}
}
67 changes: 66 additions & 1 deletion 0.13/lists/tool-list-0.13.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,70 @@
"website": "https://lightningrodlabs.org"
}
},
"tools": []
"tools": [
{
"id": "kando",
"versionBranch": "0.12.x",
"title": "KanDo",
"subtitle": "Real-time KanBan boards",
"description": "KanBan board based project-tracking. Features include, commenting, labels, categories, checklists, markdown support, and more.",
"icon": "https://theweave.social/images/kando_icon.png",
"tags": [
"kanban",
"project management"
],
"versions": [
{
"version": "0.12.0-rc.0",
"url": "https://github.com/holochain-apps/kando/releases/download/v0.12.0-rc.0/kando.webhapp",
"hashes": {
"happSha256": "fd3a1781fb480d87117af276e5da0d3daa6e99f14e333480ca90f075eeb6455c",
"webhappSha256": "211aef6e7cbf7031b9688120a834bb120a132f671a0e4fa0d3eb82300f6dc0d4",
"uiSha256": "c8d9990f23be003b9c7671a2b0e41f4dce389629e105e20b5cb82c1ddb1cbebe"
},
"changelog": "Updates for Holochain 0.4 and Moss 0.13",
"releasedAt": 1736019237925
}
]
},
{
"id": "gamez",
"versionBranch": "main",
"title": "Gamez",
"subtitle": "Freeform space to create and play board games together",
"description": "Freeform space to create and play board games together",
"icon": "https://github.com/holochain-apps/gamez/releases/download/v0.7.7/icon.png",
"tags": [
"game",
"board game",
"canvas",
"collaboration",
"play"
],
"versions": [
{
"version": "0.7.8",
"hashes": {
"happSha256": "6335eca61415e769c22934d354614e581e65eb4728be0eff2f447c3d729c1f6d",
"webhappSha256": "dfc240caf9721b05138f120d2ffeb9d146f51a2a974c4feb734927200c535b84",
"uiSha256": "1db2d9804278973c72c63be4887d571ce8b414b0778cb69e94694ddb989ad1e2"
},
"url": "https://github.com/holochain-apps/gamez/releases/download/v0.7.8/gamez.webhapp",
"changelog": "\n - Updated flake to latest version\n - Moved Weave initialization outside UI framework, and start the UI only after the window becomes visible\n - Adjust config menu position so it's always fully visible when opened\n - Added the possibility of adding assets to the space that aren't embedded, and added a toggle to show/hide the embed\n - Added some checks to maybe prevent panning from getting stuck\n - Fixed some breaking changes related to calling the Weave API that changed after the last update\n - Added logs for turn, move, join, left and remove elements\n - Added the possibility of getting notifications for different log types\n ",
"releasedAt": 1735674381
},
{
"version": "0.7.7",
"hashes": {
"happSha256": "6335eca61415e769c22934d354614e581e65eb4728be0eff2f447c3d729c1f6d",
"webhappSha256": "d75b28807052bbf56d0641a51c63fde6d5f6f80a8efe4c782581473c8de4d4bf",
"uiSha256": "f8fb3e75e7670c41cad9c71700b78d25bc8e996276e878d94d40d8a4cb1892e3"
},
"url": "https://github.com/holochain-apps/gamez/releases/download/v0.7.7/gamez.webhapp",
"changelog": "- Fixed WALs not loading when you first open a space\n- Removed top bar on game space screen\n- Removed ability to join games in library items; allow anyone to edit\n- Adding UX indication that you are editing a library item\n- Replaced hand-rolled tooltip directive with svooltip\n- Hide self view and participants on Weave context\n- Updated to Weave 0.13.0-rc, Holochain 0.4, and Syn 0.400.0-rc.2\n ",
"releasedAt": 1734971274
}
]
}
]
}
17 changes: 16 additions & 1 deletion 0.13/modify/curations-0.13.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,22 @@ export default defineCurationLists({
name: "Default Curation List",
description: "Default Curation List of Lightningrod Labs",
tags: [],
tools: [],
tools: [
{
toolListUrl:
"https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
toolId: "kando",
versionBranch: "0.12.x",
tags: [""],
},
{
toolListUrl:
"https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
toolId: "gamez",
versionBranch: "main",
tags: ["game", "board game", "canvas", "collaboration", "play"],
},
],
},
},
});
80 changes: 79 additions & 1 deletion 0.13/modify/tool-list-0.13.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,83 @@ export default defineDevCollectiveToolList({
website: "https://lightningrodlabs.org",
},
},
tools: [],
tools: [
{
id: "kando",
versionBranch: "0.12.x",
title: "KanDo",
subtitle: "Real-time KanBan boards",
description: "KanBan board based project-tracking. Features include, commenting, labels, categories, checklists, markdown support, and more.",
icon: "https://theweave.social/images/kando_icon.png",
tags: ["kanban", "project management"],
versions: [
{
version: "0.12.0-rc.0",
url: "https://github.com/holochain-apps/kando/releases/download/v0.12.0-rc.0/kando.webhapp",
hashes: {
"happSha256": "fd3a1781fb480d87117af276e5da0d3daa6e99f14e333480ca90f075eeb6455c",
"webhappSha256": "211aef6e7cbf7031b9688120a834bb120a132f671a0e4fa0d3eb82300f6dc0d4",
"uiSha256": "c8d9990f23be003b9c7671a2b0e41f4dce389629e105e20b5cb82c1ddb1cbebe"
},
changelog: "Updates for Holochain 0.4 and Moss 0.13",
releasedAt: 1736019237925,
},
],
},
{
id: "gamez",
versionBranch: "main",
title: "Gamez",
subtitle: "Freeform space to create and play board games together",
description: "Freeform space to create and play board games together",
icon: "https://github.com/holochain-apps/gamez/releases/download/v0.7.7/icon.png",
tags: ["game", "board game", "canvas", "collaboration", "play"],
versions: [
{
version: "0.7.8",
hashes: {
happSha256:
"6335eca61415e769c22934d354614e581e65eb4728be0eff2f447c3d729c1f6d",
webhappSha256:
"dfc240caf9721b05138f120d2ffeb9d146f51a2a974c4feb734927200c535b84",
uiSha256:
"1db2d9804278973c72c63be4887d571ce8b414b0778cb69e94694ddb989ad1e2",
},
url: "https://github.com/holochain-apps/gamez/releases/download/v0.7.8/gamez.webhapp",
changelog: `
- Updated flake to latest version
- Moved Weave initialization outside UI framework, and start the UI only after the window becomes visible
- Adjust config menu position so it's always fully visible when opened
- Added the possibility of adding assets to the space that aren't embedded, and added a toggle to show/hide the embed
- Added some checks to maybe prevent panning from getting stuck
- Fixed some breaking changes related to calling the Weave API that changed after the last update
- Added logs for turn, move, join, left and remove elements
- Added the possibility of getting notifications for different log types
`,
releasedAt: 1735674381,
},
{
version: "0.7.7",
hashes: {
happSha256:
"6335eca61415e769c22934d354614e581e65eb4728be0eff2f447c3d729c1f6d",
webhappSha256:
"d75b28807052bbf56d0641a51c63fde6d5f6f80a8efe4c782581473c8de4d4bf",
uiSha256:
"f8fb3e75e7670c41cad9c71700b78d25bc8e996276e878d94d40d8a4cb1892e3",
},
url: "https://github.com/holochain-apps/gamez/releases/download/v0.7.7/gamez.webhapp",
changelog: `- Fixed WALs not loading when you first open a space
- Removed top bar on game space screen
- Removed ability to join games in library items; allow anyone to edit
- Adding UX indication that you are editing a library item
- Replaced hand-rolled tooltip directive with svooltip
- Hide self view and participants on Weave context
- Updated to Weave 0.13.0-rc, Holochain 0.4, and Syn 0.400.0-rc.2
`,
releasedAt: 1734971274,
},
],
},
],
});