Skip to content

Commit

Permalink
Updating version to 3.50
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Jan 23, 2025
1 parent b923351 commit b16f9e4
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 49 deletions.
41 changes: 41 additions & 0 deletions .changes/3.50.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"date" : "2025-01-23",
"version" : "3.50",
"entries" : [ {
"type" : "feature",
"description" : "Amazon Q: Updated `/help` command to include re:invent 2024 features"
}, {
"type" : "feature",
"description" : "Amazon Q: UI improvements through more accurate code syntax highlighting"
}, {
"type" : "bugfix",
"description" : "Fixed an issue where Amazon Q settings did not persist across IDE restarts"
}, {
"type" : "bugfix",
"description" : "Amazon Q: Fix context menu displaying when typing `@`, even though input is disallowed"
}, {
"type" : "bugfix",
"description" : "Amazon Q: Fix up/down history navigation only triggering on first/last line of prompt input"
}, {
"type" : "bugfix",
"description" : "Amazon Q /doc: Ask for user prompt if error occurs while updating documentation"
}, {
"type" : "bugfix",
"description" : "Amazon Q: cursor no longer jumps after navigating prompt history"
}, {
"type" : "bugfix",
"description" : "Improve text description of workspace index settings"
}, {
"type" : "bugfix",
"description" : "Amazon Q /doc: fix for user prompt to change folder in chat"
}, {
"type" : "bugfix",
"description" : "Amazon Q Doc README diff will re-open when the README file is clicked after it has been closed"
}, {
"type" : "bugfix",
"description" : "Amazon Q /test: Fix for test generation payload creation to not filter out target file."
}, {
"type" : "bugfix",
"description" : "Amazon Q: word duplication when pressing tab on context selector fixed"
} ]
}

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.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# _3.50_ (2025-01-23)
- **(Feature)** Amazon Q: Updated `/help` command to include re:invent 2024 features
- **(Feature)** Amazon Q: UI improvements through more accurate code syntax highlighting
- **(Bug Fix)** Fixed an issue where Amazon Q settings did not persist across IDE restarts
- **(Bug Fix)** Amazon Q: Fix context menu displaying when typing `@`, even though input is disallowed
- **(Bug Fix)** Amazon Q: Fix up/down history navigation only triggering on first/last line of prompt input
- **(Bug Fix)** Amazon Q /doc: Ask for user prompt if error occurs while updating documentation
- **(Bug Fix)** Amazon Q: cursor no longer jumps after navigating prompt history
- **(Bug Fix)** Improve text description of workspace index settings
- **(Bug Fix)** Amazon Q /doc: fix for user prompt to change folder in chat
- **(Bug Fix)** Amazon Q Doc README diff will re-open when the README file is clicked after it has been closed
- **(Bug Fix)** Amazon Q /test: Fix for test generation payload creation to not filter out target file.
- **(Bug Fix)** Amazon Q: word duplication when pressing tab on context selector fixed

# _3.49_ (2025-01-17)
- **(Bug Fix)** /review: Improved success rate of code reviews for certain workspace configurations

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.50-SNAPSHOT
toolkitVersion=3.50

# Publish Settings
publishToken=
Expand Down

0 comments on commit b16f9e4

Please sign in to comment.