Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f66e3e

Browse files
committed
Add more details about filter to changelog
1 parent 752a557 commit 0f66e3e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@
66

77
### Added
88

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.
1018
- 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.
1220

1321
## 2.14.2 - 2024-09-23
1422

0 commit comments

Comments
 (0)