Skip to content

Commit 3719173

Browse files
actions-usercode-asher
authored andcommitted
Changelog update - v2.8.0
1 parent c17930d commit 3719173

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CHANGELOG.md

+55
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,55 @@
44

55
## Unreleased
66

7+
## 2.8.0 - 2023-10-03
8+
79
### Added
10+
811
- Add a setting for a command to run to get headers that will be set on all
912
requests to the Coder deployment.
1013
- Support for Gateway 2023.3.
1114

1215
## 2.6.0 - 2023-09-06
1316

1417
### Added
18+
1519
- Initial support for Gateway links (jetbrains-gateway://). See the readme for
1620
the expected parameters.
1721
- Support for Gateway 232.9921.
1822

1923
## 2.5.2 - 2023-08-06
2024

2125
### Fixed
26+
2227
- Inability to connect to a workspace after going back to the workspaces view.
2328
- Remove version warning for 2.x release.
2429

2530
### Changed
31+
2632
- Add a message to distinguish between connecting to the worker and querying for
2733
IDEs.
2834

2935
## 2.5.1 - 2023-07-07
3036

3137
### Fixed
38+
3239
- Inability to download new editors in older versions of Gateway.
3340

3441
## 2.5.0 - 2023-06-29
3542

3643
### Added
44+
3745
- Support for Gateway 2023.2.
3846

3947
## 2.4.0 - 2023-06-02
4048

4149
### Added
50+
4251
- Allow configuring the binary directory separately from data.
4352
- Add status and start/stop buttons to the recent connections view.
4453

4554
### Changed
55+
4656
- Check binary version with `version --output json` (if available) since this is
4757
faster than waiting for the round trip checking etags. It also covers cases
4858
where the binary is hosted somewhere that does not support etags.
@@ -51,6 +61,7 @@
5161
## 2.3.0 - 2023-05-03
5262

5363
### Added
64+
5465
- Support connecting to multiple deployments (existing connections will still be
5566
using the old method; please re-add them if you connect to multiple
5667
deployments)
@@ -59,12 +70,14 @@
5970
- Surface various errors in the UI to make them more immediately visible
6071

6172
### Changed
73+
6274
- A token dialog and browser will not be launched when automatically connecting
6375
to the last known deployment; these actions will only take place when you
6476
explicitly interact by pressing "connect"
6577
- Token dialog has been widened so the entire token can be seen at once
6678

6779
### Fixed
80+
6881
- The help text under the IDE dropdown now takes into account whether the IDE is
6982
already installed
7083
- Various minor alignment issues
@@ -78,206 +91,248 @@
7891
## 2.2.1 - 2023-03-23
7992

8093
### Fixed
94+
8195
- Reading an existing config would sometimes use the wrong directory on Linux
8296
- Two separate SSH sessions would spawn when connecting to a workspace through
8397
the main flow
8498

8599
## 2.2.0 - 2023-03-08
86100

87101
### Added
102+
88103
- Support for Gateway 2023
89104

90105
### Fixed
106+
91107
- The "Select IDE and Project" button is no longer disabled for a time after
92108
going back a step
93109

94110
### Changed
111+
95112
- Initial authentication is now asynchronous which means no hang on the main
96113
screen while that happens and it shows in the progress bar
97114

98115
## 2.1.7 - 2023-02-28
99116

100117
### Fixed
118+
101119
- Terminal link is now correct when host ends in `/`
102120
- Improved resiliency and error handling when trying to open the last successful connection
103121

104122
## 2.1.6-eap.0 - 2023-02-02
105123

106124
### Fixed
125+
107126
- Improved resiliency and error handling when resolving installed IDE's
108127

109128
## 2.1.6 - 2023-02-01
110129

111130
### Fixed
131+
112132
- Improved resiliency and error handling when resolving installed IDE's
113133

114134
## 2.1.5-eap.0 - 2023-01-24
115135

116136
### Fixed
137+
117138
- Support for `Remote Development` in the Jetbrains IDE's
118139

119140
## 2.1.5 - 2023-01-24
120141

121142
### Fixed
143+
122144
- Support for `Remote Development` in the Jetbrains IDE's
123145

124146
## 2.1.4-eap.0 - 2022-12-23
147+
125148
Bug fixes and enhancements included in `2.1.4` release:
126149

127150
### Added
151+
128152
- Ability to open a template in the Dashboard
129153
- Ability to sort by workspace name, or by template name or by workspace status
130154
- A new token is requested when the one persisted is expired
131155
- Support for re-using already installed IDE backends
132156

133157
### Changed
158+
134159
- Renamed the plugin from `Coder Gateway` to `Gateway`
135160
- Workspaces and agents are now resolved and displayed progressively
136161

137162
### Fixed
163+
138164
- Icon rendering on `macOS`
139165
- `darwin` agents are now recognized as `macOS`
140166
- Unsupported OS warning is displayed only for running workspaces
141167

142168
## 2.1.4 - 2022-12-23
143169

144170
### Added
171+
145172
- Ability to open a template in the Dashboard
146173
- Ability to sort by workspace name, or by template name or by workspace status
147174
- A new token is requested when the one persisted is expired
148175
- Support for re-using already installed IDE backends
149176

150177
### Changed
178+
151179
- Renamed the plugin from `Coder Gateway` to `Gateway`
152180
- Workspaces and agents are now resolved and displayed progressively
153181

154182
### Fixed
183+
155184
- Icon rendering on `macOS`
156185
- `darwin` agents are now recognized as `macOS`
157186
- Unsupported OS warning is displayed only for running workspaces
158187

159188
## 2.1.3-eap.0 - 2022-12-12
189+
160190
Bug fixes and enhancements included in `2.1.3` release:
161191

162192
### Added
193+
163194
- Warning system when plugin might not be compatible with Coder REST API
164195
- A `Create workspace` button which links to Coder's templates page
165196
- Workspace icons
166197
- Quick toolbar action to open Coder Dashboard in the browser
167198
- Custom user agent for the HTTP client
168199

169200
### Changed
201+
170202
- Redesigned the information&warning banner. Messages can now include hyperlinks
171203

172204
### Removed
205+
173206
- Connection handle window is no longer displayed
174207

175208
### Fixed
209+
176210
- Outdated Coder CLI binaries are cleaned up
177211
- Workspace status color style: running workspaces are green, failed ones should be red, everything else is gray
178212
- Typos in plugin description
179213

180214
## 2.1.3 - 2022-12-09
181215

182216
### Added
217+
183218
- Warning system when plugin might not be compatible with Coder REST API
184219
- A `Create workspace` button which links to Coder's templates page
185220
- Workspace icons
186221
- Quick toolbar action to open Coder Dashboard in the browser
187222
- Custom user agent for the HTTP client
188223

189224
### Changed
225+
190226
- Redesigned the information&warning banner. Messages can now include hyperlinks
191227

192228
### Removed
229+
193230
- Connection handle window is no longer displayed
194231

195232
### Fixed
233+
196234
- Outdated Coder CLI binaries are cleaned up
197235
- Workspace status color style: running workspaces are green, failed ones should be red, everything else is gray
198236
- Typos in plugin description
199237

200238
## 2.1.2-eap.0 - 2022-11-29
201239

202240
### Added
241+
203242
- Support for Gateway 2022.3 RC
204243
- Upgraded support for the latest Coder REST API
205244
- Support for latest Gateway 2022.2.x builds
206245

207246
### Fixed
247+
208248
- Authentication flow is now done using HTTP headers
209249

210250
## 2.1.2 - 2022-11-23
211251

212252
### Added
253+
213254
- Upgraded support for the latest Coder REST API
214255
- Support for latest Gateway 2022.2.x builds
215256

216257
### Fixed
258+
217259
- Authentication flow is now done using HTTP headers
218260

219261
## 2.1.1
220262

221263
### Added
264+
222265
- Support for remembering last opened Coder session
223266

224267
### Changed
268+
225269
- Minimum supported Gateway build is now 222.3739.54
226270
- Some dialog titles
227271

228272
## 2.1.0
229273

230274
### Added
275+
231276
- Support for displaying workspace version
232277
- Support for managing the lifecycle of a workspace, i.e. start and stop and update workspace to the latest template version
233278

234279
### Changed
280+
235281
- Workspace panel is now updated every 5 seconds
236282
- Combinations of workspace names and agent names are now listed even when a workspace is down
237283
- Minimum supported Gateway build is now 222.3739.40
238284

239285
### Fixed
286+
240287
- Terminal link for workspaces with a single agent
241288
- No longer allow users to open a connection to a Windows or macOS workspace. It's not yet supported by Gateway
242289

243290
## 2.0.2
244291

245292
### Added
293+
246294
- Support for displaying working and non-working workspaces
247295
- Better support for Light and Dark themes in the "Status" column
248296

249297
### Fixed
298+
250299
- Left panel is no longer visible when a new connection is triggered from Coder's "Recent Workspaces" panel.
251300
This provides consistency with other plugins compatible with Gateway
252301
- The "Select IDE and Project" button in the "Coder Workspaces" view is now disabled when no workspace is selected
253302

254303
### Changed
304+
255305
- The authentication view is now merged with the "Coder Workspaces" view allowing users to quickly change the host
256306

257307
## 2.0.1
258308

259309
### Fixed
310+
260311
- `Recent Coder Workspaces` label overlaps with the search bar in the `Connections` view
261312
- Working workspaces are now listed when there are issues with resolving agents
262313
- List only workspaces owned by the logged user
263314

264315
### Changed
316+
265317
- Links to documentation now point to the latest Coder OSS
266318
- Simplified main action link text from `Connect to Coder Workspaces` to `Connect to Coder`
267319
- Minimum supported Gateway build is now 222.3739.24
268320

269321
## 2.0.0
270322

271323
### Added
324+
272325
- Support for Gateway 2022.2
273326

274327
### Changed
328+
275329
- Java 17 is now required to run the plugin
276330
- Adapted the code to the new SSH API provided by Gateway
277331

278332
## 1.0.0
279333

280334
### Added
335+
281336
- Initial scaffold for Gateway plugin
282337
- Browser based authentication on Coder environments
283338
- REST client for Coder V2 public API

0 commit comments

Comments
 (0)