Skip to content

Commit c380803

Browse files
author
aws-toolkit-automation
committed
Release 1.15.0
1 parent 1bec3c3 commit c380803

7 files changed

+27
-15
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2024-07-15",
3+
"version": "1.15.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon Q Chat: Fixes a bug when the prompt input exceeds the width of the chat box it's not always wrapped correctly."
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon Q: Corrected a miswording in the Amazon Q: Share Content With AWS setting."
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Amazon Q Chat: Fixes a bug when user input contains 4 or more spaces at the beginning of the line for multiline inputs, that line appears like a code block instead of a paragraph"
16+
}
17+
]
18+
}

packages/amazonq/.changes/next-release/Bug Fix-3025412d-2c04-4d84-9714-d2b067a2ba95.json

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

packages/amazonq/.changes/next-release/Bug Fix-edc3438f-6837-40fe-b737-08c92bc17179.json

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

packages/amazonq/.changes/next-release/Bug Fix-fbd79ad7-715d-40e6-b1ee-7388b5689995.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.15.0 2024-07-15
2+
3+
- **Bug Fix** Amazon Q Chat: Fixes a bug when the prompt input exceeds the width of the chat box it's not always wrapped correctly.
4+
- **Bug Fix** Amazon Q: Corrected a miswording in the Amazon Q: Share Content With AWS setting.
5+
- **Bug Fix** Amazon Q Chat: Fixes a bug when user input contains 4 or more spaces at the beginning of the line for multiline inputs, that line appears like a code block instead of a paragraph
6+
17
## 1.14.0 2024-07-11
28

39
- **Feature** Amazon Q/dev proactively show code generation iterations

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

0 commit comments

Comments
 (0)