File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,18 @@ $ pip install --user --upgrade --pre libtmux
15
15
16
16
- _ Future release notes will be placed here_
17
17
18
+ ### New features
19
+
20
+ #### Waiting (#582 )
21
+
22
+ Added experimental ` waiter.py ` module for polling for terminal content in tmux panes:
23
+
24
+ - Fluent API inspired by Playwright for better readability and chainable options
25
+ - Support for multiple pattern types (exact text, contains, regex, custom predicates)
26
+ - Composable waiting conditions with ` wait_for_any_content ` and ` wait_for_all_content `
27
+ - Enhanced error handling with detailed timeouts and match information
28
+ - Robust shell prompt detection
29
+
18
30
### Documentation
19
31
20
32
- Typo fix for ` Pane.send_keys ` (#593 ), thank you @subbyte !
You can’t perform that action at this time.
0 commit comments