Skip to content

Commit

Permalink
Updating version to 3.46
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Dec 17, 2024
1 parent 6370cf2 commit ee22d32
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 29 deletions.
26 changes: 26 additions & 0 deletions .changes/3.46.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"date" : "2024-12-17",
"version" : "3.46",
"entries" : [ {
"type" : "feature",
"description" : "/review: Code fix automatically scrolls into view after generation."
}, {
"type" : "feature",
"description" : "Chat: improve font size and line-height in footer (below prompt input field)"
}, {
"type" : "feature",
"description" : "Adds capability to send new context commands to AB groups"
}, {
"type" : "bugfix",
"description" : "Chat: When writing a prompt without sending it, navigating via up/down arrows sometimes deletes the unsent prompt."
}, {
"type" : "bugfix",
"description" : "Fix chat not retaining history when interaction is through onboarding tab type (#5189)"
}, {
"type" : "bugfix",
"description" : "Chat: When navigating to previous prompts, code attachments are sometimes displayed incorrectly"
}, {
"type" : "bugfix",
"description" : "Reduce frequency of system information query"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# _3.46_ (2024-12-17)
- **(Feature)** /review: Code fix automatically scrolls into view after generation.
- **(Feature)** Chat: improve font size and line-height in footer (below prompt input field)
- **(Feature)** Adds capability to send new context commands to AB groups
- **(Bug Fix)** Chat: When writing a prompt without sending it, navigating via up/down arrows sometimes deletes the unsent prompt.
- **(Bug Fix)** Fix chat not retaining history when interaction is through onboarding tab type ([#5189](https://github.com/aws/aws-toolkit-jetbrains/issues/5189))
- **(Bug Fix)** Chat: When navigating to previous prompts, code attachments are sometimes displayed incorrectly
- **(Bug Fix)** Reduce frequency of system information query

# _3.45_ (2024-12-10)
- **(Feature)** Add acknowledgement button for Amazon Q Chat disclaimer
- **(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))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Toolkit Version
toolkitVersion=3.46-SNAPSHOT
toolkitVersion=3.46

# Publish Settings
publishToken=
Expand Down

0 comments on commit ee22d32

Please sign in to comment.