Skip to content

Commit 46a971d

Browse files
committed
Update CHANGES
1 parent 850d07e commit 46a971d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGES

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ Changelog
55
Here you can find the recent changes to libtmux
66

77
- :release:`0.4.0 <2016-05-23>`
8+
- :support:`-` attributes for formatters are now accessible via
9+
``Session``, ``Window`` and ``Pane`` objects. ``session.name``
10+
is equivalent to ``session.get('session_name')``, you can do the
11+
same with other properties in ``_info``. ``window.name``,
12+
``pane.current_path``, ``session.id``, ``window.id``, ``pane.id``,
13+
``session.index``, ``window.index``, ``pane.index``, etc.
814
- :support:`-` ``attached_sessions``, ``attached_window`` and
915
``attached_pane`` are now properties.
10-
- :support:`-` ``_TMUX`` metadata object changed to ``_attr``.
16+
- :support:`-` ``_TMUX`` metadata object changed to ``_info``.
1117
- :support:`-` ``.findWhere()`` is now ``find_where``.
1218
- :support:`-` README and usage fixes
1319

0 commit comments

Comments
 (0)