Skip to content

Releases: tmux-python/tmuxp

v1.52.2 - Output capturing fix

02 Feb 15:57
Compare
Choose a tag to compare

What's Changed

Compatibility

  • run_before_script: Fix output capturing too many newlines by @tony in #960

Full Changelog: v1.52.1...v1.52.2

v1.52.1 - Bug fix for `run_before_script()`

02 Feb 13:41
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • Fix run_before_script() output capturing by @tony in #959

Full Changelog: v1.52.0...v1.52.1

v1.52.0 - Maintenance release

02 Feb 12:46
Compare
Choose a tag to compare

Maintenance only, no bug fixes or new features

What's Changed

  • py(deps) libtmux 0.40.1 -> 0.42.0, modernized run_before_script() by @tony in #958

Full Changelog: v1.51.0...v1.52.0

v1.51.0 - Syntax modernization

02 Feb 12:06
Compare
Choose a tag to compare

Maintenance only, no bug fixes or new features

What's Changed

Development

Full Changelog: v1.50.1...v1.51.0

v1.50.1 - libtmux bug fix

24 Dec 17:08
Compare
Choose a tag to compare

libtmux update

Full Changelog: v1.50.0...v1.50.1

v1.50.0 - Maintenance release

21 Dec 17:48
Compare
Choose a tag to compare

Maintenance only, no bug fixes or new features

What's Changed

Development

  • Python 3.9 Syntax Modernization by @tony in #953

Dependencies

  • py(deps) libtmux: 0.39.0 -> 0.40.0 by @tony in #954

Full Changelog: v1.49.0...v1.50.0

v1.49.0 - Drop Python 3.8

26 Nov 12:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.48.0...v1.49.0

v1.48.0 (built with uv, libtmux v0.38.1)

26 Nov 12:14
Compare
Choose a tag to compare

Maintenance only, no bug fixes or new features

What's Changed

Packaging

  • ci,pkg: poetry -> uv by @tony in #949
  • py(deps) libtmux 0.37.0 -> 0.38.1 (built with uv) by @tony in #950

Development

  • Bump dev dependencies, including ruff 0.4.2, f-string tweaks by @tony in #931
  • py(deps): ruff 0.4.5 -> 0.4.7, other fixes by @tony in #935
  • docs(cli): fix typo in load usage documentation by @MiLk in #943

New Contributors

  • @MiLk made their first contribution in #943

Full Changelog: v1.47.0...v1.48.0

v1.47.0 - Maintenance release

21 Apr 12:00
Compare
Choose a tag to compare

Maintenance only, no bug fixes or new features

Bump libtmux

  • py(deps): libtmux v0.36.0 -> v0.37.0 (internal test / CI improvements) by @tony in #929

Full Changelog: v1.46.0...v1.47.0

v1.46.0 - Terminal dimension detection

13 Apr 00:09
Compare
Choose a tag to compare

Breaking changes

Workspace builder now detects terminal size (#926)

Dimensions used by workspace builder now use shutil.get_terminal_size().

In conjunction with main-pane-height: 67%, for instance, this will render a proportional layout:

session_name: my session
windows:
- window_name: example with percentage
  focus: True
  layout: main-horizontal
  options:
    main-pane-height: 67%
  panes:
  - focus: true
  - pane 

To use old behavior, set TMUXP_DETECT_TERMINAL_SIZE=0 in your terminal
environment and file an issue on the tracker.

by @tony in #926

Development

  • chore: Aggressive ruff fixes by @tony in #928

Full Changelog: v1.45.0...v1.46.0