Skip to content

Commit 18d1962

Browse files
author
aws-toolkit-automation
committed
Release 1.20.0
1 parent 592b5a8 commit 18d1962

8 files changed

+32
-19
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2024-08-08",
3+
"version": "1.20.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon Q /dev: include a retry option for the same prompt after folder reselection"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Ignore virtual environment when indexing workspace"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Amazon Q Code Transformation: show pro tier users estimated cost of /transform on projects over 100K lines"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Amazon Q Code Transformation: warn user if absolute file paths are found in the pom.xml"
20+
}
21+
]
22+
}

packages/amazonq/.changes/next-release/Bug Fix-4ca70db9-154a-4c5d-a311-07e08e7bd56c.json

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

packages/amazonq/.changes/next-release/Bug Fix-7299b780-d965-4bed-9302-0ed726c8e2ee.json

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

packages/amazonq/.changes/next-release/Feature-9dd7b119-abfe-4372-aec9-eeb9a938e417.json

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

packages/amazonq/.changes/next-release/Feature-adb7e3c8-9c3e-4090-a283-2d29fc396f04.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.20.0 2024-08-08
2+
3+
- **Bug Fix** Amazon Q /dev: include a retry option for the same prompt after folder reselection
4+
- **Bug Fix** Ignore virtual environment when indexing workspace
5+
- **Feature** Amazon Q Code Transformation: show pro tier users estimated cost of /transform on projects over 100K lines
6+
- **Feature** Amazon Q Code Transformation: warn user if absolute file paths are found in the pom.xml
7+
18
## 1.19.0 2024-08-01
29

310
- **Bug Fix** Amazon Q Chat: Fixing issue with an incorrect input cursor position in the prompt text box

packages/amazonq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "amazon-q-vscode",
33
"displayName": "Amazon Q",
44
"description": "Amazon Q is your generative AI-powered assistant across the software development lifecycle.",
5-
"version": "1.20.0-SNAPSHOT",
5+
"version": "1.20.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)