Skip to content

Commit 72a5a81

Browse files
committed
CHANGES and TODO update
1 parent 2f40947 commit 72a5a81

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Diff for: CHANGES

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ Here you can find the recent changes to tmuxp.
1111

1212
- [internal] :meth:`Window.show_window_options`,
1313
:meth:`Window.show_window_option` now accept ``g`` to pass in ``-g``.
14-
- [internal] Behavioral changes in the WorkspaceBuilder to fix pane
14+
- [internal] [bug] Behavioral changes in the WorkspaceBuilder to fix pane
1515
ordering `Issue #15`_.
16+
- [internal] [bug] `Issue #21`_ - Error with unit testing python 2.6
17+
python configuration tests. Use :py:mod:`tempfile` instead.
1618
- [tests] WorkspaceBuilder tests have been improved to use async better.
1719

1820
.. _Issue #15: https://github.com/tony/tmuxp/issues/15

Diff for: TODO

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ TODO
66
Milestone 0.1
77
-------------
88

9-
- `Issue #15`_ - Pane ordering
10-
11-
.. _Issue #15: https://github.com/tony/tmuxp/issues/15
129

1310
Done
1411
""""
1512

13+
- `Issue #15`_ - Pane ordering
14+
- `Issue #21`_ - Python 2.6 errors with directories in unit tests
1615
- ``shell_command_before`` for `teamocil`_.
1716
- `teamocil`_ and `tmuxinator`_ import support for blank panes
1817
- Add help docs to CLI commands and options.
@@ -33,6 +32,9 @@ Done
3332
- Assure ``$ tmuxp freeze`` works with ``start_directory`` and does not
3433
return commands with dir and no CD's. (esp with zsh).
3534

35+
.. _Issue #15: https://github.com/tony/tmuxp/issues/15
36+
.. _Issue #21: https://github.com/tony/tmuxp/issues/21
37+
3638
.. _milestone 0.2:
3739

3840
Milestone 0.2

0 commit comments

Comments
 (0)