Skip to content

Commit fe69ffb

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.51
1 parent 989a470 commit fe69ffb

11 files changed

+40
-33
lines changed

.changes/3.51.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"date" : "2025-01-29",
3+
"version" : "3.51",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q: Now the Amazon Q suggestions can co-exist with Jetbrains suggestions, with tab behavior configurable in the settings."
7+
}, {
8+
"type" : "feature",
9+
"description" : "Amazon Q: Amazon Q inline now has configurable shortcuts for various actions including accept and browsing through suggestions."
10+
}, {
11+
"type" : "feature",
12+
"description" : "Add setting to allow Q /dev to run code and test commands"
13+
}, {
14+
"type" : "feature",
15+
"description" : "Amazon Q: The suggestion popup will hide by default and will be displayed when the suggestion is being hovered over."
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Amazon Q /doc: fix open diff in a tab when another modal is open"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Amazon Q /test: Fixed an issue which incorrectly caused payload size exceeded exception when collecting project payload files"
22+
}, {
23+
"type" : "bugfix",
24+
"description" : "fix(amazonq): For security reasons, disabled auto linkify for link texts coming in markdown other than [TEXT](URL) format"
25+
}, {
26+
"type" : "bugfix",
27+
"description" : "Fix UI freeze caused by updating workspace index on non background context"
28+
} ]
29+
}

.changes/next-release/bugfix-1a28cd4b-54eb-46bb-b0c6-2f9abc8fa9e6.json

-4
This file was deleted.

.changes/next-release/bugfix-52963f8d-8f8e-4b53-b7dc-0ef4819b5976.json

-4
This file was deleted.

.changes/next-release/bugfix-5ad182a1-df86-4b08-b7ae-d409fdf2d690.json

-4
This file was deleted.

.changes/next-release/bugfix-970b5a61-5646-4f40-b9fa-65c69ceda73f.json

-4
This file was deleted.

.changes/next-release/feature-47353019-76fc-4dad-8816-2ee8a530312b.json

-4
This file was deleted.

.changes/next-release/feature-47e788f2-10c1-47dd-8433-3d1e0c8424ac.json

-4
This file was deleted.

.changes/next-release/feature-53e027cd-9c7f-4b09-bc4e-8ab2a20aba2a.json

-4
This file was deleted.

.changes/next-release/feature-7d68dc39-493a-4a4e-9f9f-913b56ed5e5f.json

-4
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# _3.51_ (2025-01-29)
2+
- **(Feature)** Amazon Q: Now the Amazon Q suggestions can co-exist with Jetbrains suggestions, with tab behavior configurable in the settings.
3+
- **(Feature)** Amazon Q: Amazon Q inline now has configurable shortcuts for various actions including accept and browsing through suggestions.
4+
- **(Feature)** Add setting to allow Q /dev to run code and test commands
5+
- **(Feature)** Amazon Q: The suggestion popup will hide by default and will be displayed when the suggestion is being hovered over.
6+
- **(Bug Fix)** Amazon Q /doc: fix open diff in a tab when another modal is open
7+
- **(Bug Fix)** Amazon Q /test: Fixed an issue which incorrectly caused payload size exceeded exception when collecting project payload files
8+
- **(Bug Fix)** fix(amazonq): For security reasons, disabled auto linkify for link texts coming in markdown other than [TEXT](URL) format
9+
- **(Bug Fix)** Fix UI freeze caused by updating workspace index on non background context
10+
111
# _3.50_ (2025-01-23)
212
- **(Feature)** Amazon Q: Updated `/help` command to include re:invent 2024 features
313
- **(Feature)** Amazon Q: UI improvements through more accurate code syntax highlighting

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.51-SNAPSHOT
5+
toolkitVersion=3.51
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)