Skip to content

Commit

Permalink
chore: update changelog v2.1.0 (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
x1unix authored Aug 11, 2024
1 parent 68e6094 commit 40c5337
Showing 1 changed file with 6 additions and 50 deletions.
56 changes: 6 additions & 50 deletions web/src/changelog.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,14 @@
{
"Interface - General": [
{
"issueId": 316,
"url": "pull/316",
"description": "New multi-file workspace."
"issueId": 400,
"url": "issues/400",
"description": "Disable auto save by default."
},
{
"issueId": 372,
"url": "pull/372",
"description": "Improved examples and settings UX."
},
{
"issueId": 317,
"url": "pull/317",
"description": "Use relative units for output panel width."
}
],
"Interface - Code Editor": [
{
"issueId":362,
"url": "pull/362",
"description": "Suggest package names in import statements."
},
{
"issueId": 374,
"url": "pull/374",
"description": "Save editor font size when changed using mouse scroll."
},
{
"issueId": 373,
"url": "pull/373",
"description": "Added new editor fonts."
}
],
"Go - WebAssembly": [
{
"issueId": 359,
"url": "pull/359",
"description": "Added WebAssembly unit tests support."
},
{
"issueId": 319,
"url": "pull/319",
"description": "Added third-party libraries support for WebAssembly."
},
{
"issueId": 379,
"url": "pull/379",
"description": "Use WASM automatically based on Go build tags."
},
{
"issueId": 349,
"url": "pull/349",
"description": "Yaegi Go interpreter was removed."
"issueId": 401,
"url": "pull/401",
"description": "Improve settings menu."
}
]
}

0 comments on commit 40c5337

Please sign in to comment.