Releases: tmux-python/libtmux
v0.20.0a1
v0.20.0a0 - Server.new_session
What's new
- feat(new_session): add width/height parameters by @rockandska in #469
Full Changelog: v0.19.1...v0.20.0a0
v0.19.1 - Fix for Window.set_window_option()
What's Changed
-
fix(Window.set_window_option): Remove .refresh() by @tony in #467
See also: tmux-python/tmuxp#860
Full Changelog: v0.19.0...v0.19.1
v0.19.0 - `capture_pane()` improvement
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
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)
What's Changed
-
fix(Server): Fix launching default server by @tony in #464
Related to tmuxp bug at tmux-python/tmuxp#856
Full Changelog: v0.18.1...v0.18.2
v0.18.1 - Maintenance release
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__`
Fancy Server
repr
-
Server: Add
__repr__
,__eq__
, setsocket_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)
Full Changelog: v0.17.2...v0.18.0
v0.17.2 - `Server` deprecation updates
Server
: Deprecate _list_panes()
and _update_panes()
Full Changelog: v0.17.1...v0.17.2
v0.17.1 - Documentation fixes
- Fix documentation for
Server
- Deprecate
Server.children
,Session.children
,Window.children
Full Changelog: v0.17.0...v0.17.1