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

chore: prepare 2.0.0 release notes #377

Merged
merged 1 commit into from
Jul 16, 2024
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
43 changes: 35 additions & 8 deletions web/src/changelog.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,53 @@
{
"Interface - General": [
{
"issueId": 371,
"url": "issues/371",
"description": "Improve settings modal window appearance."
"issueId": 316,
"url": "pull/316",
"description": "New multi-file workspace."
},
{
"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": "Persist editor font size changed by mouse wheel scroll."
"description": "Save editor font size when changed using mouse scroll."
},
{
"issueId": 373,
"url": "pull/373",
"description": "Add new editor fonts."
"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":367,
"url": "pull/367",
"description": "Fix package description in import path suggesions."
"issueId": 349,
"url": "pull/349",
"description": "Yaegi Go interpreter was removed."
}
]
}
Loading