Skip to content

Commit

Permalink
feat: update changelog for v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
x1unix committed Oct 23, 2024
1 parent 0b2c2eb commit c70247a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 33 deletions.
35 changes: 3 additions & 32 deletions web/src/changelog.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,9 @@
{
"Interface - General": [
{
"issueId": 425,
"url": "pull/425",
"description": "Reduce application bundle size"
}
],
"Interface - Editor": [
{
"issueId": 417,
"url": "pull/417",
"description": "Improve autocomplete system"
},
{
"issueId": 421,
"url": "pull/421",
"description": "Show symbol documentation on hover"
},
{
"issueId": 430,
"url": "pull/430",
"description": "Syntax highlight support for go.mod files"
}
],
"Go - WebAssembly": [
{
"issueId": 408,
"url": "pull/408",
"description": "Upgrade to Go 1.23"
},
{
"issueId": 412,
"url": "pull/412",
"description": "Run Go programs in a separate worker"
"issueId": 439,
"url": "issues/439",
"description": "Make tab size configurable"
}
]
}
2 changes: 1 addition & 1 deletion web/src/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Better Go Playground with syntax highlight support" />
<meta name="description" content="Better Go Playground with autocomplete and syntax highlight support" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="darkreader-lock" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
Expand Down

0 comments on commit c70247a

Please sign in to comment.