Releases: tmux-python/tmuxp
v1.17.3 - Maintenance only
Packaging update
- ci,pyenv: Add python 3.11 in #842
- Add python 3.11 to classifiers
Full Changelog: v1.17.2...v1.17.3
v1.17.2 - Fixes loading multiple workspaces
Fix tmuxp load
w/ multiple workspaces
Full Changelog: v1.17.1...v1.17.2
v1.17.1 - minor completion improvements
shtab completion improvements
Full Cangelog: v1.17.0...v1.17.1
v1.17.0 - CLI overhaul
Breaking changes
-
Completions have changed (#830)
Completions now use a different tool: shtab. See the completions page for more information.
If you were using earlier versions of tmuxp (earlier than 1.17.0), you may need to uninstall the old completions, first.
Packages
- Remove
click
dependency
Full Changelog: v1.16.2...v1.17.0
v1.17.0a0 - Switch CLI from click to argparse
v1.16.2 - Packaging fix
Packaging fix
-
Fix issue where
pyyaml
may be missing due to 1.16.0's move from kaptan toConfigReader
in #828Promote PyYaml to a direct dependency by @heindsight in #833
Full Changelog: v1.16.1...v1.16.2
v1.16.1 - Fix issue with empty window_name
-
Bug fix for
window_name: ''
via libtmux 0.15.7 -> 0.15.8See also: tmux-python/libtmux#444
Full Changelog: v1.16.0...v1.16.1
v1.16.0 - Move from `kaptan` -> `ConfigReader`
Maintenance / packaging only: No bug fixes or features
Internal update
Full Changelog: v1.15.3...v1.16.0
v1.16.0a0 - `ConfigReader`
Internal refactor
Full Changelog: v1.15.3...v1.16.0a0
v1.15.3 - Fix for `start_directory`
Bug fix
-
WorkspaceBuilder
: Passstart_directory
tonew_session
when building a sessionby @heindsight in #829
New Contributors
- @heindsight made their first contribution in #829
Full Changelog: v1.15.2...v1.15.3