Skip to content

Commit

Permalink
Updating version to 3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Sep 19, 2024
1 parent f8db362 commit b6a860b
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 17 deletions.
17 changes: 17 additions & 0 deletions .changes/3.29.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"date" : "2024-09-19",
"version" : "3.29",
"entries" : [ {
"type" : "feature",
"description" : "Support `@workspace` queries for specific files like \"`@workspace` what does test.ts do?\". "
}, {
"type" : "bugfix",
"description" : "Amazon Q Feature Dev: fix iteration count messaging during code insertion"
}, {
"type" : "bugfix",
"description" : "Fix UI slowdown when Amazon Q Inline Suggestions are enabled, but token cannot be refreshed (#4868)"
}, {
"type" : "bugfix",
"description" : "Fix \"read access\" error that may occur when Amazon Q Inline Suggestion is building context (#4888) (#4848)"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# _3.29_ (2024-09-19)
- **(Feature)** Support `@workspace` queries for specific files like "`@workspace` what does test.ts do?".
- **(Bug Fix)** Amazon Q Feature Dev: fix iteration count messaging during code insertion
- **(Bug Fix)** Fix UI slowdown when Amazon Q Inline Suggestions are enabled, but token cannot be refreshed ([#4868](https://github.com/aws/aws-toolkit-jetbrains/issues/4868))
- **(Bug Fix)** Fix "read access" error that may occur when Amazon Q Inline Suggestion is building context ([#4888](https://github.com/aws/aws-toolkit-jetbrains/issues/4888)) ([#4848](https://github.com/aws/aws-toolkit-jetbrains/issues/4848))

# _3.28_ (2024-09-11)
- **(Feature)** Improve workspace indexing by only index files that are changed since last indexing
- **(Bug Fix)** Amazon Q Chat: Fixed inline code blocks are not vertically aligned with texts
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.29-SNAPSHOT
toolkitVersion=3.29

# Publish Settings
publishToken=
Expand Down

0 comments on commit b6a860b

Please sign in to comment.