Skip to content

Commit 75d6df7

Browse files
author
aws-toolkit-automation
committed
Release 1.26.0
1 parent 834dd09 commit 75d6df7

11 files changed

+47
-31
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: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"date": "2024-09-19",
3+
"version": "1.26.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Security Scan: Fixed an issue where the wrong icon was used in the status bar menu."
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Disable Amazon Q LSP in AL2"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Amazon Q Chat: Fix shifted chat contents when closing and opening chat panel back"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "Security Scan: Minor styling improvements in the security issue webview panel"
20+
},
21+
{
22+
"type": "Bug Fix",
23+
"description": "Amazon Q Chat: Fix tooltip remaining on screen when closing and opening chat panel back"
24+
},
25+
{
26+
"type": "Bug Fix",
27+
"description": "Auth: Login state not updating across multiple VS Code windows."
28+
},
29+
{
30+
"type": "Feature",
31+
"description": "Support @workspace queries for specific files like `@workspace what does test.ts do? `. "
32+
}
33+
]
34+
}

packages/amazonq/.changes/next-release/Bug Fix-239f62a8-0e2a-42f8-a028-ef1639bac4c5.json

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

packages/amazonq/.changes/next-release/Bug Fix-7bd6029d-04bc-4135-890a-1a8e4f70c18c.json

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

packages/amazonq/.changes/next-release/Bug Fix-88f06153-eaf2-4d50-9934-e5d1044aa2e9.json

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

packages/amazonq/.changes/next-release/Bug Fix-aa650a37-9441-4702-8c3e-7962ad57b00d.json

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

packages/amazonq/.changes/next-release/Bug Fix-b116896a-a7d1-445b-bd6a-5d2e82fe336a.json

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

packages/amazonq/.changes/next-release/Bug Fix-bab65b05-77c0-4a6d-ae51-4af37160d957.json

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

packages/amazonq/.changes/next-release/Feature-3a97670a-e801-44a6-812e-37e2f68516fc.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.26.0 2024-09-19
2+
3+
- **Bug Fix** Security Scan: Fixed an issue where the wrong icon was used in the status bar menu.
4+
- **Bug Fix** Disable Amazon Q LSP in AL2
5+
- **Bug Fix** Amazon Q Chat: Fix shifted chat contents when closing and opening chat panel back
6+
- **Bug Fix** Security Scan: Minor styling improvements in the security issue webview panel
7+
- **Bug Fix** Amazon Q Chat: Fix tooltip remaining on screen when closing and opening chat panel back
8+
- **Bug Fix** Auth: Login state not updating across multiple VS Code windows.
9+
- **Feature** Support @workspace queries for specific files like `@workspace what does test.ts do? `.
10+
111
## 1.25.0 2024-09-12
212

313
- **Bug Fix** Amazon Q Chat: Fixed inline code blocks are not vertically aligned with texts

0 commit comments

Comments
 (0)