File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,10 @@ Here you can find the recent changes to tmuxp.
11
11
12
12
- [internal] :meth: `Window.show_window_options `,
13
13
: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
15
15
ordering `Issue #15 `_.
16
+ - [internal] [bug] `Issue #21 `_ - Error with unit testing python 2.6
17
+ python configuration tests. Use :py:mod: `tempfile ` instead.
16
18
- [tests] WorkspaceBuilder tests have been improved to use async better.
17
19
18
20
.. _Issue #15 : https://github.com/tony/tmuxp/issues/15
Original file line number Diff line number Diff line change 6
6
Milestone 0.1
7
7
-------------
8
8
9
- - `Issue #15 `_ - Pane ordering
10
-
11
- .. _Issue #15 : https://github.com/tony/tmuxp/issues/15
12
9
13
10
Done
14
11
""""
15
12
13
+ - `Issue #15 `_ - Pane ordering
14
+ - `Issue #21 `_ - Python 2.6 errors with directories in unit tests
16
15
- ``shell_command_before `` for `teamocil `_.
17
16
- `teamocil `_ and `tmuxinator `_ import support for blank panes
18
17
- Add help docs to CLI commands and options.
33
32
- Assure ``$ tmuxp freeze `` works with ``start_directory `` and does not
34
33
return commands with dir and no CD's. (esp with zsh).
35
34
35
+ .. _Issue #15 : https://github.com/tony/tmuxp/issues/15
36
+ .. _Issue #21 : https://github.com/tony/tmuxp/issues/21
37
+
36
38
.. _milestone 0.2 :
37
39
38
40
Milestone 0.2
You can’t perform that action at this time.
0 commit comments