Releases: tmux-python/libtmux
v0.23.0post2 - Maintenance release
Maintenance release
- More fixes missing code comments from
ruff
run.
Full Changelog: v0.23.0post1...v0.23.0post2
v0.23.0post1 - Maintenance follow up
Maintenance release
- More fixes missing code comments from
ruff
run.
Full Changelog: v0.23.0post0...v0.23.0post1
v0.23.0post0 - Maintenance release
Maintenance release
-
Fixes missing code comments from
ruff
run.A decision will be made later on completely eliminating these types of comments.
Full Changelog: v0.23.0...v0.23.0post0
v0.23.0 - Code quality improvements
This maintenance release covers only developer quality of life improvements, no bug fixes or new features
Maintenance
Full Changelog: v0.22.2...v0.23.0
v0.23.0a0 - Maintenance release
This maintenance release covers only developer quality of life improvements, no bug fixes or new features
Maintenance
Full Changelog: v0.22.2...v0.23.0a0
v0.22.2 - build system maintenance
Maintenance only, no bug fixes or features for this release
Build system
-
ci: Remove setuptools requirement for build-system in #495
In relation to:
- python-poetry/poetry#34 (comment)
- Fixes #494
- Related PR: #493
Full Changelog: v0.22.1...v0.22.2
v0.22.1 - Maintenance release
Maintenance only, no bug fixes, or new features
-
Add back black dev dependency
Until
ruff
replaces black's formatting
Full Changelog: v0.22.0...v0.22.1
v0.22.0 - Internal improvements (ruff)
Internal improvements only, no bug fixes or new features
-
Move formatting, import sorting, and linting to ruff.
This rust-based checker has dramatically improved performance. Linting and formatting can be done almost instantly.
This change replaces black, isort, flake8 and flake8 plugins.
Full Changelog: v0.21.1...v0.22.0
v0.21.0 - Internal improvement
What's Changed
-
Default format separator (
LIBTMUX_TMUX_FORMAT_SEPARATOR
): | -> ␞ (#475, in re: #471, #472)Fixes buffer_sample with pipes causing
fetch_objs()
-powered listings to fail unexpectedly.
Full Changelog: v0.20.0...v0.21.0
v0.20.0 - Improve support for session params
What's new
- feat(new_session): add width/height parameters by @rockandska in #469
- feat(pytest_plugin): Add
session_params
by @tony in #470
Full Changelog: v0.19.1...v0.20.0