Skip to content

Releases: tmux-python/tmuxp

v1.29.0 - Maintenance release

20 Aug 13:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.28.2...v1.29.0

v1.28.2 - Maintenance release

20 Aug 11:39
Compare
Choose a tag to compare

Maintenance release only, does not include bug fixes or new features

Changes

  • Bump libtmux v0.22.1 -> v0.22.2

    Packaging change: Remove setuptools dependency for build-system

Full Changelog: v1.28.1...v1.28.2

v1.28.1 - Maintenance release

28 May 14:20
Compare
Choose a tag to compare

Internal improvements only, no bug fixes or new features

  • Add back black dev dependency for formatting

    Until ruff replaces black's formatting

Full Changelog: v1.28.0...v1.28.1

v1.28.0 - Internal improvements (ruff, poetry 1.5.0)

27 May 20:26
Compare
Choose a tag to compare

Internal improvements only, no bug fixes or new features

  • Move formatting, import sorting, and linting to ruff.

    This rust-based checker has dramatically improved performance. Linting and formatting can be done almost instantly.

    This change replaces black, isort, flake8 and flake8 plugins.

  • poetry 1.4.0 -> 1.5.0

Full Changelog: v1.27.1...v1.28.0

v1.27.1 - Maintenance release

07 Apr 10:51
Compare
Choose a tag to compare

Maintenance only, no bug fixes or features

What's Changed

  • mypy 1.2.0

  • libtmux: 0.21.0 -> 0.21.1

    Typing updates

Documentation

New Contributors

Full Changelog: v1.27.0...v1.27.1

v1.27.0 - Improve reliability

29 Jan 13:51
Compare
Choose a tag to compare

Maintenance only, no bug fixes or features

What's Changed

  • build(deps): libtmux 0.20.0 -> 0.21.0 to avoid isolated crashes by @tony in #865

    This updates the separator uses from libtmux to be a rarer character. See libtmux#475.

Full Changelog: v1.26.0...v1.27.0

v1.26.0 - Maintenance only

15 Jan 16:55
Compare
Choose a tag to compare

Maintenance only, no bug fixes or features

Internal package update

  • build(deps): libtmux 0.19.1 -> 0.20.0 by @tony in #863

Full Changelog: v1.25.0...v1.26.0

v1.25.0 - Potential fix for load issue

07 Jan 19:34
Compare
Choose a tag to compare

What's Changed

  • build(deps): Bump v0.18.3 -> v0.19.1 by @tony in #862

    Includes potential fix for #860

Full Changelog: v1.24.1...v1.25.0

v1.24.1 - Internal improvements

07 Jan 13:03
Compare
Choose a tag to compare

Internal improvements

  • build(deps): Bump libtmux 0.18.2 -> 0.18.3 by @tony in #861

    This should improvement traceback of fetch_objs (re: #860)

  • tests(test_pane_order): Improve reliability of pane_current_path test

  • myst-parser: Keep >0.18.1

Full Changelog: v1.24.0...v1.24.1

v1.24.0 - Maintenance only

30 Dec 21:34
Compare
Choose a tag to compare

What's Changed

  • CLI Tests: Refactor to tests/cli by @tony in #858

  • WorkspaceBuilder: Harden typings by @tony in #857

  • libtmux: 0.18.1 -> 0.18.2

    Fix for launching new tmux servers with default socket path/socket name (#856)

Full Changelog: v1.24.0a0...v1.24.0