Skip to content

Commit 5f97107

Browse files
author
aws-toolkit-automation
committed
Release 2.19.0
1 parent 4dda74f commit 5f97107

10 files changed

+41
-26
lines changed

.changes/2.19.0.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"date": "2024-04-15",
3+
"version": "2.19.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon Q: Fixed quick action command list inconsistency between Q tabs"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon Q Code Transform: Handle whitespaces in manually entered JAVA_HOME"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Amazon Q: Fixed cursor not focuses to prompt input when code is sent to Q Chat"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "Amazon Q: Fixed newly opening tabs have all quick actions disabled."
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Support extended CodeWhisperer session durations when using CodeCatalyst on the same SSO connection"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "Amazon Q Feature Dev: Use project context from workspace root directory instead of the /src folder"
28+
}
29+
]
30+
}

.changes/next-release/Bug Fix-29f91f61-c02b-4010-81e4-91f29541a628.json

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

.changes/next-release/Bug Fix-a1567f38-b9c9-460b-94ea-66ff50ea9f73.json

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

.changes/next-release/Bug Fix-ba11248f-2ea2-412d-a06e-7aaded483d8f.json

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

.changes/next-release/Bug Fix-f5a0ad13-60ce-4ee4-9da9-0687d0961466.json

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

.changes/next-release/Feature-a5f37aec-e586-4057-9834-7d58c55c5695.json

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

.changes/next-release/Feature-b9e8098d-e1a6-46e8-b13e-137b3ac6f95e.json

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.19.0 2024-04-15
2+
3+
- **Bug Fix** Amazon Q: Fixed quick action command list inconsistency between Q tabs
4+
- **Bug Fix** Amazon Q Code Transform: Handle whitespaces in manually entered JAVA_HOME
5+
- **Bug Fix** Amazon Q: Fixed cursor not focuses to prompt input when code is sent to Q Chat
6+
- **Bug Fix** Amazon Q: Fixed newly opening tabs have all quick actions disabled.
7+
- **Feature** Support extended CodeWhisperer session durations when using CodeCatalyst on the same SSO connection
8+
- **Feature** Amazon Q Feature Dev: Use project context from workspace root directory instead of the /src folder
9+
110
## 2.18.0 2024-04-04
211

312
- **Bug Fix** Amazon Q Feature Dev: Fix followups after hitting iteration limit

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.19.0-SNAPSHOT",
5+
"version": "2.19.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)