Releases: tmux-python/libtmux
Releases · tmux-python/libtmux
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.inThis 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.testsby @tony in #437 - pytest plugin examples by @tony in #439
- Consolidate
conftest.pyto root by @tony in #440
Full Changelog: v0.15.2...v0.15.3
v0.15.2 - Maintenance only
v0.15.1 - Packaging cleanup
Minor pyproject.toml tweaks, clean up Quickstart page
Full Changelog: v0.15.0...v0.15.1
v0.15.0post0 - README fix
Fix a docstring in the readme.
Full Changelog: v0.15.0...v0.15.0post0