File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
### Added
8
8
9
- - Add ability to customize filter for workspace connections view.
9
+ - Add the ability to customize the workspace query filter used in the workspaces
10
+ table view. For example, you can use this to view workspaces other than your
11
+ own by changing the filter or making it blank (useful mainly for admins).
12
+ Please note that currently, if many workspaces are being fetched this could
13
+ result in long configuration times as the plugin will make queries for each
14
+ workspace that is not running to find its agents (running workspaces already
15
+ include agents in the initial workspaces query) and add them individually to
16
+ the SSH config. In the future, we would like to use a wildcard host name to
17
+ work around this issue.
10
18
- Add owner column to connections view table.
11
- - Add ability to connect to workspaces you don't own but have permissions for .
19
+ - Add agent name to the recent connections view .
12
20
13
21
## 2.14.2 - 2024-09-23
14
22
You can’t perform that action at this time.
0 commit comments