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
Copy file name to clipboardExpand all lines: CHANGES
+102-79
Original file line number
Diff line number
Diff line change
@@ -4,140 +4,163 @@ Changelog
4
4
5
5
Here you can find the recent changes to libtmux
6
6
7
-
- :release:`0.8.1 <2019-01-26>`
8
-
- :bug:`117` Fix issue with renaming clients with tmux 2.7 on BSD/macOS
7
+
0.8.1 <2019-01-26>
8
+
------------------
9
+
- :issue:`117` Fix issue with renaming clients with tmux 2.7 on BSD/macOS
9
10
machines.
10
-
- :support:`121` Support ``literal=True`` (``-l``) in ``Pane.send_keys``
11
+
- :issue:`121` Support ``literal=True`` (``-l``) in ``Pane.send_keys``
11
12
from @ritiek
12
-
- :bug:`131` Fix for unicode commands in Python 2, thanks @myw
13
-
- :support:`172` Support for next-X.Y versions from @sloria
14
-
- :support:`120` ``capture_pane`` support for ``Pane``
15
-
- :support:`119` ``display_message`` support for ``Pane``
16
-
- :support:`-` Sort imports with isort
17
-
- :support:`-` Add sphinxcontrib-napoleon package for documentation
18
-
- :support:`-` Move docstrings over to numpy's style
19
-
20
-
- :release:`0.8.0 <2018-03-11>`
21
-
- :support:`46` Change license from BSD to MIT
22
-
- :support:`-` Move to new organization, tmux-python
23
-
- :support:`-` Support package updates to pytest, sphinx, etc.
24
-
- :support:`-` Travis/CI: Limit tests to Python 2.7 and 3.6 (removed 3.3 to 3.5)
25
-
- :support:`-` Travis/CI: Update pypy veersions
26
-
- :feature:`103` ``Server.new_session`` learned how to run commands in
13
+
- :issue:`131` Fix for unicode commands in Python 2, thanks @myw
14
+
- :issue:`172` Support for next-X.Y versions from @sloria
15
+
- :issue:`120` ``capture_pane`` support for ``Pane``
16
+
- :issue:`119` ``display_message`` support for ``Pane``
17
+
- Sort imports with isort
18
+
- Add sphinxcontrib-napoleon package for documentation
19
+
- Move docstrings over to numpy's style
20
+
21
+
0.8.0 <2018-03-11>
22
+
------------------
23
+
- :issue:`46` Change license from BSD to MIT
24
+
- Move to new organization, tmux-python
25
+
- Support package updates to pytest, sphinx, etc.
26
+
- Travis/CI: Limit tests to Python 2.7 and 3.6 (removed 3.3 to 3.5)
27
+
- Travis/CI: Update pypy veersions
28
+
- :issue:`103` ``Server.new_session`` learned how to run commands in
27
29
window on session start, thanks @grimpy!
28
-
- :support:`68` Make Server.has_session() use returncode, thanks
30
+
- :issue:`68` Make Server.has_session() use returncode, thanks
29
31
@jlargentaye! This should make ``has_session`` more robust.
30
32
31
-
- :release:`0.7.8 <2018-03-04>`
32
-
- :support:`-` Port ``retry`` function from tmuxp
33
+
0.7.8 <2018-03-04>
34
+
------------------
35
+
- Port ``retry`` function from tmuxp
33
36
(https://github.com/tmux-python/tmuxp/issues/354)
34
37
35
-
- :release:`0.7.7 <2017-11-10>`
36
-
- :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