Skip to content

Releases: tmux-python/libtmux

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

v0.17.2 - `Server` deprecation updates

27 Dec 16:58
Compare
Choose a tag to compare

Server: Deprecate _list_panes() and _update_panes()

Full Changelog: v0.17.1...v0.17.2

v0.17.1 - Documentation fixes

27 Dec 14:04
Compare
Choose a tag to compare
  • Fix documentation for Server
  • Deprecate Server.children, Session.children, Window.children

Full Changelog: v0.17.0...v0.17.1