Skip to content

Commit

Permalink
Updating version to 3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Aug 22, 2024
1 parent e75c8d6 commit 9862666
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 21 deletions.
20 changes: 20 additions & 0 deletions .changes/3.24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"date" : "2024-08-22",
"version" : "3.24",
"entries" : [ {
"type" : "feature",
"description" : "Add notification for IdC users on extended session"
}, {
"type" : "bugfix",
"description" : "Amazon Q: update login logo styling"
}, {
"type" : "bugfix",
"description" : "Amazon Q Code Transformation: show an error notification when download diff fails"
}, {
"type" : "bugfix",
"description" : "Fix UI freeze that occurs when viewing an Amazon Q code security scanning finding"
}, {
"type" : "bugfix",
"description" : "Fix Q building supplemental context under EDT which might slow or block the UI"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# _3.24_ (2024-08-22)
- **(Feature)** Add notification for IdC users on extended session
- **(Bug Fix)** Amazon Q: update login logo styling
- **(Bug Fix)** Amazon Q Code Transformation: show an error notification when download diff fails
- **(Bug Fix)** Fix UI freeze that occurs when viewing an Amazon Q code security scanning finding
- **(Bug Fix)** Fix Q building supplemental context under EDT which might slow or block the UI

# _3.23_ (2024-08-15)
- **(Bug Fix)** Fix NPE in Rider AWS SAM project wizard ([#4768](https://github.com/aws/aws-toolkit-jetbrains/issues/4768))
- **(Bug Fix)** Amazon Q Chat: Fix Tab selection scrollbar visibility which causes tabs half visible if there are several tabs open
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Toolkit Version
toolkitVersion=3.24-SNAPSHOT
toolkitVersion=3.24

# Publish Settings
publishToken=
Expand Down

0 comments on commit 9862666

Please sign in to comment.