Skip to content

Commit 4d8df5a

Browse files
author
aws-toolkit-automation
committed
Release 1.36.0
1 parent 384d287 commit 4d8df5a

8 files changed

+32
-19
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2024-11-14",
3+
"version": "1.36.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Fix broken inline suggestion auto-trigger on Systemverfilog files if users dont have systemverilog extension installed and enabled"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "tutorial always showing on start"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Enable default `@workspace` context of Amazon Q chat for certain users"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Amazon Q /dev: Add an action to accept individual files"
20+
}
21+
]
22+
}

packages/amazonq/.changes/next-release/Bug Fix-30c6bfc4-9411-4bc4-bfd1-41305859109d.json

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

packages/amazonq/.changes/next-release/Bug Fix-46c5fb9b-1b36-4826-8520-ec03409bce79.json

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

packages/amazonq/.changes/next-release/Feature-93485fee-05c0-4dc9-abde-9072590cbd45.json

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

packages/amazonq/.changes/next-release/Feature-d18cffcd-fd30-4936-9586-587b0ba88ec9.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.36.0 2024-11-14
2+
3+
- **Bug Fix** Fix broken inline suggestion auto-trigger on Systemverfilog files if users dont have systemverilog extension installed and enabled
4+
- **Bug Fix** tutorial always showing on start
5+
- **Feature** Enable default `@workspace` context of Amazon Q chat for certain users
6+
- **Feature** Amazon Q /dev: Add an action to accept individual files
7+
18
## 1.35.0 2024-11-11
29

310
- **Breaking Change** Change focus chat keybind to win+alt+i on Windows, cmd+alt+i on macOS, and meta+alt+i on Linux

packages/amazonq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "amazon-q-vscode",
33
"displayName": "Amazon Q",
44
"description": "Amazon Q is your generative AI-powered assistant across the software development lifecycle.",
5-
"version": "1.36.0-SNAPSHOT",
5+
"version": "1.36.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)