Skip to content

Commit 4fb2675

Browse files
chore: update changelog (#1818)
* chore: update changelog * update copy
1 parent e86e1f3 commit 4fb2675

File tree

1 file changed

+43
-3
lines changed

1 file changed

+43
-3
lines changed

feed.json

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,49 @@
1212
},
1313
{
1414
"type": "release",
15-
"date": "2025-04-30",
15+
"date": "2025-05-15",
1616
"version": "1.10.0",
1717
"title": "Version 1.10.0",
1818
"changes": [
1919
{
2020
"type": "added",
21-
"description": "Multi-region support for pro users"
21+
"description": "Support for FRA (region `eu-central-1`) for pro users - [#1333](https://github.com/aws/amazon-q-developer-cli/pull/1333)"
22+
},
23+
{
24+
"type": "added",
25+
"description": "Persistent conversations by working directory in `q chat` - [#1767](https://github.com/aws/amazon-q-developer-cli/pull/1767)"
26+
},
27+
{
28+
"type": "added",
29+
"description": "Background MCP server loading in `q chat` - [#1775](https://github.com/aws/amazon-q-developer-cli/pull/1775)"
30+
},
31+
{
32+
"type": "added",
33+
"description": "Image support in `q chat` - [#1489](https://github.com/aws/amazon-q-developer-cli/pull/1489)"
34+
},
35+
{
36+
"type": "added",
37+
"description": "Git-aware file selection in the `q chat` fuzzy finder - [#1649](https://github.com/aws/amazon-q-developer-cli/pull/1649)"
38+
},
39+
{
40+
"type": "added",
41+
"description": "Commands `/import` and `/export` for saving and importing conversation state in `q chat` - [#1762](https://github.com/aws/amazon-q-developer-cli/pull/1762)"
42+
},
43+
{
44+
"type": "added",
45+
"description": "An improved `/context show --expand` in `q chat` - [#1762](https://github.com/aws/amazon-q-developer-cli/pull/1762)"
46+
},
47+
{
48+
"type": "added",
49+
"description": "A new flag `--changelog` to `q version` for displaying the change log from the CLI - [#1375](https://github.com/aws/amazon-q-developer-cli/pull/1375)"
50+
},
51+
{
52+
"type": "fixed",
53+
"description": "Context files causing overflow in `q chat` - [#1331](https://github.com/aws/amazon-q-developer-cli/pull/1331)"
54+
},
55+
{
56+
"type": "fixed",
57+
"description": "An issue with token overflow in the `/usage` command in `q chat` - [#1762](https://github.com/aws/amazon-q-developer-cli/pull/1762)"
2258
},
2359
{
2460
"type": "fixed",
@@ -30,7 +66,11 @@
3066
},
3167
{
3268
"type": "fixed",
33-
"description": "Preferred default of fuzzy find to `ctrl+s` - [#1442](https://github.com/aws/amazon-q-developer-cli/pull/1442)"
69+
"description": "Preferred default of fuzzy find to `ctrl+s` in `q chat` - [#1442](https://github.com/aws/amazon-q-developer-cli/pull/1442)"
70+
},
71+
{
72+
"type": "fixed",
73+
"description": "Various issues in `q chat`"
3474
}
3575
]
3676
},

0 commit comments

Comments
 (0)