@@ -9,14 +9,14 @@ Here you can find the recent changes to libtmux
9
9
- Fix show_option test in tmux 3.0
10
10
- Clean up handle_option_error comments
11
11
12
- 0.8.2 < 2019-06-02>
13
- ------------------
12
+ libtmux 0.8.2 ( 2019-06-02)
13
+ --------------------------
14
14
- CHANGES updated to plain reStructuredText
15
15
- Add ``project_urls `` to setup.py for pypi.
16
16
- Looser Pipfile versions, add Pipfile.lock
17
17
18
- 0.8.1 < 2019-01-26>
19
- ------------------
18
+ libtmux 0.8.1 ( 2019-01-26)
19
+ --------------------------
20
20
- :issue: `117 ` Fix issue with renaming clients with tmux 2.7 on BSD/macOS
21
21
machines.
22
22
- :issue: `121 ` Support ``literal=True `` (``-l ``) in ``Pane.send_keys ``
@@ -29,8 +29,8 @@ Here you can find the recent changes to libtmux
29
29
- Add sphinxcontrib-napoleon package for documentation
30
30
- Move docstrings over to numpy's style
31
31
32
- 0.8.0 < 2018-03-11>
33
- ------------------
32
+ libtmux 0.8.0 ( 2018-03-11)
33
+ --------------------------
34
34
- :issue: `46 ` Change license from BSD to MIT
35
35
- Move to new organization, tmux-python
36
36
- Support package updates to pytest, sphinx, etc.
@@ -41,44 +41,44 @@ Here you can find the recent changes to libtmux
41
41
- :issue: `68 ` Make Server.has_session() use returncode, thanks
42
42
@jlargentaye! This should make ``has_session `` more robust.
43
43
44
- 0.7.8 < 2018-03-04>
45
- ------------------
44
+ libtmux 0.7.8 ( 2018-03-04)
45
+ --------------------------
46
46
- Port ``retry `` function from tmuxp
47
47
(https://github.com/tmux-python/tmuxp/issues/354)
48
48
49
- 0.7.7 < 2017-11-10>
50
- ------------------
49
+ libtmux 0.7.7 ( 2017-11-10)
50
+ --------------------------
51
51
- Don't add -x/-y in tmux >= 2.6 if running tmuxp from inside
52
52
client.
53
53
54
- 0.7.6 < 2017-11-09>
55
- ------------------
54
+ libtmux 0.7.6 ( 2017-11-09)
55
+ --------------------------
56
56
- Allow ``Window.select_layout `` with no args
57
57
- Fix test where ``bell- `` was no longer ambiguous as of tmux 2.6
58
58
59
- 0.7.5 < 2017-10-07>
60
- ------------------
59
+ libtmux 0.7.5 ( 2017-10-07)
60
+ --------------------------
61
61
- Hotfix to support tmux 2.6 session creation
62
62
63
- 0.7.4 < 2017-08-19>
64
- ------------------
63
+ libtmux 0.7.4 ( 2017-08-19)
64
+ --------------------------
65
65
- :issue: `65 ` Add session id to commands, thanks `@askedrelic `_
66
66
67
- 0.7.3 < 2017-05-29>
68
- ------------------
67
+ libtmux 0.7.3 ( 2017-05-29)
68
+ --------------------------
69
69
- Exact matches only supported on 2.1 and up
70
70
71
- 0.7.2 < 2017-05-29>
72
- ------------------
71
+ libtmux 0.7.2 ( 2017-05-29)
72
+ --------------------------
73
73
- Support exact matching in ``Server.has_session ``
74
74
75
- 0.7.1 < 2017-04-28>
76
- ------------------
75
+ libtmux 0.7.1 ( 2017-04-28)
76
+ --------------------------
77
77
- :issue: `37 ` Improve support for formatted options like
78
78
``pane-border-status ``. Thanks @kaushalmodi.
79
79
80
- 0.7.0 < 2017-04-27>
81
- ------------------
80
+ libtmux 0.7.0 ( 2017-04-27)
81
+ --------------------------
82
82
- Support for python 2.6 dropped. New minimum version is 2.7
83
83
- Add support for tmux 2.4, pypy and pypy3
84
84
- Overhaul error handling when setting and showing options
@@ -100,60 +100,60 @@ Here you can find the recent changes to libtmux
100
100
- Added pydoc exception info to option methods in window and sessions.
101
101
- Added ``TMUX_MIN_VERSION `` and ``TMUX_MAX_VERSION ``
102
102
103
- 0.6.5 < 2017-04-02>
104
- ------------------
103
+ libtmux 0.6.5 ( 2017-04-02)
104
+ --------------------------
105
105
- Fix ``which `` command
106
106
- Add ``TmuxCommandNotFound `` exception
107
107
- Add ``tmux_search_paths `` and ``append_env_path `` kwargs to
108
108
``tmux_cmd ``.
109
109
110
- 0.6.4 < 2017-03-25>
111
- ------------------
110
+ libtmux 0.6.4 ( 2017-03-25)
111
+ --------------------------
112
112
- :issue: `32 ` support for OpenBSD's tmux
113
113
114
- 0.6.3 < 2017-02-08>
115
- ------------------
114
+ libtmux 0.6.3 ( 2017-02-08)
115
+ --------------------------
116
116
- :issue: `25 ` support for working with tmux ``master ``, thanks @sloria.
117
117
118
- 0.6.2 < 2017-01-19>
119
- ------------------
118
+ libtmux 0.6.2 ( 2017-01-19)
119
+ --------------------------
120
120
- :issue: `197 ` use `LooseVersion ` instead of `StrictVersion ` for version
121
121
checks. Thanks @minijackson.
122
122
- Pin packages with pyup.io
123
123
- :issue: `21 ` Readme fix from @huwenchao.
124
124
125
- 0.6.1 < 2016-12-20>
126
- ------------------
125
+ libtmux 0.6.1 ( 2016-12-20)
126
+ --------------------------
127
127
- :issue: `18 ` Fix logger, courtesy of @geekli
128
128
- :issue: `19 ` Add support for ``start_directory `` in new sessions and
129
129
panes, courtesy of @gandelman-a.
130
130
- Fix tests and add official support for 2.3
131
131
132
- 0.6.0 < 2016-09-16>
133
- ------------------
132
+ libtmux 0.6.0 ( 2016-09-16)
133
+ --------------------------
134
134
- Raise exception for invalid session names. tmux does not
135
135
allow names that are empty, contain periods or colons.
136
136
- Remove unused ``target_sesssion `` param in
137
137
``Server.attach_session `` and ``Server.switch_client ``.
138
138
139
- 0.5.1 < 2016-08-18>
140
- ------------------
139
+ libtmux 0.5.1 ( 2016-08-18)
140
+ --------------------------
141
141
- :issue: `12 ` - fix logger message when tmux doesn't exist in ``PATH ``
142
142
143
- 0.5 < 2016-06-15>
144
- ----------------
143
+ libtmux 0.5 ( 2016-06-15)
144
+ ------------------------
145
145
- :issue: `8 ` new exception ``UnknownOption ``
146
146
- :issue: `8 ` return ``None `` for options that are valid tmux options,
147
147
but unset at that scope.
148
148
- :issue: `6 ` major documentation overhaul
149
149
150
- 0.4.1 < 2016-05-23>
151
- ------------------
150
+ libtmux 0.4.1 ( 2016-05-23)
151
+ --------------------------
152
152
- update ``which() `` to find tmux via ``os.environ['PATH'] ``.
153
153
https://redd.it/4laeut
154
154
155
- 0.4.0 < 2016-05-23>
156
- ------------------
155
+ libtmux 0.4.0 ( 2016-05-23)
156
+ --------------------------
157
157
- attributes for formatters are now accessible via
158
158
``Session ``, ``Window `` and ``Pane `` objects. ``session.name ``
159
159
is equivalent to ``session.get('session_name') ``, you can do the
@@ -166,12 +166,12 @@ Here you can find the recent changes to libtmux
166
166
- ``.findWhere() `` is now ``find_where ``.
167
167
- README and usage fixes
168
168
169
- 0.3.0 < 2016-05-23>
170
- ------------------
169
+ libtmux 0.3.0 ( 2016-05-23)
170
+ --------------------------
171
171
- switch to pytest
172
172
173
- 0.1.0 < 2016-05-22>
174
- ------------------
173
+ libtmux 0.1.0 ( 2016-05-22)
174
+ --------------------------
175
175
- libtmux forked from `tmuxp `_.
176
176
177
177
.. _tmuxp : https://github.com/tmux-python/tmuxp
0 commit comments