|
24 | 24 | - Add binary signature verification. This can be disabled with
|
25 | 25 | `coder.disableSignatureVerification` if you purposefully run a binary that is
|
26 | 26 | not signed by Coder (for example a binary you built yourself).
|
27 |
| -- Add search functionality to the "All Workspaces" view with performance optimizations. |
28 |
| -- Implement smart search that prioritizes exact word matches over substring matches. |
29 |
| -- Add debounced search input (150ms delay) to improve responsiveness during typing. |
30 |
| -- Pre-compile regex patterns and cache metadata strings for better performance. |
31 |
| -- Include comprehensive error handling for malformed data and edge cases. |
32 |
| -- Add input validation to prevent performance issues from long search terms. |
| 27 | +- Add search functionality to the "All Workspaces" view. |
33 | 28 |
|
34 | 29 | ##[v1.9.2](https://github.com/coder/vscode-coder/releases/tag/v1.9.2) 2025-06-25
|
35 | 30 |
|
|