Skip to content

Commit

Permalink
Release 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Nov 14, 2024
1 parent 384d287 commit 4d8df5a
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 19 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions packages/amazonq/.changes/1.36.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"date": "2024-11-14",
"version": "1.36.0",
"entries": [
{
"type": "Bug Fix",
"description": "Fix broken inline suggestion auto-trigger on Systemverfilog files if users dont have systemverilog extension installed and enabled"
},
{
"type": "Bug Fix",
"description": "tutorial always showing on start"
},
{
"type": "Feature",
"description": "Enable default `@workspace` context of Amazon Q chat for certain users"
},
{
"type": "Feature",
"description": "Amazon Q /dev: Add an action to accept individual files"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 7 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.36.0 2024-11-14

- **Bug Fix** Fix broken inline suggestion auto-trigger on Systemverfilog files if users dont have systemverilog extension installed and enabled
- **Bug Fix** tutorial always showing on start
- **Feature** Enable default `@workspace` context of Amazon Q chat for certain users
- **Feature** Amazon Q /dev: Add an action to accept individual files

## 1.35.0 2024-11-11

- **Breaking Change** Change focus chat keybind to win+alt+i on Windows, cmd+alt+i on macOS, and meta+alt+i on Linux
Expand Down
2 changes: 1 addition & 1 deletion packages/amazonq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amazon-q-vscode",
"displayName": "Amazon Q",
"description": "Amazon Q is your generative AI-powered assistant across the software development lifecycle.",
"version": "1.36.0-SNAPSHOT",
"version": "1.36.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 4d8df5a

Please sign in to comment.