Skip to content

Commit 4cfb373

Browse files
author
aws-toolkit-automation
committed
Release 1.19.0
1 parent 4f2d93d commit 4cfb373

9 files changed

+37
-23
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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2024-08-01",
3+
"version": "1.19.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon Q Chat: Fixing issue with an incorrect input cursor position in the prompt text box"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon Q Chat: Fixing issue with the max tabs notification not being dismissible."
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Amazon Q Chat: Showing/hiding the scrollbars is now controlled by the OS settings"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "Q chat may stop responding after processing Python/Java code"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Amazon q /dev: i18n support for messaging"
24+
}
25+
]
26+
}

packages/amazonq/.changes/next-release/Bug Fix-1215af20-b5fb-451a-b118-deb6a462fb32.json

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

packages/amazonq/.changes/next-release/Bug Fix-4885c18d-bf4f-4b58-b318-407d1c2bcbec.json

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

packages/amazonq/.changes/next-release/Bug Fix-58eb1af1-78e7-44ba-b62f-7ebb6751f774.json

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

packages/amazonq/.changes/next-release/Bug Fix-b1798202-f20e-42b4-a730-04ee77572ee7.json

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

packages/amazonq/.changes/next-release/Feature-a9a9b7ca-9a18-43ce-b1f2-eeffa5bb22ed.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.19.0 2024-08-01
2+
3+
- **Bug Fix** Amazon Q Chat: Fixing issue with an incorrect input cursor position in the prompt text box
4+
- **Bug Fix** Amazon Q Chat: Fixing issue with the max tabs notification not being dismissible.
5+
- **Bug Fix** Amazon Q Chat: Showing/hiding the scrollbars is now controlled by the OS settings
6+
- **Bug Fix** Q chat may stop responding after processing Python/Java code
7+
- **Feature** Amazon q /dev: i18n support for messaging
8+
19
## 1.18.0 2024-07-29
210

311
- **Bug Fix** Security Scan: Fixed an issue scans were not able to succeed on Java projects with .class files

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

0 commit comments

Comments
 (0)