Skip to content

Commit 98d1c8f

Browse files
author
aws-toolkit-automation
committed
Release 2.17.0
1 parent 3dffe69 commit 98d1c8f

9 files changed

+36
-22
lines changed

.changes/2.17.0.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2024-03-28",
3+
"version": "2.17.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "CodeWhisperer: Infinite loop of logging if users' editor focus is on OUTPUT tab"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon Q Chat: Code block colors remapped to proper ones"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "CodeWhisperer: Inline tutorial state not persisted when user press ESC to skip the tutorial"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Amazon Q Code Transformation: show detailed progress updates in Transformation Hub"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Code Transformation runs through Amazon Q Chat"
24+
}
25+
]
26+
}

.changes/next-release/Bug Fix-492bca4b-aec1-414d-a719-275c854aa1d2.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Bug Fix-70d3bd5e-5d5a-488a-bcd9-c364934cf987.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Bug Fix-b37b002f-d988-4b1c-ab9c-7ab16d2291f5.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Feature-c6272bd8-5538-4478-be87-490ada29be8e.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Feature-f0522fe2-1aa9-44fb-aa35-81aa9e78b52c.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.17.0 2024-03-28
2+
3+
- **Bug Fix** CodeWhisperer: Infinite loop of logging if users' editor focus is on OUTPUT tab
4+
- **Bug Fix** Amazon Q Chat: Code block colors remapped to proper ones
5+
- **Bug Fix** CodeWhisperer: Inline tutorial state not persisted when user press ESC to skip the tutorial
6+
- **Feature** Amazon Q Code Transformation: show detailed progress updates in Transformation Hub
7+
- **Feature** Code Transformation runs through Amazon Q Chat
8+
19
## 2.16.0 2024-03-21
210

311
- **Bug Fix** CodeWhisperer: UI notification "no suggestion" not shown correctly

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit - Amazon Q, CodeWhisperer, and more",
44
"description": "Including Amazon Q, CodeWhisperer, CodeCatalyst, Application Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services",
5-
"version": "2.17.0-SNAPSHOT",
5+
"version": "2.17.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)