Skip to content

Commit

Permalink
Updating version to 3.51
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Jan 29, 2025
1 parent 989a470 commit fe69ffb
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 33 deletions.
29 changes: 29 additions & 0 deletions .changes/3.51.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"date" : "2025-01-29",
"version" : "3.51",
"entries" : [ {
"type" : "feature",
"description" : "Amazon Q: Now the Amazon Q suggestions can co-exist with Jetbrains suggestions, with tab behavior configurable in the settings."
}, {
"type" : "feature",
"description" : "Amazon Q: Amazon Q inline now has configurable shortcuts for various actions including accept and browsing through suggestions."
}, {
"type" : "feature",
"description" : "Add setting to allow Q /dev to run code and test commands"
}, {
"type" : "feature",
"description" : "Amazon Q: The suggestion popup will hide by default and will be displayed when the suggestion is being hovered over."
}, {
"type" : "bugfix",
"description" : "Amazon Q /doc: fix open diff in a tab when another modal is open"
}, {
"type" : "bugfix",
"description" : "Amazon Q /test: Fixed an issue which incorrectly caused payload size exceeded exception when collecting project payload files"
}, {
"type" : "bugfix",
"description" : "fix(amazonq): For security reasons, disabled auto linkify for link texts coming in markdown other than [TEXT](URL) format"
}, {
"type" : "bugfix",
"description" : "Fix UI freeze caused by updating workspace index on non background context"
} ]
}

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.

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# _3.51_ (2025-01-29)
- **(Feature)** Amazon Q: Now the Amazon Q suggestions can co-exist with Jetbrains suggestions, with tab behavior configurable in the settings.
- **(Feature)** Amazon Q: Amazon Q inline now has configurable shortcuts for various actions including accept and browsing through suggestions.
- **(Feature)** Add setting to allow Q /dev to run code and test commands
- **(Feature)** Amazon Q: The suggestion popup will hide by default and will be displayed when the suggestion is being hovered over.
- **(Bug Fix)** Amazon Q /doc: fix open diff in a tab when another modal is open
- **(Bug Fix)** Amazon Q /test: Fixed an issue which incorrectly caused payload size exceeded exception when collecting project payload files
- **(Bug Fix)** fix(amazonq): For security reasons, disabled auto linkify for link texts coming in markdown other than [TEXT](URL) format
- **(Bug Fix)** Fix UI freeze caused by updating workspace index on non background context

# _3.50_ (2025-01-23)
- **(Feature)** Amazon Q: Updated `/help` command to include re:invent 2024 features
- **(Feature)** Amazon Q: UI improvements through more accurate code syntax highlighting
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.51-SNAPSHOT
toolkitVersion=3.51

# Publish Settings
publishToken=
Expand Down

0 comments on commit fe69ffb

Please sign in to comment.