From ee22d3205faa42d460d0c95aead1de96edb010db Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <> Date: Tue, 17 Dec 2024 19:04:07 +0000 Subject: [PATCH] Updating version to 3.46 --- .changes/3.46.json | 26 +++++++++++++++++++ ...-edd7edc4-e063-4137-a39a-8fea13d07d3f.json | 4 --- ...-f290302a-3c37-4982-ad78-11f0b413c694.json | 4 --- ...-f4bd194b-8149-4431-a7fa-4001e791fcb0.json | 4 --- ...-fef8426e-f36c-425f-af0e-a9811e01e2f5.json | 4 --- ...-ad2ca8aa-4d8d-4dc4-92f6-5ae2916e3ec6.json | 4 --- ...-f92e88b0-7fec-4122-b8e9-41eb799bc2db.json | 4 --- ...-fab622c6-240e-49a2-9750-dee956759a0a.json | 4 --- CHANGELOG.md | 9 +++++++ gradle.properties | 2 +- 10 files changed, 36 insertions(+), 29 deletions(-) create mode 100644 .changes/3.46.json delete mode 100644 .changes/next-release/bugfix-edd7edc4-e063-4137-a39a-8fea13d07d3f.json delete mode 100644 .changes/next-release/bugfix-f290302a-3c37-4982-ad78-11f0b413c694.json delete mode 100644 .changes/next-release/bugfix-f4bd194b-8149-4431-a7fa-4001e791fcb0.json delete mode 100644 .changes/next-release/bugfix-fef8426e-f36c-425f-af0e-a9811e01e2f5.json delete mode 100644 .changes/next-release/feature-ad2ca8aa-4d8d-4dc4-92f6-5ae2916e3ec6.json delete mode 100644 .changes/next-release/feature-f92e88b0-7fec-4122-b8e9-41eb799bc2db.json delete mode 100644 .changes/next-release/feature-fab622c6-240e-49a2-9750-dee956759a0a.json diff --git a/.changes/3.46.json b/.changes/3.46.json new file mode 100644 index 0000000000..4d998c9ac6 --- /dev/null +++ b/.changes/3.46.json @@ -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" + } ] +} \ No newline at end of file diff --git a/.changes/next-release/bugfix-edd7edc4-e063-4137-a39a-8fea13d07d3f.json b/.changes/next-release/bugfix-edd7edc4-e063-4137-a39a-8fea13d07d3f.json deleted file mode 100644 index 3264a057ce..0000000000 --- a/.changes/next-release/bugfix-edd7edc4-e063-4137-a39a-8fea13d07d3f.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "Chat: When writing a prompt without sending it, navigating via up/down arrows sometimes deletes the unsent prompt." -} \ No newline at end of file diff --git a/.changes/next-release/bugfix-f290302a-3c37-4982-ad78-11f0b413c694.json b/.changes/next-release/bugfix-f290302a-3c37-4982-ad78-11f0b413c694.json deleted file mode 100644 index 958a4389e3..0000000000 --- a/.changes/next-release/bugfix-f290302a-3c37-4982-ad78-11f0b413c694.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "Fix chat not retaining history when interaction is through onboarding tab type (#5189)" -} \ No newline at end of file diff --git a/.changes/next-release/bugfix-f4bd194b-8149-4431-a7fa-4001e791fcb0.json b/.changes/next-release/bugfix-f4bd194b-8149-4431-a7fa-4001e791fcb0.json deleted file mode 100644 index b77daa3baa..0000000000 --- a/.changes/next-release/bugfix-f4bd194b-8149-4431-a7fa-4001e791fcb0.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "Chat: When navigating to previous prompts, code attachments are sometimes displayed incorrectly" -} \ No newline at end of file diff --git a/.changes/next-release/bugfix-fef8426e-f36c-425f-af0e-a9811e01e2f5.json b/.changes/next-release/bugfix-fef8426e-f36c-425f-af0e-a9811e01e2f5.json deleted file mode 100644 index 6723f2623b..0000000000 --- a/.changes/next-release/bugfix-fef8426e-f36c-425f-af0e-a9811e01e2f5.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "Reduce frequency of system information query" -} \ No newline at end of file diff --git a/.changes/next-release/feature-ad2ca8aa-4d8d-4dc4-92f6-5ae2916e3ec6.json b/.changes/next-release/feature-ad2ca8aa-4d8d-4dc4-92f6-5ae2916e3ec6.json deleted file mode 100644 index 410960df73..0000000000 --- a/.changes/next-release/feature-ad2ca8aa-4d8d-4dc4-92f6-5ae2916e3ec6.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "feature", - "description" : "/review: Code fix automatically scrolls into view after generation." -} \ No newline at end of file diff --git a/.changes/next-release/feature-f92e88b0-7fec-4122-b8e9-41eb799bc2db.json b/.changes/next-release/feature-f92e88b0-7fec-4122-b8e9-41eb799bc2db.json deleted file mode 100644 index 7f478021d2..0000000000 --- a/.changes/next-release/feature-f92e88b0-7fec-4122-b8e9-41eb799bc2db.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "feature", - "description" : "Chat: improve font size and line-height in footer (below prompt input field)" -} \ No newline at end of file diff --git a/.changes/next-release/feature-fab622c6-240e-49a2-9750-dee956759a0a.json b/.changes/next-release/feature-fab622c6-240e-49a2-9750-dee956759a0a.json deleted file mode 100644 index 1fae2b3ef1..0000000000 --- a/.changes/next-release/feature-fab622c6-240e-49a2-9750-dee956759a0a.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "feature", - "description" : "Adds capability to send new context commands to AB groups" -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b687d41061..8b89420311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/gradle.properties b/gradle.properties index 17e81f43ac..48db87da02 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # Toolkit Version -toolkitVersion=3.46-SNAPSHOT +toolkitVersion=3.46 # Publish Settings publishToken=