Skip to content

Commit

Permalink
docs(CHANGES): Note command updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 17, 2024
1 parent 0ade87a commit e7eb5a5
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,34 @@ $ pip install --user --upgrade --pre libtmux

<!-- To maintainers and contributors: Please add notes for the forthcoming version above -->

### Cleanups (#527)

- Streamline `{Server,Session,Window,Pane}.cmd()`, across all usages to:
- Use `cmd: str` as first positional
- Removed unused keyword arguments `**kwargs`

### Renamings (#527)

- `Session.attached_window` renamed to {meth}`Session.active_window`
- `Session.attached_window` deprecated
- `Session.attached_pane` renamed to {meth}`Session.active_pane`
- `Session.attached_pane` deprecated
- `Window.attached_pane` renamed to {meth}`Window.active_pane`
- `Window.attached_pane` deprecated

### Improvements (#527)

- `Server.attached_windows` now users `QueryList`'s `.filter()`

### Documentation (#527)

- Document `.cmd` in README and quickstart
- Add doctests and improve docstrings to `cmd()` methods across:
- {meth}`Server.cmd()`
- {meth}`Session.cmd()`
- {meth}`Window.cmd()`
- {meth}`Pane.cmd()`

## libtmux 0.30.2 (2024-02-16)

### Development
Expand Down Expand Up @@ -80,7 +108,7 @@ _Maintenance only, no bug fixes or new features_

## libtmux 0.28.0 (2024-02-14)

### Breaking change
### Breaking changes

#### Detached / unselected by default (#523)

Expand Down

0 comments on commit e7eb5a5

Please sign in to comment.