Skip to content

Commit b16f9e4

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.50
1 parent b923351 commit b16f9e4

15 files changed

+56
-49
lines changed

.changes/3.50.json

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"date" : "2025-01-23",
3+
"version" : "3.50",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q: Updated `/help` command to include re:invent 2024 features"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Amazon Q: UI improvements through more accurate code syntax highlighting"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fixed an issue where Amazon Q settings did not persist across IDE restarts"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Amazon Q: Fix context menu displaying when typing `@`, even though input is disallowed"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Amazon Q: Fix up/down history navigation only triggering on first/last line of prompt input"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Amazon Q /doc: Ask for user prompt if error occurs while updating documentation"
22+
}, {
23+
"type" : "bugfix",
24+
"description" : "Amazon Q: cursor no longer jumps after navigating prompt history"
25+
}, {
26+
"type" : "bugfix",
27+
"description" : "Improve text description of workspace index settings"
28+
}, {
29+
"type" : "bugfix",
30+
"description" : "Amazon Q /doc: fix for user prompt to change folder in chat"
31+
}, {
32+
"type" : "bugfix",
33+
"description" : "Amazon Q Doc README diff will re-open when the README file is clicked after it has been closed"
34+
}, {
35+
"type" : "bugfix",
36+
"description" : "Amazon Q /test: Fix for test generation payload creation to not filter out target file."
37+
}, {
38+
"type" : "bugfix",
39+
"description" : "Amazon Q: word duplication when pressing tab on context selector fixed"
40+
} ]
41+
}

.changes/next-release/bugfix-0f556efb-2868-4674-a67a-3a7446088cc3.json

-4
This file was deleted.

.changes/next-release/bugfix-16ca3d82-920e-4b67-9cba-a43e4fcc35a6.json

-4
This file was deleted.

.changes/next-release/bugfix-4eafd62e-c6c7-4d59-b7cd-d96ee217eaff.json

-4
This file was deleted.

.changes/next-release/bugfix-9a5972a0-db20-47a8-8b0d-b8ae31506e7e.json

-4
This file was deleted.

.changes/next-release/bugfix-a017d3fa-ff27-418d-b835-169a8c72c021.json

-4
This file was deleted.

.changes/next-release/bugfix-abe84b95-c057-478d-a0df-4e2c13c2db4f.json

-4
This file was deleted.

.changes/next-release/bugfix-b204e9b7-e11e-46c7-bfb2-4704db861dd8.json

-4
This file was deleted.

.changes/next-release/bugfix-da16ce4d-acd5-41d1-8c2a-3ac1e5252642.json

-4
This file was deleted.

.changes/next-release/bugfix-f47212d1-8e2b-4c82-9e0d-450ce896e9bc.json

-4
This file was deleted.

.changes/next-release/bugfix-f612e704-cb5b-4eb5-b67d-bd0f5d28bae6.json

-4
This file was deleted.

.changes/next-release/feature-982d469e-e6b7-456b-9f63-211c4193e8a9.json

-4
This file was deleted.

.changes/next-release/feature-d9e8c826-dd22-4be8-a065-11593b375a7c.json

-4
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# _3.50_ (2025-01-23)
2+
- **(Feature)** Amazon Q: Updated `/help` command to include re:invent 2024 features
3+
- **(Feature)** Amazon Q: UI improvements through more accurate code syntax highlighting
4+
- **(Bug Fix)** Fixed an issue where Amazon Q settings did not persist across IDE restarts
5+
- **(Bug Fix)** Amazon Q: Fix context menu displaying when typing `@`, even though input is disallowed
6+
- **(Bug Fix)** Amazon Q: Fix up/down history navigation only triggering on first/last line of prompt input
7+
- **(Bug Fix)** Amazon Q /doc: Ask for user prompt if error occurs while updating documentation
8+
- **(Bug Fix)** Amazon Q: cursor no longer jumps after navigating prompt history
9+
- **(Bug Fix)** Improve text description of workspace index settings
10+
- **(Bug Fix)** Amazon Q /doc: fix for user prompt to change folder in chat
11+
- **(Bug Fix)** Amazon Q Doc README diff will re-open when the README file is clicked after it has been closed
12+
- **(Bug Fix)** Amazon Q /test: Fix for test generation payload creation to not filter out target file.
13+
- **(Bug Fix)** Amazon Q: word duplication when pressing tab on context selector fixed
14+
115
# _3.49_ (2025-01-17)
216
- **(Bug Fix)** /review: Improved success rate of code reviews for certain workspace configurations
317

gradle.properties

+1-1
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.50-SNAPSHOT
5+
toolkitVersion=3.50
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)