Skip to content

Commit 2d186c7

Browse files
committed
update CHANGELOG.md to include changes from Add search functionality PR
1 parent 9dd25a8 commit 2d186c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
have this problem, only new connections are fixed.
1515
- Added an agent metadata monitor status bar item, so you can view your active
1616
agent metadata at a glance.
17+
- Add search functionality to the "All Workspaces" view with performance optimizations.
18+
- Implement smart search that prioritizes exact word matches over substring matches.
19+
- Add debounced search input (150ms delay) to improve responsiveness during typing.
20+
- Pre-compile regex patterns and cache metadata strings for better performance.
21+
- Include comprehensive error handling for malformed data and edge cases.
22+
- Add input validation to prevent performance issues from long search terms.
1723

1824
## [v1.9.2](https://github.com/coder/vscode-coder/releases/tag/v1.9.2) 2025-06-25
1925

0 commit comments

Comments
 (0)