Releases: tmux-python/tmuxp
v1.18.0 - Internal refactor
♻️ Massive refactor / organization by @tony in #840
Full Changelog: v1.17.3...v1.18.0
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
clickdependency
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
pyyamlmay be missing due to 1.16.0's move from kaptan toConfigReaderin #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