Skip to content

Releases: tmux-python/libtmux

v0.21.0 - Internal improvement

29 Jan 13:31
Compare
Choose a tag to compare

What's Changed

  • Default format separator (LIBTMUX_TMUX_FORMAT_SEPARATOR): | -> ␞ (#475, in re: #471, #472)

    Fixes buffer_sample with pipes causing fetch_objs()-powered listings to fail unexpectedly.

Full Changelog: v0.20.0...v0.21.0

v0.20.0 - Improve support for session params

15 Jan 15:56
Compare
Choose a tag to compare

What's new

  • feat(new_session): add width/height parameters by @rockandska in #469
  • feat(pytest_plugin): Add session_params by @tony in #470

Full Changelog: v0.19.1...v0.20.0

v0.20.0a1

15 Jan 15:40
Compare
Choose a tag to compare
v0.20.0a1 Pre-release
Pre-release

What's new

  • feat(pytest_plugin): Add session_params by @tony in #470

Full Changelog: v0.20.0a0...v0.20.0a1

v0.20.0a0 - Server.new_session

15 Jan 14:38
Compare
Choose a tag to compare
Pre-release

What's new

Full Changelog: v0.19.1...v0.20.0a0

v0.19.1 - Fix for Window.set_window_option()

07 Jan 19:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.19.1

v0.19.0 - `capture_pane()` improvement

07 Jan 14:27
Compare
Choose a tag to compare

What's Changed

  • feat(pane): add capability to use [-SE] flags to capture_pane by @rockandska in #465

Full Changelog: v0.18.3...v0.19.0

v0.18.3 - Internal improvement

07 Jan 12:49
Compare
Choose a tag to compare

Internal improvements: fetch_objs

Raise ObjectDoesNotExist if object not found by @tony in #466

Full Changelog: v0.18.2...v0.18.3

v0.18.2 - Fix for `new_session)

30 Dec 20:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.1...v0.18.2

v0.18.1 - Maintenance release

28 Dec 18:09
Compare
Choose a tag to compare

Maintenance only, no bug fixes or new features

Code documentation touches (for relational filters, remove unused docs)

Full Changelog: v0.18.0...v0.18.1

v0.18.0 - Fancy `Server` `__repr__`

27 Dec 17:19
Compare
Choose a tag to compare

Fancy Server repr

  • Server: Add __repr__, __eq__, set socket_path if none set.

    Before (0.17 and below):

    <libtmux.server.Server object at ...>

    New __repr__ (0.18+):

    Server(socket_name=test)
    Server(socket_path=/tmp/tmux-1000/default)

    by @tony in #463

Full Changelog: v0.17.2...v0.18.0