Skip to content

Commit

Permalink
Updating version to 3.44
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Dec 4, 2024
1 parent dbedbc1 commit 46a7e2d
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 21 deletions.
20 changes: 20 additions & 0 deletions .changes/3.44.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"date" : "2024-12-04",
"version" : "3.44",
"entries" : [ {
"type" : "feature",
"description" : "Amazon Q: UI improvements to chat: New splash loader animation, initial streaming card animation, improved button colours"
}, {
"type" : "feature",
"description" : "Amazon Q: Navigate through prompt history by using the up/down arrows"
}, {
"type" : "bugfix",
"description" : "Fix issue where Amazon Q Code Transform is unable to start"
}, {
"type" : "bugfix",
"description" : "Fix DynamoDB viewer throwing 'ActionGroup should be registered using <group> tag' on IDE start (#5012) (#5120)"
}, {
"type" : "bugfix",
"description" : "Amazon Q: Fix chat syntax highlighting when using several different themes"
} ]
}

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.44_ (2024-12-04)
- **(Feature)** Amazon Q: UI improvements to chat: New splash loader animation, initial streaming card animation, improved button colours
- **(Feature)** Amazon Q: Navigate through prompt history by using the up/down arrows
- **(Bug Fix)** Fix issue where Amazon Q Code Transform is unable to start
- **(Bug Fix)** Fix DynamoDB viewer throwing 'ActionGroup should be registered using <group> tag' on IDE start ([#5012](https://github.com/aws/aws-toolkit-jetbrains/issues/5012)) ([#5120](https://github.com/aws/aws-toolkit-jetbrains/issues/5120))
- **(Bug Fix)** Amazon Q: Fix chat syntax highlighting when using several different themes

# _3.43_ (2024-12-03)
- **(Feature)** `/review` in Q chat to scan your code for vulnerabilities and quality issues, and generate fixes
- **(Feature)** `/test` in Q chat to generate unit tests for java and python
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.44-SNAPSHOT
toolkitVersion=3.44

# Publish Settings
publishToken=
Expand Down

0 comments on commit 46a7e2d

Please sign in to comment.