Skip to content

Commit

Permalink
Merge main into feature/dev-execution
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Nov 22, 2024
2 parents d134e34 + 9729ac9 commit 84e0ee7
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 49 deletions.
41 changes: 41 additions & 0 deletions .changes/3.41.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"date" : "2024-11-22",
"version" : "3.41",
"entries" : [ {
"type" : "feature",
"description" : "Amazon Q /dev: support `.gradle` files"
}, {
"type" : "feature",
"description" : "Inline Auto trigger will now happen more consistently and will not conflict with JetBrains code completion."
}, {
"type" : "feature",
"description" : "Uses AB variation as the name for overriden customizations"
}, {
"type" : "feature",
"description" : "Code Transform: Enable support for Java 17 projects."
}, {
"type" : "feature",
"description" : "The key shortcuts for Q inline suggestions are now configurable from keymap settings. Default key shortcuts for navigating through suggestions are changed from left/right arrow keys to option(alt) + [ and option(alt) + ], respectively."
}, {
"type" : "feature",
"description" : "The Q suggestion inline popup will now hide by default and will show when the user hovers over the suggestion text, the IDE code suggestion popup will also appear to be more transparent to unblock seeing the multi-line suggestions."
}, {
"type" : "feature",
"description" : "Feature(Amazon Q Code Transformation): support conversions of embedded SQL from Oracle to PostgreSQL"
}, {
"type" : "bugfix",
"description" : "Amazon Q chat: `@workspace` command shown in all tab types"
}, {
"type" : "bugfix",
"description" : "Amazon Q Feature Dev: display limit reached error message"
}, {
"type" : "bugfix",
"description" : "Amazon Q Chat: Changed default info color on dark themes to be blue, instead of gray"
}, {
"type" : "removal",
"description" : "Removed support for Gateway 2024.2"
}, {
"type" : "removal",
"description" : "Removed support for 2023.3.x 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.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# _3.41_ (2024-11-22)
- **(Feature)** Amazon Q /dev: support `.gradle` files
- **(Feature)** Inline Auto trigger will now happen more consistently and will not conflict with JetBrains code completion.
- **(Feature)** Uses AB variation as the name for overriden customizations
- **(Feature)** Code Transform: Enable support for Java 17 projects.
- **(Feature)** The key shortcuts for Q inline suggestions are now configurable from keymap settings. Default key shortcuts for navigating through suggestions are changed from left/right arrow keys to option(alt) + [ and option(alt) + ], respectively.
- **(Feature)** The Q suggestion inline popup will now hide by default and will show when the user hovers over the suggestion text, the IDE code suggestion popup will also appear to be more transparent to unblock seeing the multi-line suggestions.
- **(Feature)** Feature(Amazon Q Code Transformation): support conversions of embedded SQL from Oracle to PostgreSQL
- **(Bug Fix)** Amazon Q chat: `@workspace` command shown in all tab types
- **(Bug Fix)** Amazon Q Feature Dev: display limit reached error message
- **(Bug Fix)** Amazon Q Chat: Changed default info color on dark themes to be blue, instead of gray
- **(Removal)** Removed support for Gateway 2024.2
- **(Removal)** Removed support for 2023.3.x IDEs

# _3.40_ (2024-11-14)
- **(Feature)** Amazon Q /dev: Add an action to accept individual files
- **(Bug Fix)** Fix a bug when Amazon Q responds with still indexing message even when `@workspace` index is done
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.41-SNAPSHOT
toolkitVersion=3.42-SNAPSHOT

# Publish Settings
publishToken=
Expand Down

0 comments on commit 84e0ee7

Please sign in to comment.