Skip to content

Commit

Permalink
Release 1.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Feb 5, 2025
1 parent af77b1f commit 5174198
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 35 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.

38 changes: 38 additions & 0 deletions packages/amazonq/.changes/1.46.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"date": "2025-02-05",
"version": "1.46.0",
"entries": [
{
"type": "Bug Fix",
"description": "Citation links are not clickable as numbers, but appear as non-clickable texts"
},
{
"type": "Bug Fix",
"description": "Fix language server start failure in AL2023 ARM64"
},
{
"type": "Bug Fix",
"description": "/review: Auto-review issues did not populate code issues list"
},
{
"type": "Bug Fix",
"description": "Amazon Q: Fix code upload error when using /dev or /doc on Remote SSH"
},
{
"type": "Bug Fix",
"description": "/test placeholder text aligned across IDEs"
},
{
"type": "Bug Fix",
"description": "Inline: Typos in the first example suggestion"
},
{
"type": "Feature",
"description": "Inline suggestions: Pre-fetch recommendations to reduce suggestion latency."
},
{
"type": "Feature",
"description": "Added github issue link and description to the chat answer feedback form"
}
]
}

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.

11 changes: 11 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.46.0 2025-02-05

- **Bug Fix** Citation links are not clickable as numbers, but appear as non-clickable texts
- **Bug Fix** Fix language server start failure in AL2023 ARM64
- **Bug Fix** /review: Auto-review issues did not populate code issues list
- **Bug Fix** Amazon Q: Fix code upload error when using /dev or /doc on Remote SSH
- **Bug Fix** /test placeholder text aligned across IDEs
- **Bug Fix** Inline: Typos in the first example suggestion
- **Feature** Inline suggestions: Pre-fetch recommendations to reduce suggestion latency.
- **Feature** Added github issue link and description to the chat answer feedback form

## 1.45.0 2025-01-30

- **Bug Fix** Allow AB users with an overridden customization to go back to the default customization
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.46.0-SNAPSHOT",
"version": "1.46.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 5174198

Please sign in to comment.