Skip to content

Commit

Permalink
Merge branch 'main' into dogusata/add-description-to-feedback-form
Browse files Browse the repository at this point in the history
  • Loading branch information
dogusata authored Feb 7, 2025
2 parents ff22cdc + d148b66 commit ef9b804
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 25 deletions.
23 changes: 23 additions & 0 deletions .changes/3.52.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"date" : "2025-02-06",
"version" : "3.52",
"entries" : [ {
"type" : "feature",
"description" : "Adds event listener for notifying UI that AB feature configurations have been resolved"
}, {
"type" : "feature",
"description" : "Amazon Q /review: Code issues can now be grouped by severity or file location."
}, {
"type" : "feature",
"description" : "Inline suggestions: Pre-fetch recommendations to reduce suggestion latency."
}, {
"type" : "bugfix",
"description" : "fix(amazonq): Citation links are not clickable as numbers, but appear as non-clickable texts"
}, {
"type" : "bugfix",
"description" : "Amazon Q: Prevent IndexOutOfBoundsException by adding boundary checks for invalid range markers (#5187)"
}, {
"type" : "bugfix",
"description" : "/test placeholder text aligned across IDEs"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# _3.52_ (2025-02-06)
- **(Feature)** Adds event listener for notifying UI that AB feature configurations have been resolved
- **(Feature)** Amazon Q /review: Code issues can now be grouped by severity or file location.
- **(Feature)** Inline suggestions: Pre-fetch recommendations to reduce suggestion latency.
- **(Bug Fix)** fix(amazonq): Citation links are not clickable as numbers, but appear as non-clickable texts
- **(Bug Fix)** Amazon Q: Prevent IndexOutOfBoundsException by adding boundary checks for invalid range markers ([#5187](https://github.com/aws/aws-toolkit-jetbrains/issues/5187))
- **(Bug Fix)** /test placeholder text aligned across IDEs

# _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.
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.52-SNAPSHOT
toolkitVersion=3.53-SNAPSHOT

# Publish Settings
publishToken=
Expand Down

0 comments on commit ef9b804

Please sign in to comment.