Releases: tmux-python/libtmux
v0.16.0a1 - Fix `distutils` warning
What's fixed (breaking)
Full Changelog: v0.16.0a0...v0.16.0a1
v0.16.0a0 - Environmental variable passthrough
New feature
- Feature: allow setting up custom environment when creating windows and/or panes by @zappolowski in #453
Full Changelog: v0.15.10...v0.16.0a0
v0.15.10 - Maintenance only
There will be more improvements over the coming weeks and months to shore up flakiness across shells and environments.
Test improvements
- fix(test_capture_pane): use of double
env
by @zappolowski in #452 - test(test_capture_pane): Remove bashism(s) in #455
New Contributors
- @zappolowski made their first contribution in #452
Full Changelog: v0.15.9...v0.15.10
v0.15.9 - Bug fixes, packaging
v0.15.8 - Fix for empty `window_name: ''` on tmuxp
Bug fix for window names
-
Allow empty window name, e.g.
window_name: ''
in tmuxp by @trankchung in #444#445 may have follow up fixes / triaging info on empty strings
''
New Contributors
- @trankchung made their first contribution in #444
Full Changelog: v0.15.7...v0.15.8
v0.15.7 - Maintenance
v0.15.6 - Maintenance (packaging)
Maintenance only, no bug fixes or features this releease
Packaging
-
Remove
MANIFEST.in
This is handled by poetry via pyproject.toml's
include
Full Changelog: v0.15.6...v0.15.6
v0.15.5 - Maintenance (packaging)
Maintenance only, no bug fixes or features this releease
Packaging
- Remove
.tmuxp-before-script.sh
Full Changelog: v0.15.4...v0.15.5
v0.15.4 - Packaging fixes for arch
What's Changed
Full Changelog: v0.15.3...v0.15.4
v0.15.3 - Maintenance only
-
Examples for pytest plugin (#439)
-
Move conftest.py to root level (#440)
- https://docs.pytest.org/en/stable/deprecations.html#pytest-plugins-in-non-top-level-conftest-files
- Less conftest.py files
- We can now run py.test for README.md without needing to proxy through docs/index.md
PRs
- Poetry v1.2.x by @tony in #436
- Tests: Improve
libtmux.tests
by @tony in #437 - pytest plugin examples by @tony in #439
- Consolidate
conftest.py
to root by @tony in #440
Full Changelog: v0.15.2...v0.15.3