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