Skip to content

Releases: tmux-python/libtmux

v0.17.0 - API Overhaul

27 Dec 04:39
Compare
Choose a tag to compare

API: Breaking changes (#426)

Improved server detection

  • Server: Behavior when no server exists by @tony in #448

The rest

Full Changelog: v0.16.1...v0.17.0

v0.17.0a1 - API Overhaul

27 Dec 02:24
Compare
Choose a tag to compare
Pre-release

API: Breaking changes (#426)

Full Changelog: v0.17.0a0...v0.17.0a1

v0.17.0a0 - Only prelease before API overhaul

27 Dec 02:21
Compare
Choose a tag to compare

What's Changed

  • Server: Behavior when no server exists by @tony in #448

Full Changelog: v0.16.1...v0.17.0a0

v0.16.1 - eliminate `packaging` dependnecy

12 Dec 13:53
Compare
Choose a tag to compare

Fixes

Full Changelog: v0.16.0...v0.16.1

v0.16.0 - Improved environment support, fix `distutils` deprecation warning

10 Dec 21:22
Compare
Choose a tag to compare

Features

  • Feature: Allow setting up custom environment when creating windows and/or panes by @zappolowski in #453

Breaking internal change

  • Replacement for distutils.version.LooseVersion, fix warning by @tony in #351

Full Changelog: v0.15.10...v0.16.0

v0.16.0a1 - Fix `distutils` warning

10 Dec 20:57
Compare
Choose a tag to compare
Pre-release

What's fixed (breaking)

  • Replacement for distutils.version.LooseVersion, fix warning by @tony in #351

Full Changelog: v0.16.0a0...v0.16.0a1

v0.16.0a0 - Environmental variable passthrough

06 Nov 20:34
Compare
Choose a tag to compare

New feature

  • Feature: allow setting up custom environment when creating windows and/or panes by @zappolowski in #453

Full Changelog: v0.15.10...v0.16.0a0

v0.15.10 - Maintenance only

05 Nov 18:43
Compare
Choose a tag to compare

There will be more improvements over the coming weeks and months to shore up flakiness across shells and environments.

Test improvements

  • fix(test_capture_pane): use of double env by @zappolowski in #452
  • test(test_capture_pane): Remove bashism(s) in #455

New Contributors

Full Changelog: v0.15.9...v0.15.10

v0.15.9 - Bug fixes, packaging

05 Nov 18:41
Compare
Choose a tag to compare

Packaging

  • build: Add CITATION.cff by @tony in #449
  • ci: Add python 3.11 to package classifiers, version pins by @tony in #451

Bug fixes

  • fix(tmux_cmd): Fix error in raise by @tony in #450

Full Changelog: v0.15.8...v0.15.9

v0.15.8 - Fix for empty `window_name: ''` on tmuxp

02 Oct 18:28
Compare
Choose a tag to compare

Bug fix for window names

  • Allow empty window name, e.g. window_name: '' in tmuxp by @trankchung in #444

    #445 may have follow up fixes / triaging info on empty strings ''

New Contributors

  • @trankchung made their first contribution in #444

Full Changelog: v0.15.7...v0.15.8