Skip to content

Releases: tmux-python/tmuxp

v1.18.1 - Bugfix for tmux config passthrough

31 Oct 12:24
Compare
Choose a tag to compare

Bug fix

CLI: tmuxp load: Fix passthru of tmux config_file by @zappolowski in #843

New Contributors

Full Changelog: v1.18.0...v1.18.1

v1.18.0 - Internal refactor

31 Oct 12:23
Compare
Choose a tag to compare

♻️ Massive refactor / organization by @tony in #840

Full Changelog: v1.17.3...v1.18.0

v1.17.3 - Maintenance only

30 Oct 15:11
Compare
Choose a tag to compare

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

29 Oct 15:23
Compare
Choose a tag to compare

Fix tmuxp load w/ multiple workspaces

  • tests,fix(cli): Fix loading of multiple workspace files by @tony in #838

    Fixes #837

Full Changelog: v1.17.1...v1.17.2

v1.17.1 - minor completion improvements

15 Oct 22:41
Compare
Choose a tag to compare

shtab completion improvements

  • feat(cli): Add shtab completions, remove unused code by @tony in #834

Full Cangelog: v1.17.0...v1.17.1

v1.17.0 - CLI overhaul

09 Oct 23:16
Compare
Choose a tag to compare

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.

  • Deprecate click in favor of argparse (#830)

Packages

  • Remove click dependency

Full Changelog: v1.16.2...v1.17.0

v1.17.0a0 - Switch CLI from click to argparse

09 Oct 23:07
Compare
Choose a tag to compare

CLI overhaul

Full Changelog: v1.16.2...v1.17.0a0

v1.16.2 - Packaging fix

08 Oct 15:37
Compare
Choose a tag to compare

Packaging fix

  • Fix issue where pyyaml may be missing due to 1.16.0's move from kaptan to ConfigReader in #828

    Promote 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

02 Oct 18:39
Compare
Choose a tag to compare

Full Changelog: v1.16.0...v1.16.1

v1.16.0 - Move from `kaptan` -> `ConfigReader`

01 Oct 17:56
Compare
Choose a tag to compare

Maintenance / packaging only: No bug fixes or features

Internal update

  • Remove kaptan -> ConfigReader by @tony in #828

Full Changelog: v1.15.3...v1.16.0