Skip to content

Releases: tmux-python/tmuxp

v1.40.0 - Maintenance release

02 Mar 10:19
Compare
Choose a tag to compare

Package updates

  • py(deps): ruff 0.2.2 -> 0.3.0, et al. by @tony in #913
  • py(deps): libtmux 0.31.0.post0 -> 0.32.0 by @tony in #914

Full Changelog: v1.39.0...v1.40.0

v1.39.0 - Maintenance release

17 Feb 13:19
Compare
Choose a tag to compare

Maintenance release only, no bug fixes or features for tmuxp itself.

Breaking: libtmux v0.31.0+

Full Changelog: v1.38.0...v1.39.0

v1.38.0 - Maintenance release

16 Feb 21:26
Compare
Choose a tag to compare

Maintenance release only, no bug fixes or features for tmuxp itself.

Breaking: libtmux v0.30.1+

  • py(deps): libtmux v0.28.1 -> v0.30.1 (command improvements) by @tony in #911

Full Changelog: v1.37.1...v1.38.0

v1.37.0 - Maintenance release

15 Feb 01:58
Compare
Choose a tag to compare

What's Changed

Maintenance only, no bug fixes or new features

  • py(deps): libtmux v0.27.0 -> v0.28.0 (resize + refresh fixes) by @tony in #910

Development

  • ci(tmux): Add tmux 3.4 to test matrix by @tony in #909

Full Changelog: v1.36.0...v1.37.0

v1.36.0 - Maintenance release

15 Feb 01:57
Compare
Choose a tag to compare

What's Changed

Maintenance only, no bug fixes or new features

  • build(deps): libtmux 0.26.0 -> 0.27.0 (QueryList) by @tony in #908

Full Changelog: v1.35.0...v1.36.0

v1.35.0 - Maintenance release

07 Feb 12:27
Compare
Choose a tag to compare

What's Changed

Maintenance only, no bug fixes or new features

Breaking changes

  • libtmux: 0.25.0 -> 0.26.0, maintenance release (#906)

    Doc string + linting stringency updates.

Development

Full Changelog: v1.34.0...v1.35.0

v1.34.0 - Maintenance release

21 Dec 20:44
Compare
Choose a tag to compare

Maintenance only, no bug fixes or new features

What's Changed

Breaking changes

  • py(deps): libtmux 0.24.1 -> 0.25.0 (improved docs) in #896

    pydocstyle internal updates

  • refactor!: config_reader to tmuxp._internal in #897

  • refactor!: Move _types to _internal/types in #900

Documentation

  • Docs: Split API to multiple pages in #898

Full Changelog: v1.33.0...v1.34.0

v1.33.0 - Maintenance release

21 Dec 17:31
Compare
Choose a tag to compare

Maintenance only, no bug fixes or new features

What's Changed

Tests

  • refactor(test_shell): Use named, typed test fixtures in #893

CI

  • pyproject(ruff): Support pydocstyle w/ numpy convention in #891

Documentation

  • Add docstrings to functions, methods, classes, and packages in #891

Full Changelog: v1.32.1...v1.33.0

v1.32.1

23 Nov 19:51
Compare
Choose a tag to compare

Full Changelog: v1.32.0...v1.32.1

Changes

Packaging

  • pyproject: Add gp-lib to test dependency group

Development

  • libtmux: 0.24.0 -> 0.24.1 (maintenance release)

v1.32.0

19 Nov 14:08
Compare
Choose a tag to compare

What's Changed

Packaging

  • packaging(pytest): Move configuration to pyproject.toml by @tony in #886

  • Add python 3.12 to trove classifiers

  • Packaging (poetry): Fix development dependencies

    Per Poetry's docs on managing dependencies and poetry check, we had it wrong: Instead of using extras, we should create these:

    [tool.poetry.group.group-name.dependencies]
    dev-dependency = "1.0.0"

    Which we now do.

Development

Full Changelog: v1.31.0...v1.32.0