Skip to content

Commit 5bea3f2

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.19
1 parent 6a48aae commit 5bea3f2

8 files changed

+28
-21
lines changed

.changes/3.19.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2024-07-25",
3+
"version" : "3.19",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Q feature dev: Use common code extensions to filter relevant files"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Amazon Q Chat: Fixes a bug where multiline user input appears like a code block instead of a paragraph"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Amazon Q Chat: Fixes a bug when the prompt input exceeds the width of the chat box it's not always wrapped correctly."
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix 'ContainerDisposedException' when attempting to sign-in to Amazon Q"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix Q window reauthenticate button not functioning due to illegal function call outisde of EDT"
19+
} ]
20+
}

.changes/next-release/bugfix-11b1c4d9-f6a8-4ffa-b2d9-d9e3c2d34e5c.json

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

.changes/next-release/bugfix-5870c400-0919-467c-83d8-f5be8b7f2cca.json

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

.changes/next-release/bugfix-bbe9cb20-22ff-474d-92f0-ee5327113a04.json

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

.changes/next-release/bugfix-e7543169-9d2e-41b6-9e1d-66fb9cf961da.json

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

.changes/next-release/feature-a56afd04-cf25-4417-97ab-298555dce65a.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# _3.19_ (2024-07-25)
2+
- **(Feature)** Q feature dev: Use common code extensions to filter relevant files
3+
- **(Bug Fix)** Amazon Q Chat: Fixes a bug where multiline user input appears like a code block instead of a paragraph
4+
- **(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.
5+
- **(Bug Fix)** Fix 'ContainerDisposedException' when attempting to sign-in to Amazon Q
6+
- **(Bug Fix)** Fix Q window reauthenticate button not functioning due to illegal function call outisde of EDT
7+
18
# _3.18_ (2024-07-19)
29
- **(Feature)** Add support for 2024.2
310
- **(Bug Fix)** Fix bug when workspace index cache is not loaded

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Toolkit Version
5-
toolkitVersion=3.19-SNAPSHOT
5+
toolkitVersion=3.19
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)