-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathfeed.json
270 lines (270 loc) · 7.32 KB
/
feed.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
{
"$schema": "./docs/assets/feed-schema.json",
"entries": [
{
"$comment": "This is the next release, any changes here",
"type": "release",
"date": "2999-01-01",
"version": "0.0.0",
"title": "Version 0.0.0",
"hidden": true,
"changes": []
},
{
"type": "release",
"date": "2025-01-06",
"version": "1.6.0",
"title": "Version 1.6.0",
"changes": [
{
"type": "added",
"description": "Support for Ghostty [#335](https://github.com/aws/amazon-q-developer-cli/pull/335)"
},
{
"type": "added",
"description": "Support for Guake [#260](https://github.com/aws/amazon-q-developer-cli/pull/260)"
},
{
"type": "fixed",
"description": "Accept text through pipes in `q chat` [#259](https://github.com/aws/amazon-q-developer-cli/pull/259)"
}
]
},
{
"type": "release",
"date": "2024-12-13",
"version": "1.5.1",
"title": "Version 1.5.1",
"changes": [
{
"type": "added",
"description": "Support for WindSurf [#125](https://github.com/aws/amazon-q-developer-cli/pull/125)"
},
{
"type": "fixed",
"description": "Linux SSH installations unable to update [#235](https://github.com/aws/amazon-q-developer-cli/issues/235)"
},
{
"type": "fixed",
"description": "`q translate` providing macOS specific responses on Linux"
}
]
},
{
"type": "release",
"date": "2024-11-21",
"version": "1.5.0",
"title": "Version 1.5.0",
"changes": [
{
"type": "added",
"description": "Support for Linux desktop. See the [AWS documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line.html) for more information."
}
]
},
{
"type": "release",
"date": "2024-11-15",
"version": "1.4.6",
"title": "Version 1.4.6",
"changes": [
{
"type": "fixed",
"description": "Minor issues"
}
]
},
{
"type": "release",
"date": "2024-09-26",
"version": "1.4.5",
"title": "Version 1.4.5",
"changes": [
{
"type": "fixed",
"description": "Minor issues"
}
]
},
{
"type": "release",
"date": "2024-09-16",
"version": "1.4.4",
"title": "Version 1.4.4",
"changes": [
{
"type": "fixed",
"description": "Minor issues"
}
]
},
{
"type": "release",
"date": "2024-09-13",
"version": "1.4.3",
"title": "Version 1.4.3",
"changes": [
{
"type": "fixed",
"description": "Minor issues"
}
]
},
{
"type": "release",
"date": "2024-09-10",
"version": "1.4.2",
"title": "Version 1.4.2",
"changes": [
{
"type": "fixed",
"description": "Linux install script error"
}
]
},
{
"type": "release",
"date": "2024-09-09",
"version": "1.4.1",
"title": "Version 1.4.1",
"changes": [
{
"type": "fixed",
"description": "Minor issues"
}
]
},
{
"type": "release",
"date": "2024-08-27",
"version": "1.4.0",
"title": "Version 1.4.0",
"changes": [
{
"type": "fixed",
"description": "Frequent timeout errors in `q chat`"
},
{
"type": "fixed",
"description": "Bash integrations messing up prompt in ZSH child processes"
},
{
"type": "fixed",
"description": "Zsh integration errors when sourced via a non-interactive script"
}
]
},
{
"type": "release",
"date": "2024-07-29",
"version": "1.3.3",
"title": "Version 1.3.3",
"changes": [
{
"type": "fixed",
"description": "Minor issues"
}
]
},
{
"type": "release",
"date": "2024-07-10",
"version": "1.3.2",
"title": "Version 1.3.2",
"changes": [
{
"type": "added",
"description": "Setting to disable greeting in `q chat`, see [Chat](/chat) for the setting."
},
{
"type": "fixed",
"description": "Using `tmux` is now supported in ssh."
},
{
"type": "fixed",
"description": "Logging via the CLI would not show the \"Use with Pro license\" option."
}
]
},
{
"type": "release",
"date": "2024-06-28",
"version": "1.3.1",
"title": "Version 1.3.1",
"changes": [
{
"type": "added",
"description": "Support for readline style input in `q chat`."
},
{
"type": "fixed",
"description": "Pressing enter multiple times triggered `q translate` to immediately execute."
}
]
},
{
"type": "release",
"date": "2024-06-24",
"version": "1.3.0",
"title": "Version 1.3.0",
"changes": [
{
"type": "added",
"description": "[PKCE-based authorization](https://aws.amazon.com/about-aws/whats-new/2024/05/aws-iam-identity-pkce-authorizations-aws-applications/) for login."
},
{
"type": "changed",
"description": "Menubar icon now indicates when there are issues with authentication or the app is not setup."
},
{
"type": "changed",
"description": "Added `quit` command to `q chat` ([#211](https://github.com/aws/q-command-line-discussions/discussions/211))."
}
]
},
{
"type": "release",
"date": "2024-06-04",
"version": "1.2.0",
"title": "Version 1.2.0",
"changes": [
{
"type": "added",
"description": "AI-powered inline completions, see [Inline](/inline) for more info."
},
{
"type": "fixed",
"description": "Login infinite redirect for first time users."
}
]
},
{
"type": "release",
"date": "2024-05-20",
"version": "1.1.0",
"title": "Version 1.1.0",
"changes": [
{
"type": "added",
"description": "The \"What's New\" page with the latest release notes and announcements."
},
{
"type": "added",
"description": "History loading for CLI Completions, press `ctrl+r` to switch to history mode. ([#57](https://github.com/aws/q-command-line-discussions/discussions/57))."
},
{
"type": "added",
"description": "Support for [`generateSpecCacheKey`](https://github.com/withfig/autocomplete-tools/pull/105) for CLI Completions."
}
]
},
{
"type": "announcement",
"date": "2024-04-30",
"version": "1.0.0",
"title": "CodeWhisperer is now Amazon Q",
"description": "Amazon Q Developer is a generative artificial intelligence (AI) powered conversational assistant that can help you understand, build, extend, and operate AWS applications.",
"link": "https://aws.amazon.com/blogs/aws/amazon-q-developer-now-generally-available-includes-new-capabilities-to-reimagine-developer-experience/"
}
]
}