Skip to content

Commit

Permalink
Release 1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Dec 10, 2024
1 parent 65882be commit 4018c96
Show file tree
Hide file tree
Showing 19 changed files with 87 additions and 63 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.

66 changes: 66 additions & 0 deletions packages/amazonq/.changes/1.40.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"date": "2024-12-10",
"version": "1.40.0",
"entries": [
{
"type": "Bug Fix",
"description": "Improved LLM code review for file review."
},
{
"type": "Bug Fix",
"description": "@workspace is missing from the welcome to q chat tab"
},
{
"type": "Bug Fix",
"description": "Fix chat syntax highlighting when using several different themes"
},
{
"type": "Bug Fix",
"description": "Amazon Q /doc: progress bar persists after cancelling README creation"
},
{
"type": "Bug Fix",
"description": "Code Review: Fixed a bug where some issues are missing from the code issues view for workspaces with custom names"
},
{
"type": "Bug Fix",
"description": "Amazon Q /doc: Prompt user to choose a folder in chat"
},
{
"type": "Bug Fix",
"description": "Amazon Q /dev not adding Dockerfiles in nested folders"
},
{
"type": "Bug Fix",
"description": "Improved Code Fix generation for code review issues"
},
{
"type": "Bug Fix",
"description": "Fix the quick start buttons on the explore page to show amazon q colours on hover"
},
{
"type": "Feature",
"description": "Q feature dev: recognize .bms, .pli code files"
},
{
"type": "Feature",
"description": "Amazon Q Code Transformation: show job ID in Transformation Hub"
},
{
"type": "Feature",
"description": "UI improvements to Amazon Q Chat: New splash loader animation, initial streaming card animation, improved button colours"
},
{
"type": "Feature",
"description": "Add acknowledgement button for amazon q chat disclaimer"
},
{
"type": "Feature",
"description": "Navigate through prompt history by using the up/down arrows"
},
{
"type": "Feature",
"description": "Amazon Q: Simplify log channel"
}
]
}

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.

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 18 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 1.40.0 2024-12-10

- **Bug Fix** Improved LLM code review for file review.
- **Bug Fix** @workspace is missing from the welcome to q chat tab
- **Bug Fix** Fix chat syntax highlighting when using several different themes
- **Bug Fix** Amazon Q /doc: progress bar persists after cancelling README creation
- **Bug Fix** Code Review: Fixed a bug where some issues are missing from the code issues view for workspaces with custom names
- **Bug Fix** Amazon Q /doc: Prompt user to choose a folder in chat
- **Bug Fix** Amazon Q /dev not adding Dockerfiles in nested folders
- **Bug Fix** Improved Code Fix generation for code review issues
- **Bug Fix** Fix the quick start buttons on the explore page to show amazon q colours on hover
- **Feature** Q feature dev: recognize .bms, .pli code files
- **Feature** Amazon Q Code Transformation: show job ID in Transformation Hub
- **Feature** UI improvements to Amazon Q Chat: New splash loader animation, initial streaming card animation, improved button colours
- **Feature** Add acknowledgement button for amazon q chat disclaimer
- **Feature** Navigate through prompt history by using the up/down arrows
- **Feature** Amazon Q: Simplify log channel

## 1.39.0 2024-12-03

- **Feature** Added a getting started page for exploring amazon q agents
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": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI",
"version": "1.40.0-SNAPSHOT",
"version": "1.40.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 4018c96

Please sign in to comment.