v0.14.0 - doctests, `Pane.send_keys()` change
Breaking changes
- [
Pane.send_keys()]
(https://libtmux.git-pull.com/reference/panes.html#libtmux.Pane.send_keys):suppress_history
default value changed fromTrue
toFalse
, #395
Tests and docs
-
Fix bug in
temp_window()
context manager, #394 -
Pytest configuration conftest.py moved to libtmux/conftest.py, so doctest can detect the fixtures #394
Automated PRs
- Basic doctest by @tony in #394
- refactor!(
Pane.send_keys
): Defaultsuppress_history
value toFalse
by @tony in #395
Full Changelog: v0.13.0...v0.14.0