You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- :support:`-` Don't add -x/-y in tmux >= 2.6 if running tmuxp from inside
38
+
0.7.7 <2017-11-10>
39
+
------------------
40
+
- Don't add -x/-y in tmux >= 2.6 if running tmuxp from inside
37
41
client.
38
42
39
-
- :release:`0.7.6 <2017-11-09>`
40
-
- :feature:`-` Allow ``Window.select_layout`` with no args
41
-
- :bug:`-` Fix test where ``bell-`` was no longer ambiguous as of tmux 2.6
43
+
0.7.6 <2017-11-09>
44
+
------------------
45
+
- Allow ``Window.select_layout`` with no args
46
+
- Fix test where ``bell-`` was no longer ambiguous as of tmux 2.6
42
47
43
-
- :release:`0.7.5 <2017-10-07>`
44
-
- :support:`- backported` Hotfix to support tmux 2.6 session creation
48
+
0.7.5 <2017-10-07>
49
+
------------------
50
+
- Hotfix to support tmux 2.6 session creation
45
51
46
-
- :release:`0.7.4 <2017-08-19>`
47
-
- :feature:`65` Add session id to commands, thanks `@askedrelic`_
52
+
0.7.4 <2017-08-19>
53
+
------------------
54
+
- :issue:`65` Add session id to commands, thanks `@askedrelic`_
48
55
49
-
- :release:`0.7.3 <2017-05-29>`
50
-
- :support:`-` Exact matches only supported on 2.1 and up
56
+
0.7.3 <2017-05-29>
57
+
------------------
58
+
- Exact matches only supported on 2.1 and up
51
59
52
-
- :release:`0.7.2 <2017-05-29>`
53
-
- :support:`-` Support exact matching in ``Server.has_session``
60
+
0.7.2 <2017-05-29>
61
+
------------------
62
+
- Support exact matching in ``Server.has_session``
54
63
55
-
- :release:`0.7.1 <2017-04-28>`
56
-
- :support:`37` Improve support for formatted options like
64
+
0.7.1 <2017-04-28>
65
+
------------------
66
+
- :issue:`37` Improve support for formatted options like
57
67
``pane-border-status``. Thanks @kaushalmodi.
58
68
59
-
- :release:`0.7.0 <2017-04-27>`
60
-
- :support:`-` Support for python 2.6 dropped. New minimum version is 2.7
61
-
- :feature:`-` Add support for tmux 2.4, pypy and pypy3
62
-
- :feature:`-` Overhaul error handling when setting and showing options
69
+
0.7.0 <2017-04-27>
70
+
------------------
71
+
- Support for python 2.6 dropped. New minimum version is 2.7
72
+
- Add support for tmux 2.4, pypy and pypy3
73
+
- Overhaul error handling when setting and showing options
63
74
64
75
- Added `handle_option_error` for handling option errors
65
76
- Added :exc:`libtmux.exc.OptionError` base exception
66
77
- Added :exc:`libtmux.exc.InvalidOption` and `libtmux.exc.AmbiguousOption`
67
78
- :exc:`libtmux.exc.UnknownOption` now extends :exc:`libtmux.exc.OptionError`
68
79
69
-
- :feature:`-` Overhaul version checking
80
+
- Overhaul version checking
70
81
71
82
- ``has_version`` has been renamed to ``get_version``
72
83
- ``get_version`` will return tmux built from git master as the latest version supported by the libtmux version with ``-master`` at the end, e.g. ``2.4-master``
73
84
- ``get_version`` will return tmux on openbsd base system as the latest version supported by the libtmux version with ``-openbsd`` at the end, e.g. ``2.4-openbsd``
74
85
- ``has_required_tmux_version`` has been renamed to ``has_minimum_version``
0 commit comments