Skip to content
Closed
Show file tree
Hide file tree
Changes from 4 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
15 changes: 14 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,20 @@
"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": "gamez",
"versionBranch": "main",
"tags": [
"game",
"board game",
"canvas",
"collaboration",
"play"
]
}
]
}
}
}
42 changes: 41 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,45 @@
"website": "https://lightningrodlabs.org"
}
},
"tools": []
"tools": [
{
"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
}
]
}
]
}
10 changes: 9 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,15 @@ export default defineCurationLists({
name: "Default Curation List",
description: "Default Curation List of Lightningrod Labs",
tags: [],
tools: [],
tools: [
{
toolListUrl:
"https://raw.githubusercontent.com/lightningrodlabs/weave-tool-curation/refs/heads/main/0.13/lists/tool-list-0.13.json",
toolId: "gamez",
versionBranch: "main",
tags: ["game", "board game", "canvas", "collaboration", "play"],
},
],
},
},
});
58 changes: 57 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,61 @@ export default defineDevCollectiveToolList({
website: "https://lightningrodlabs.org",
},
},
tools: [],
tools: [
{
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,
},
],
},
],
});
Loading