Skip to content

Commit 9862666

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.24
1 parent e75c8d6 commit 9862666

8 files changed

+28
-21
lines changed

.changes/3.24.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2024-08-22",
3+
"version" : "3.24",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add notification for IdC users on extended session"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Amazon Q: update login logo styling"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Amazon Q Code Transformation: show an error notification when download diff fails"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix UI freeze that occurs when viewing an Amazon Q code security scanning finding"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix Q building supplemental context under EDT which might slow or block the UI"
19+
} ]
20+
}

.changes/next-release/bugfix-94d0f043-0356-47d7-b795-71cd4016c5fd.json

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

.changes/next-release/bugfix-a9de376d-3ae7-4c30-96bd-4a8529534d87.json

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

.changes/next-release/bugfix-b645d4bd-5f65-49cc-bae1-ab866bd6eb3a.json

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

.changes/next-release/bugfix-eb2b9d18-dfc2-46fd-b772-df33d48d81d3.json

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

.changes/next-release/feature-8586b790-db73-4d9f-ab9f-606e2f607c17.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# _3.24_ (2024-08-22)
2+
- **(Feature)** Add notification for IdC users on extended session
3+
- **(Bug Fix)** Amazon Q: update login logo styling
4+
- **(Bug Fix)** Amazon Q Code Transformation: show an error notification when download diff fails
5+
- **(Bug Fix)** Fix UI freeze that occurs when viewing an Amazon Q code security scanning finding
6+
- **(Bug Fix)** Fix Q building supplemental context under EDT which might slow or block the UI
7+
18
# _3.23_ (2024-08-15)
29
- **(Bug Fix)** Fix NPE in Rider AWS SAM project wizard ([#4768](https://github.com/aws/aws-toolkit-jetbrains/issues/4768))
310
- **(Bug Fix)** Amazon Q Chat: Fix Tab selection scrollbar visibility which causes tabs half visible if there are several tabs open

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Toolkit Version
5-
toolkitVersion=3.24-SNAPSHOT
5+
toolkitVersion=3.24
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)