Skip to content

Commit

Permalink
Release 1.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Dec 17, 2024
1 parent 75eb516 commit 17dbcd3
Show file tree
Hide file tree
Showing 18 changed files with 82 additions and 59 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.

62 changes: 62 additions & 0 deletions packages/amazonq/.changes/1.41.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"date": "2024-12-17",
"version": "1.41.0",
"entries": [
{
"type": "Bug Fix",
"description": "/review: Apply fix removes other issues in the same file."
},
{
"type": "Bug Fix",
"description": "Fix(Amazon Q Code Transformation): show correct diff when running consecutive transformations"
},
{
"type": "Bug Fix",
"description": "Improve when the welcome page is shown in amazon q chat"
},
{
"type": "Bug Fix",
"description": "Code Review: Cleaned up output logs when running /review"
},
{
"type": "Bug Fix",
"description": "Code Review: Fixed a bug where applying a fix did not update the positions of other issues in the same file."
},
{
"type": "Bug Fix",
"description": "Chat: When navigating to previous prompts, code attachments are sometimes displayed incorrectly"
},
{
"type": "Bug Fix",
"description": "/review: Diagnostics in the problems panel are mapped to the wrong code"
},
{
"type": "Bug Fix",
"description": "Fix opentabs context possibly timeout due to race condition of misuse of different timeout functionalities"
},
{
"type": "Bug Fix",
"description": "Auth: SSO session was bad, but no reauth prompt given"
},
{
"type": "Bug Fix",
"description": "Reduce frequency of system status poll"
},
{
"type": "Bug Fix",
"description": "Chat: When writing a prompt without sending it, navigating via up/down arrows sometimes deletes the unsent prompt."
},
{
"type": "Bug Fix",
"description": "Code Review: Fixed a bug where projects with repeated path names did not scan properly."
},
{
"type": "Feature",
"description": "/review: Code fix automatically scrolls into view after generation."
},
{
"type": "Feature",
"description": "Chat: improve font size and line-height in footer (below prompt input field)"
}
]
}

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.

17 changes: 17 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.41.0 2024-12-17

- **Bug Fix** /review: Apply fix removes other issues in the same file.
- **Bug Fix** Fix(Amazon Q Code Transformation): show correct diff when running consecutive transformations
- **Bug Fix** Improve when the welcome page is shown in amazon q chat
- **Bug Fix** Code Review: Cleaned up output logs when running /review
- **Bug Fix** Code Review: Fixed a bug where applying a fix did not update the positions of other issues in the same file.
- **Bug Fix** Chat: When navigating to previous prompts, code attachments are sometimes displayed incorrectly
- **Bug Fix** /review: Diagnostics in the problems panel are mapped to the wrong code
- **Bug Fix** Fix opentabs context possibly timeout due to race condition of misuse of different timeout functionalities
- **Bug Fix** Auth: SSO session was bad, but no reauth prompt given
- **Bug Fix** Reduce frequency of system status poll
- **Bug Fix** Chat: When writing a prompt without sending it, navigating via up/down arrows sometimes deletes the unsent prompt.
- **Bug Fix** Code Review: Fixed a bug where projects with repeated path names did not scan properly.
- **Feature** /review: Code fix automatically scrolls into view after generation.
- **Feature** Chat: improve font size and line-height in footer (below prompt input field)

## 1.40.0 2024-12-10

- **Bug Fix** Improved LLM code review for file review.
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.41.0-SNAPSHOT",
"version": "1.41.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 17dbcd3

Please sign in to comment.