Skip to content

Commit 1f81c19

Browse files
authored
Merge pull request #20 from ddd-mtl/main
Moved vines 1.11.1 to 1.12.0
2 parents 42654b8 + 405a9aa commit 1f81c19

File tree

2 files changed

+46
-22
lines changed

2 files changed

+46
-22
lines changed

0.13/lists/tool-list-0.13.json

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,30 @@
99
}
1010
},
1111
"tools": [
12+
{
13+
"id": "vines",
14+
"versionBranch": "1.12.x",
15+
"title": "Vines",
16+
"subtitle": "Group conversations and DMs",
17+
"description": "A conversation capacity for groups in The Weave.",
18+
"icon": "https://github.com/lightningrodlabs/vines/releases/download/we-applet-rc/icon.png",
19+
"tags": [
20+
"chat"
21+
],
22+
"versions": [
23+
{
24+
"version": "1.12.0",
25+
"url": "https://github.com/lightningrodlabs/vines/releases/download/we-applet-rc/vines-we_applet-1.11.1.webhapp",
26+
"hashes": {
27+
"happSha256": "2c9ab9b8c3eb6c87632f46d45086909ecd475b2f6cf85c663e37bfca8a1ac1ae",
28+
"webhappSha256": "cf11598336cf470a800fd8f38a2158339eba6d2c888590f7190d2068bdfc0e03",
29+
"uiSha256": "6ab730c77af8d09a241e2fd4e2dfcf212e92adc63e3cdaf9997aaeb69e049f7c"
30+
},
31+
"changelog": "Fixed and added cross-group-view & view message edit history",
32+
"releasedAt": 1739562332000
33+
}
34+
]
35+
},
1236
{
1337
"id": "vines",
1438
"versionBranch": "1.11.x",
@@ -30,17 +54,6 @@
3054
},
3155
"changelog": "Fixed DMs & notifications received via signals",
3256
"releasedAt": 1738617365000
33-
},
34-
{
35-
"version": "1.11.1",
36-
"url": "https://github.com/lightningrodlabs/vines/releases/download/we-applet-rc/vines-we_applet-1.11.1.webhapp",
37-
"hashes": {
38-
"happSha256": "2c9ab9b8c3eb6c87632f46d45086909ecd475b2f6cf85c663e37bfca8a1ac1ae",
39-
"webhappSha256": "cf11598336cf470a800fd8f38a2158339eba6d2c888590f7190d2068bdfc0e03",
40-
"uiSha256": "6ab730c77af8d09a241e2fd4e2dfcf212e92adc63e3cdaf9997aaeb69e049f7c"
41-
},
42-
"changelog": "Fixed and added cross-group-view & view message edit history",
43-
"releasedAt": 1739562331000
4457
}
4558
]
4659
},

0.13/modify/tool-list-0.13.ts

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,28 @@ export default defineDevCollectiveToolList({
1111
},
1212
},
1313
tools: [
14+
{
15+
id: "vines",
16+
versionBranch: "1.12.x",
17+
title: "Vines",
18+
subtitle: "Group conversations and DMs",
19+
description: "A conversation capacity for groups in The Weave.",
20+
icon: "https://github.com/lightningrodlabs/vines/releases/download/we-applet-rc/icon.png",
21+
tags: ["chat"],
22+
versions: [
23+
{
24+
version: "1.12.0",
25+
url: "https://github.com/lightningrodlabs/vines/releases/download/we-applet-rc/vines-we_applet-1.11.1.webhapp",
26+
hashes: {
27+
"happSha256": "2c9ab9b8c3eb6c87632f46d45086909ecd475b2f6cf85c663e37bfca8a1ac1ae",
28+
"webhappSha256": "cf11598336cf470a800fd8f38a2158339eba6d2c888590f7190d2068bdfc0e03",
29+
"uiSha256": "6ab730c77af8d09a241e2fd4e2dfcf212e92adc63e3cdaf9997aaeb69e049f7c"
30+
},
31+
changelog: "Fixed and added cross-group-view & view message edit history",
32+
releasedAt: 1739562332000,
33+
},
34+
],
35+
},
1436
{
1537
id: "vines",
1638
versionBranch: "1.11.x",
@@ -31,17 +53,6 @@ export default defineDevCollectiveToolList({
3153
changelog: "Fixed DMs & notifications received via signals",
3254
releasedAt: 1738617365000,
3355
},
34-
{
35-
version: "1.11.1",
36-
url: "https://github.com/lightningrodlabs/vines/releases/download/we-applet-rc/vines-we_applet-1.11.1.webhapp",
37-
hashes: {
38-
"happSha256": "2c9ab9b8c3eb6c87632f46d45086909ecd475b2f6cf85c663e37bfca8a1ac1ae",
39-
"webhappSha256": "cf11598336cf470a800fd8f38a2158339eba6d2c888590f7190d2068bdfc0e03",
40-
"uiSha256": "6ab730c77af8d09a241e2fd4e2dfcf212e92adc63e3cdaf9997aaeb69e049f7c"
41-
},
42-
changelog: "Fixed and added cross-group-view & view message edit history",
43-
releasedAt: 1739562331000,
44-
},
4556
],
4657
},
4758
{

0 commit comments

Comments
 (0)