From 6298445f3c5b62e88860affe4bed0478b0b2e87d Mon Sep 17 00:00:00 2001 From: x1unix Date: Thu, 11 May 2023 11:47:38 +0200 Subject: [PATCH] chore: add release notes for v1.13 --- web/src/changelog.json | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/web/src/changelog.json b/web/src/changelog.json index a7eb1d07..717164f3 100644 --- a/web/src/changelog.json +++ b/web/src/changelog.json @@ -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" } ] }