Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes 1.13 #220

Merged
merged 1 commit into from
May 11, 2023
Merged
Changes from all 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
38 changes: 31 additions & 7 deletions web/src/changelog.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,40 @@
{
"Interface - General": [
{
"issueId": 213,
"url": "/issues/213",
"description": "Improve Go versions selection"
}
],
"Interface - IDE": [
{
"issueId": 194,
"url": "/pull/194",
"description": "Notify about time.Now() issues when using server environment."
"issueId": 210,
"url": "/issues/210",
"description": "Properly display delayed messages from Go programs executed on server"
},
{
"issueId": 215,
"url": "/pull/215",
"description": "Properly handle WebAssembly programs lifecycle"
},
{
"issueId": 218,
"url": "/issues/218",
"description": "Add debouncing for code completion API calls"
}
],
"Go - Runtime": [
{
"issueId": 211,
"url": "/pull/211",
"description": "Add embedded Go interpreter based on Yaegi"
}
],
"Interface - Vim": [
"Go - WebAssembly": [
{
"issueId": 195,
"url": "/pull/195",
"description": "Implement :w command for Vim mode"
"issueId": 211,
"url": "/pull/211",
"description": "Bump Go version to 1.19"
}
]
}