Releases: tmux-python/tmuxp
Releases · tmux-python/tmuxp
v1.11.1 - fix click version
Full Changelog: v1.11.0...v1.11.1
v1.11.0
v1.10.0
What's Changed
- fix: to_filetype not defined by @catroll in #725
- Add
shell-configuration to pane layer by @jerri in #672 - Freeze config for attached session by @will-ockmore in #660
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #733
- Tweaking
freezeux flow by @joseph-flinn in #657 - Allow specifying file name and format as cmd args for freeze, deduce format from filename by @davidatbu in #701
- Black: format w/ string normalization by @tony in #738
- Tests:
tmp_dir->tmp_pathby @tony in #746 enter: falseby @tony in #747- Test refactoring by @tony in #753
- Extract / organize
configby @tony in #754 - Command options by @tony in #752
- Command level
enter: falseby @tony in #755 - Support
sleep_before,sleep_afterby @tony in #750
New Contributors
- @catroll made their first contribution in #725
- @jerri made their first contribution in #672
- @davidatbu made their first contribution in #701
Full Changelog: v1.9.4...v1.10.0
v1.9.2
v1.9.1 - Another libtmux bump
libtmux: Update to 0.10.1+ to include Window.select_window() fix, https://github.com/tmux-python/libtmux/releases/tag/v0.10.1
v1.9.0
v1.8.2 - packaging fix
v1.8.1
v1.8.0post0 - README and CHANGES tweak
v1.8.0 - Python 2.7 dropped
Drop python 2.7
This should speed up CI and make code reviewing simpler (hopefully!)
#662 CI: Only update docs when changed
#666 CI: Move test plugin packages from pyproject.toml to pytest fixtures. Fixes :issue:658
#661:
- Bump minimum version 3.5 -> 3.6
- Drop python 2.7 support
- Modernize syntax (remove future and modesets)
- Update black to 21.6b0