Skip to content

Commit ee22d32

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.46
1 parent 6370cf2 commit ee22d32

10 files changed

+36
-29
lines changed

.changes/3.46.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date" : "2024-12-17",
3+
"version" : "3.46",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "/review: Code fix automatically scrolls into view after generation."
7+
}, {
8+
"type" : "feature",
9+
"description" : "Chat: improve font size and line-height in footer (below prompt input field)"
10+
}, {
11+
"type" : "feature",
12+
"description" : "Adds capability to send new context commands to AB groups"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Chat: When writing a prompt without sending it, navigating via up/down arrows sometimes deletes the unsent prompt."
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix chat not retaining history when interaction is through onboarding tab type (#5189)"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Chat: When navigating to previous prompts, code attachments are sometimes displayed incorrectly"
22+
}, {
23+
"type" : "bugfix",
24+
"description" : "Reduce frequency of system information query"
25+
} ]
26+
}

.changes/next-release/bugfix-edd7edc4-e063-4137-a39a-8fea13d07d3f.json

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

.changes/next-release/bugfix-f290302a-3c37-4982-ad78-11f0b413c694.json

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

.changes/next-release/bugfix-f4bd194b-8149-4431-a7fa-4001e791fcb0.json

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

.changes/next-release/bugfix-fef8426e-f36c-425f-af0e-a9811e01e2f5.json

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

.changes/next-release/feature-ad2ca8aa-4d8d-4dc4-92f6-5ae2916e3ec6.json

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

.changes/next-release/feature-f92e88b0-7fec-4122-b8e9-41eb799bc2db.json

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

.changes/next-release/feature-fab622c6-240e-49a2-9750-dee956759a0a.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+
# _3.46_ (2024-12-17)
2+
- **(Feature)** /review: Code fix automatically scrolls into view after generation.
3+
- **(Feature)** Chat: improve font size and line-height in footer (below prompt input field)
4+
- **(Feature)** Adds capability to send new context commands to AB groups
5+
- **(Bug Fix)** Chat: When writing a prompt without sending it, navigating via up/down arrows sometimes deletes the unsent prompt.
6+
- **(Bug Fix)** Fix chat not retaining history when interaction is through onboarding tab type ([#5189](https://github.com/aws/aws-toolkit-jetbrains/issues/5189))
7+
- **(Bug Fix)** Chat: When navigating to previous prompts, code attachments are sometimes displayed incorrectly
8+
- **(Bug Fix)** Reduce frequency of system information query
9+
110
# _3.45_ (2024-12-10)
211
- **(Feature)** Add acknowledgement button for Amazon Q Chat disclaimer
312
- **(Bug Fix)** Chosing cancel on sign out confirmation now cancels the sign out and does not delete profiles from ~/.aws/config ([#5167](https://github.com/aws/aws-toolkit-jetbrains/issues/5167))

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.46-SNAPSHOT
5+
toolkitVersion=3.46
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)