Skip to content

Commit dc81981

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.80
1 parent 83e1a52 commit dc81981

7 files changed

+24
-17
lines changed

.changes/3.80.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2025-06-26",
3+
"version" : "3.80",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q inline: now display completions much more consistently at the user's current caret position"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Amazon Q inline: now Q completions can co-exist with JetBrains' native IntelliSense completions, when both are showing, press Tab or your customized key shortcuts to accept Q completions and press Enter to accept IntelliSense completions."
10+
}, {
11+
"type" : "feature",
12+
"description" : "Amazon Q inline: now shows in a JetBrains native UX of popup and inlay text style"
13+
}, {
14+
"type" : "feature",
15+
"description" : "Amazon Q inline: The new UX allows configurable shortcuts for accepting completions and navigating through completions. *Caveat: for users using the previous versions, if you have configured your custom key shortcuts for the Q inline before, you will have to re-configure them again in Amazon Q settings due to a change in the keymap actions."
16+
} ]
17+
}

.changes/next-release/feature-3155ac52-b98c-47ab-8f9d-83d6bf377076.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/feature-6a46f2ba-0d74-4385-afbc-896a9f13b90a.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/feature-81882751-0f01-47db-8cd3-ee7955ef0c96.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/feature-b25741c4-9461-417f-979f-6203b3ce761c.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# _3.80_ (2025-06-26)
2+
- **(Feature)** Amazon Q inline: now display completions much more consistently at the user's current caret position
3+
- **(Feature)** Amazon Q inline: now Q completions can co-exist with JetBrains' native IntelliSense completions, when both are showing, press Tab or your customized key shortcuts to accept Q completions and press Enter to accept IntelliSense completions.
4+
- **(Feature)** Amazon Q inline: now shows in a JetBrains native UX of popup and inlay text style
5+
- **(Feature)** Amazon Q inline: The new UX allows configurable shortcuts for accepting completions and navigating through completions. *Caveat: for users using the previous versions, if you have configured your custom key shortcuts for the Q inline before, you will have to re-configure them again in Amazon Q settings due to a change in the keymap actions.
6+
17
# _3.79_ (2025-06-25)
28
- **(Feature)** /transform: run all builds client-side
39
- **(Feature)** Amazon Q Chat: Pin context items in chat and manage workspace rules

gradle.properties

Lines changed: 1 addition & 1 deletion
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.80-SNAPSHOT
5+
toolkitVersion=3.80
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)