Skip to content

Commit c70247a

Browse files
committed
feat: update changelog for v2.3.0
1 parent 0b2c2eb commit c70247a

File tree

2 files changed

+4
-33
lines changed

2 files changed

+4
-33
lines changed

web/src/changelog.json

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,9 @@
11
{
2-
"Interface - General": [
3-
{
4-
"issueId": 425,
5-
"url": "pull/425",
6-
"description": "Reduce application bundle size"
7-
}
8-
],
92
"Interface - Editor": [
103
{
11-
"issueId": 417,
12-
"url": "pull/417",
13-
"description": "Improve autocomplete system"
14-
},
15-
{
16-
"issueId": 421,
17-
"url": "pull/421",
18-
"description": "Show symbol documentation on hover"
19-
},
20-
{
21-
"issueId": 430,
22-
"url": "pull/430",
23-
"description": "Syntax highlight support for go.mod files"
24-
}
25-
],
26-
"Go - WebAssembly": [
27-
{
28-
"issueId": 408,
29-
"url": "pull/408",
30-
"description": "Upgrade to Go 1.23"
31-
},
32-
{
33-
"issueId": 412,
34-
"url": "pull/412",
35-
"description": "Run Go programs in a separate worker"
4+
"issueId": 439,
5+
"url": "issues/439",
6+
"description": "Make tab size configurable"
367
}
378
]
389
}

web/src/pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
8-
<meta name="description" content="Better Go Playground with syntax highlight support" />
8+
<meta name="description" content="Better Go Playground with autocomplete and syntax highlight support" />
99
<meta name="viewport" content="width=device-width, initial-scale=1" />
1010
<meta name="darkreader-lock" />
1111
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />

0 commit comments

Comments
 (0)