@@ -4,13 +4,14 @@ Changelog
4
4
5
5
Here you can find the recent changes to tmuxp
6
6
7
+ - :feature: `0 major ` tests moved to py.test framework
8
+ - :feature: `0 major ` `libtmux `_ core split into its own project
7
9
- :feature: `145 ` Add new-window command functionality, @ikirudennis
8
-
9
10
- :feature: `146 ` Optionally disable shell history suppression, @kmactavish
10
-
11
11
- :support: `147 ` Patching unittest timing for shell history suppression
12
12
- :support: `- ` move doc building, tests and watcher to Makefile
13
13
- :support: `- ` update .tmuxp.yaml and .tmuxp.json for Makefile change
14
+ - :support: `- ` overhaul README
14
15
15
16
- :release: `0.11.0 <2016-02-29> `
16
17
- :support: `137 ` Support for environment settings in configs, thanks
@@ -50,7 +51,7 @@ Here you can find the recent changes to tmuxp
50
51
- :support: `110 ` de-vendorize `colorama `_. Thanks `@marbu `_.
51
52
- :support: `109 ` fix failure of test_pane_order on fedora machines from
52
53
`@marbu `_
53
- - :support: `105 `: append ``.txt `` extension to manuals (repo ony)
54
+ - :support: `105 ` append ``.txt `` extension to manuals (repo ony)
54
55
from `@yegortimoshenko `_.
55
56
- :support: `107 ` Fix Server.attached_sessions return type by
56
57
`@thomasballinger `_.
@@ -637,4 +638,6 @@ Here you can find the recent changes to tmuxp
637
638
.. _.where() : http://underscorejs.org/#where
638
639
.. _.findWhere() : http://underscorejs.org/#findWhere
639
640
640
- .. todo :: # vim: set filetype=rst:
641
+ .. _libtmux : https://github.com/tony/libtmux
642
+
643
+ .. # vim: set filetype=rst:
0 commit comments