From 74ee5858b05a2c8349f4f694f4194e810b59a18c Mon Sep 17 00:00:00 2001 From: x1unix <9203548+x1unix@users.noreply.github.com> Date: Fri, 24 Jan 2025 22:50:45 -0500 Subject: [PATCH] chore: v2.5.0 release notes --- web/src/changelog.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/web/src/changelog.json b/web/src/changelog.json index 4017bedf..89155bc4 100644 --- a/web/src/changelog.json +++ b/web/src/changelog.json @@ -1,14 +1,9 @@ { - "Interface - Editor": [ + "Interface - Terminal": [ { - "issueId": 451, - "url": "pull/451", - "description": "Add Ctrl/⌘+S shortcut for sharing snippet." - }, - { - "issueId": 449, - "url": "pull/449", - "description": "Fix autocomplete for function argument types." + "issueId": 463, + "url": "pull/463", + "description": "Add option to disable terminal emulation to address copy text issues on some platforms." } ] }