Skip to content

Releases: tmux-python/libtmux

v0.15.9 - Bug fixes, packaging

05 Nov 18:41

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

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

v0.15.7 - Maintenance

24 Sep 02:10

Choose a tag to compare

Maintenance only

What's Changed

  • build: Remove .coveragerc, use pyproject.toml by @tony in #443

Full Changelog: v0.15.6...v0.15.7

v0.15.6 - Maintenance (packaging)

24 Sep 01:08

Choose a tag to compare

Maintenance only, no bug fixes or features this releease

Packaging

  • Remove MANIFEST.in

    This is handled by poetry via pyproject.toml's include

Full Changelog: v0.15.6...v0.15.6

v0.15.5 - Maintenance (packaging)

24 Sep 00:56

Choose a tag to compare

Maintenance only, no bug fixes or features this releease

Packaging

  • Remove .tmuxp-before-script.sh

Full Changelog: v0.15.4...v0.15.5

v0.15.4 - Packaging fixes for arch

22 Sep 00:20

Choose a tag to compare

What's Changed

  • fix(pytest_plugin): Pytester import, use public APIs from pytest by @tony in #442

Full Changelog: v0.15.3...v0.15.4

v0.15.3 - Maintenance only

21 Sep 23:59

Choose a tag to compare

PRs

Full Changelog: v0.15.2...v0.15.3

v0.15.2 - Maintenance only

17 Sep 16:08

Choose a tag to compare

Maintenance only: No bugfixes for features

Tests

  • tests(conftest): Add pytester plugin by @tony in #423

CI Tooling

  • CI: Speed improvement ideas by @tony in #428

Full Changelog: v0.15.1...v0.15.2

v0.15.1 - Packaging cleanup

11 Sep 15:57

Choose a tag to compare

Minor pyproject.toml tweaks, clean up Quickstart page

Full Changelog: v0.15.0...v0.15.1

v0.15.0post0 - README fix

11 Sep 02:22

Choose a tag to compare

Fix a docstring in the readme.

Full Changelog: v0.15.0...v0.15.0post0