|
5 | 5 | ## Unreleased |
6 | 6 |
|
7 | 7 | ### Added |
| 8 | + |
| 9 | +- Configuration options for mTLS. |
| 10 | +- Configuration options for adding a CA cert to the trust store and an alternate |
| 11 | + hostname. |
| 12 | +- Agent ID can be used in place of the name when using the Gateway link. If |
| 13 | + both are present the name will be ignored. |
| 14 | + |
| 15 | +### Fixed |
| 16 | + |
| 17 | +- Configuring SSH will include all agents even on workspaces that are off. |
| 18 | + |
| 19 | +## 2.8.0 - 2023-10-03 |
| 20 | + |
| 21 | +### Added |
| 22 | + |
8 | 23 | - Add a setting for a command to run to get headers that will be set on all |
9 | 24 | requests to the Coder deployment. |
10 | 25 | - Support for Gateway 2023.3. |
11 | 26 |
|
12 | 27 | ## 2.6.0 - 2023-09-06 |
13 | 28 |
|
14 | 29 | ### Added |
| 30 | + |
15 | 31 | - Initial support for Gateway links (jetbrains-gateway://). See the readme for |
16 | 32 | the expected parameters. |
17 | 33 | - Support for Gateway 232.9921. |
18 | 34 |
|
19 | 35 | ## 2.5.2 - 2023-08-06 |
20 | 36 |
|
21 | 37 | ### Fixed |
| 38 | + |
22 | 39 | - Inability to connect to a workspace after going back to the workspaces view. |
23 | 40 | - Remove version warning for 2.x release. |
24 | 41 |
|
25 | 42 | ### Changed |
| 43 | + |
26 | 44 | - Add a message to distinguish between connecting to the worker and querying for |
27 | 45 | IDEs. |
28 | 46 |
|
29 | 47 | ## 2.5.1 - 2023-07-07 |
30 | 48 |
|
31 | 49 | ### Fixed |
| 50 | + |
32 | 51 | - Inability to download new editors in older versions of Gateway. |
33 | 52 |
|
34 | 53 | ## 2.5.0 - 2023-06-29 |
35 | 54 |
|
36 | 55 | ### Added |
| 56 | + |
37 | 57 | - Support for Gateway 2023.2. |
38 | 58 |
|
39 | 59 | ## 2.4.0 - 2023-06-02 |
40 | 60 |
|
41 | 61 | ### Added |
| 62 | + |
42 | 63 | - Allow configuring the binary directory separately from data. |
43 | 64 | - Add status and start/stop buttons to the recent connections view. |
44 | 65 |
|
45 | 66 | ### Changed |
| 67 | + |
46 | 68 | - Check binary version with `version --output json` (if available) since this is |
47 | 69 | faster than waiting for the round trip checking etags. It also covers cases |
48 | 70 | where the binary is hosted somewhere that does not support etags. |
|
51 | 73 | ## 2.3.0 - 2023-05-03 |
52 | 74 |
|
53 | 75 | ### Added |
| 76 | + |
54 | 77 | - Support connecting to multiple deployments (existing connections will still be |
55 | 78 | using the old method; please re-add them if you connect to multiple |
56 | 79 | deployments) |
|
59 | 82 | - Surface various errors in the UI to make them more immediately visible |
60 | 83 |
|
61 | 84 | ### Changed |
| 85 | + |
62 | 86 | - A token dialog and browser will not be launched when automatically connecting |
63 | 87 | to the last known deployment; these actions will only take place when you |
64 | 88 | explicitly interact by pressing "connect" |
65 | 89 | - Token dialog has been widened so the entire token can be seen at once |
66 | 90 |
|
67 | 91 | ### Fixed |
| 92 | + |
68 | 93 | - The help text under the IDE dropdown now takes into account whether the IDE is |
69 | 94 | already installed |
70 | 95 | - Various minor alignment issues |
|
78 | 103 | ## 2.2.1 - 2023-03-23 |
79 | 104 |
|
80 | 105 | ### Fixed |
| 106 | + |
81 | 107 | - Reading an existing config would sometimes use the wrong directory on Linux |
82 | 108 | - Two separate SSH sessions would spawn when connecting to a workspace through |
83 | 109 | the main flow |
84 | 110 |
|
85 | 111 | ## 2.2.0 - 2023-03-08 |
86 | 112 |
|
87 | 113 | ### Added |
| 114 | + |
88 | 115 | - Support for Gateway 2023 |
89 | 116 |
|
90 | 117 | ### Fixed |
| 118 | + |
91 | 119 | - The "Select IDE and Project" button is no longer disabled for a time after |
92 | 120 | going back a step |
93 | 121 |
|
94 | 122 | ### Changed |
| 123 | + |
95 | 124 | - Initial authentication is now asynchronous which means no hang on the main |
96 | 125 | screen while that happens and it shows in the progress bar |
97 | 126 |
|
98 | 127 | ## 2.1.7 - 2023-02-28 |
99 | 128 |
|
100 | 129 | ### Fixed |
| 130 | + |
101 | 131 | - Terminal link is now correct when host ends in `/` |
102 | 132 | - Improved resiliency and error handling when trying to open the last successful connection |
103 | 133 |
|
104 | 134 | ## 2.1.6-eap.0 - 2023-02-02 |
105 | 135 |
|
106 | 136 | ### Fixed |
| 137 | + |
107 | 138 | - Improved resiliency and error handling when resolving installed IDE's |
108 | 139 |
|
109 | 140 | ## 2.1.6 - 2023-02-01 |
110 | 141 |
|
111 | 142 | ### Fixed |
| 143 | + |
112 | 144 | - Improved resiliency and error handling when resolving installed IDE's |
113 | 145 |
|
114 | 146 | ## 2.1.5-eap.0 - 2023-01-24 |
115 | 147 |
|
116 | 148 | ### Fixed |
| 149 | + |
117 | 150 | - Support for `Remote Development` in the Jetbrains IDE's |
118 | 151 |
|
119 | 152 | ## 2.1.5 - 2023-01-24 |
120 | 153 |
|
121 | 154 | ### Fixed |
| 155 | + |
122 | 156 | - Support for `Remote Development` in the Jetbrains IDE's |
123 | 157 |
|
124 | 158 | ## 2.1.4-eap.0 - 2022-12-23 |
| 159 | + |
125 | 160 | Bug fixes and enhancements included in `2.1.4` release: |
126 | 161 |
|
127 | 162 | ### Added |
| 163 | + |
128 | 164 | - Ability to open a template in the Dashboard |
129 | 165 | - Ability to sort by workspace name, or by template name or by workspace status |
130 | 166 | - A new token is requested when the one persisted is expired |
131 | 167 | - Support for re-using already installed IDE backends |
132 | 168 |
|
133 | 169 | ### Changed |
| 170 | + |
134 | 171 | - Renamed the plugin from `Coder Gateway` to `Gateway` |
135 | 172 | - Workspaces and agents are now resolved and displayed progressively |
136 | 173 |
|
137 | 174 | ### Fixed |
| 175 | + |
138 | 176 | - Icon rendering on `macOS` |
139 | 177 | - `darwin` agents are now recognized as `macOS` |
140 | 178 | - Unsupported OS warning is displayed only for running workspaces |
141 | 179 |
|
142 | 180 | ## 2.1.4 - 2022-12-23 |
143 | 181 |
|
144 | 182 | ### Added |
| 183 | + |
145 | 184 | - Ability to open a template in the Dashboard |
146 | 185 | - Ability to sort by workspace name, or by template name or by workspace status |
147 | 186 | - A new token is requested when the one persisted is expired |
148 | 187 | - Support for re-using already installed IDE backends |
149 | 188 |
|
150 | 189 | ### Changed |
| 190 | + |
151 | 191 | - Renamed the plugin from `Coder Gateway` to `Gateway` |
152 | 192 | - Workspaces and agents are now resolved and displayed progressively |
153 | 193 |
|
154 | 194 | ### Fixed |
| 195 | + |
155 | 196 | - Icon rendering on `macOS` |
156 | 197 | - `darwin` agents are now recognized as `macOS` |
157 | 198 | - Unsupported OS warning is displayed only for running workspaces |
158 | 199 |
|
159 | 200 | ## 2.1.3-eap.0 - 2022-12-12 |
| 201 | + |
160 | 202 | Bug fixes and enhancements included in `2.1.3` release: |
161 | 203 |
|
162 | 204 | ### Added |
| 205 | + |
163 | 206 | - Warning system when plugin might not be compatible with Coder REST API |
164 | 207 | - A `Create workspace` button which links to Coder's templates page |
165 | 208 | - Workspace icons |
166 | 209 | - Quick toolbar action to open Coder Dashboard in the browser |
167 | 210 | - Custom user agent for the HTTP client |
168 | 211 |
|
169 | 212 | ### Changed |
| 213 | + |
170 | 214 | - Redesigned the information&warning banner. Messages can now include hyperlinks |
171 | 215 |
|
172 | 216 | ### Removed |
| 217 | + |
173 | 218 | - Connection handle window is no longer displayed |
174 | 219 |
|
175 | 220 | ### Fixed |
| 221 | + |
176 | 222 | - Outdated Coder CLI binaries are cleaned up |
177 | 223 | - Workspace status color style: running workspaces are green, failed ones should be red, everything else is gray |
178 | 224 | - Typos in plugin description |
179 | 225 |
|
180 | 226 | ## 2.1.3 - 2022-12-09 |
181 | 227 |
|
182 | 228 | ### Added |
| 229 | + |
183 | 230 | - Warning system when plugin might not be compatible with Coder REST API |
184 | 231 | - A `Create workspace` button which links to Coder's templates page |
185 | 232 | - Workspace icons |
186 | 233 | - Quick toolbar action to open Coder Dashboard in the browser |
187 | 234 | - Custom user agent for the HTTP client |
188 | 235 |
|
189 | 236 | ### Changed |
| 237 | + |
190 | 238 | - Redesigned the information&warning banner. Messages can now include hyperlinks |
191 | 239 |
|
192 | 240 | ### Removed |
| 241 | + |
193 | 242 | - Connection handle window is no longer displayed |
194 | 243 |
|
195 | 244 | ### Fixed |
| 245 | + |
196 | 246 | - Outdated Coder CLI binaries are cleaned up |
197 | 247 | - Workspace status color style: running workspaces are green, failed ones should be red, everything else is gray |
198 | 248 | - Typos in plugin description |
199 | 249 |
|
200 | 250 | ## 2.1.2-eap.0 - 2022-11-29 |
201 | 251 |
|
202 | 252 | ### Added |
| 253 | + |
203 | 254 | - Support for Gateway 2022.3 RC |
204 | 255 | - Upgraded support for the latest Coder REST API |
205 | 256 | - Support for latest Gateway 2022.2.x builds |
206 | 257 |
|
207 | 258 | ### Fixed |
| 259 | + |
208 | 260 | - Authentication flow is now done using HTTP headers |
209 | 261 |
|
210 | 262 | ## 2.1.2 - 2022-11-23 |
211 | 263 |
|
212 | 264 | ### Added |
| 265 | + |
213 | 266 | - Upgraded support for the latest Coder REST API |
214 | 267 | - Support for latest Gateway 2022.2.x builds |
215 | 268 |
|
216 | 269 | ### Fixed |
| 270 | + |
217 | 271 | - Authentication flow is now done using HTTP headers |
218 | 272 |
|
219 | 273 | ## 2.1.1 |
220 | 274 |
|
221 | 275 | ### Added |
| 276 | + |
222 | 277 | - Support for remembering last opened Coder session |
223 | 278 |
|
224 | 279 | ### Changed |
| 280 | + |
225 | 281 | - Minimum supported Gateway build is now 222.3739.54 |
226 | 282 | - Some dialog titles |
227 | 283 |
|
228 | 284 | ## 2.1.0 |
229 | 285 |
|
230 | 286 | ### Added |
| 287 | + |
231 | 288 | - Support for displaying workspace version |
232 | 289 | - Support for managing the lifecycle of a workspace, i.e. start and stop and update workspace to the latest template version |
233 | 290 |
|
234 | 291 | ### Changed |
| 292 | + |
235 | 293 | - Workspace panel is now updated every 5 seconds |
236 | 294 | - Combinations of workspace names and agent names are now listed even when a workspace is down |
237 | 295 | - Minimum supported Gateway build is now 222.3739.40 |
238 | 296 |
|
239 | 297 | ### Fixed |
| 298 | + |
240 | 299 | - Terminal link for workspaces with a single agent |
241 | 300 | - No longer allow users to open a connection to a Windows or macOS workspace. It's not yet supported by Gateway |
242 | 301 |
|
243 | 302 | ## 2.0.2 |
244 | 303 |
|
245 | 304 | ### Added |
| 305 | + |
246 | 306 | - Support for displaying working and non-working workspaces |
247 | 307 | - Better support for Light and Dark themes in the "Status" column |
248 | 308 |
|
249 | 309 | ### Fixed |
| 310 | + |
250 | 311 | - Left panel is no longer visible when a new connection is triggered from Coder's "Recent Workspaces" panel. |
251 | 312 | This provides consistency with other plugins compatible with Gateway |
252 | 313 | - The "Select IDE and Project" button in the "Coder Workspaces" view is now disabled when no workspace is selected |
253 | 314 |
|
254 | 315 | ### Changed |
| 316 | + |
255 | 317 | - The authentication view is now merged with the "Coder Workspaces" view allowing users to quickly change the host |
256 | 318 |
|
257 | 319 | ## 2.0.1 |
258 | 320 |
|
259 | 321 | ### Fixed |
| 322 | + |
260 | 323 | - `Recent Coder Workspaces` label overlaps with the search bar in the `Connections` view |
261 | 324 | - Working workspaces are now listed when there are issues with resolving agents |
262 | 325 | - List only workspaces owned by the logged user |
263 | 326 |
|
264 | 327 | ### Changed |
| 328 | + |
265 | 329 | - Links to documentation now point to the latest Coder OSS |
266 | 330 | - Simplified main action link text from `Connect to Coder Workspaces` to `Connect to Coder` |
267 | 331 | - Minimum supported Gateway build is now 222.3739.24 |
268 | 332 |
|
269 | 333 | ## 2.0.0 |
270 | 334 |
|
271 | 335 | ### Added |
| 336 | + |
272 | 337 | - Support for Gateway 2022.2 |
273 | 338 |
|
274 | 339 | ### Changed |
| 340 | + |
275 | 341 | - Java 17 is now required to run the plugin |
276 | 342 | - Adapted the code to the new SSH API provided by Gateway |
277 | 343 |
|
278 | 344 | ## 1.0.0 |
279 | 345 |
|
280 | 346 | ### Added |
| 347 | + |
281 | 348 | - Initial scaffold for Gateway plugin |
282 | 349 | - Browser based authentication on Coder environments |
283 | 350 | - REST client for Coder V2 public API |
|
0 commit comments