Skip to content

Commit 64d54a4

Browse files
committed
docs(CHANGES): Fix links (restructure title formatting)
cat CHANGES | sed s/"<\(201[5-9]\|2020\)"/"\(\1"/g | sed s/">$"/"\)"/g | \ sed 's/^0\..*/libtmux &/g' | sed 's/^--/&--------/g' > CHANGES
1 parent 08c8394 commit 64d54a4

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed

CHANGES

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Here you can find the recent changes to libtmux
99
- Fix show_option test in tmux 3.0
1010
- Clean up handle_option_error comments
1111

12-
0.8.2 <2019-06-02>
13-
------------------
12+
libtmux 0.8.2 (2019-06-02)
13+
--------------------------
1414
- CHANGES updated to plain reStructuredText
1515
- Add ``project_urls`` to setup.py for pypi.
1616
- Looser Pipfile versions, add Pipfile.lock
1717

18-
0.8.1 <2019-01-26>
19-
------------------
18+
libtmux 0.8.1 (2019-01-26)
19+
--------------------------
2020
- :issue:`117` Fix issue with renaming clients with tmux 2.7 on BSD/macOS
2121
machines.
2222
- :issue:`121` Support ``literal=True`` (``-l``) in ``Pane.send_keys``
@@ -29,8 +29,8 @@ Here you can find the recent changes to libtmux
2929
- Add sphinxcontrib-napoleon package for documentation
3030
- Move docstrings over to numpy's style
3131

32-
0.8.0 <2018-03-11>
33-
------------------
32+
libtmux 0.8.0 (2018-03-11)
33+
--------------------------
3434
- :issue:`46` Change license from BSD to MIT
3535
- Move to new organization, tmux-python
3636
- Support package updates to pytest, sphinx, etc.
@@ -41,44 +41,44 @@ Here you can find the recent changes to libtmux
4141
- :issue:`68` Make Server.has_session() use returncode, thanks
4242
@jlargentaye! This should make ``has_session`` more robust.
4343

44-
0.7.8 <2018-03-04>
45-
------------------
44+
libtmux 0.7.8 (2018-03-04)
45+
--------------------------
4646
- Port ``retry`` function from tmuxp
4747
(https://github.com/tmux-python/tmuxp/issues/354)
4848

49-
0.7.7 <2017-11-10>
50-
------------------
49+
libtmux 0.7.7 (2017-11-10)
50+
--------------------------
5151
- Don't add -x/-y in tmux >= 2.6 if running tmuxp from inside
5252
client.
5353

54-
0.7.6 <2017-11-09>
55-
------------------
54+
libtmux 0.7.6 (2017-11-09)
55+
--------------------------
5656
- Allow ``Window.select_layout`` with no args
5757
- Fix test where ``bell-`` was no longer ambiguous as of tmux 2.6
5858

59-
0.7.5 <2017-10-07>
60-
------------------
59+
libtmux 0.7.5 (2017-10-07)
60+
--------------------------
6161
- Hotfix to support tmux 2.6 session creation
6262

63-
0.7.4 <2017-08-19>
64-
------------------
63+
libtmux 0.7.4 (2017-08-19)
64+
--------------------------
6565
- :issue:`65` Add session id to commands, thanks `@askedrelic`_
6666

67-
0.7.3 <2017-05-29>
68-
------------------
67+
libtmux 0.7.3 (2017-05-29)
68+
--------------------------
6969
- Exact matches only supported on 2.1 and up
7070

71-
0.7.2 <2017-05-29>
72-
------------------
71+
libtmux 0.7.2 (2017-05-29)
72+
--------------------------
7373
- Support exact matching in ``Server.has_session``
7474

75-
0.7.1 <2017-04-28>
76-
------------------
75+
libtmux 0.7.1 (2017-04-28)
76+
--------------------------
7777
- :issue:`37` Improve support for formatted options like
7878
``pane-border-status``. Thanks @kaushalmodi.
7979

80-
0.7.0 <2017-04-27>
81-
------------------
80+
libtmux 0.7.0 (2017-04-27)
81+
--------------------------
8282
- Support for python 2.6 dropped. New minimum version is 2.7
8383
- Add support for tmux 2.4, pypy and pypy3
8484
- Overhaul error handling when setting and showing options
@@ -100,60 +100,60 @@ Here you can find the recent changes to libtmux
100100
- Added pydoc exception info to option methods in window and sessions.
101101
- Added ``TMUX_MIN_VERSION`` and ``TMUX_MAX_VERSION``
102102

103-
0.6.5 <2017-04-02>
104-
------------------
103+
libtmux 0.6.5 (2017-04-02)
104+
--------------------------
105105
- Fix ``which`` command
106106
- Add ``TmuxCommandNotFound`` exception
107107
- Add ``tmux_search_paths`` and ``append_env_path`` kwargs to
108108
``tmux_cmd``.
109109

110-
0.6.4 <2017-03-25>
111-
------------------
110+
libtmux 0.6.4 (2017-03-25)
111+
--------------------------
112112
- :issue:`32` support for OpenBSD's tmux
113113

114-
0.6.3 <2017-02-08>
115-
------------------
114+
libtmux 0.6.3 (2017-02-08)
115+
--------------------------
116116
- :issue:`25` support for working with tmux ``master``, thanks @sloria.
117117

118-
0.6.2 <2017-01-19>
119-
------------------
118+
libtmux 0.6.2 (2017-01-19)
119+
--------------------------
120120
- :issue:`197` use `LooseVersion` instead of `StrictVersion` for version
121121
checks. Thanks @minijackson.
122122
- Pin packages with pyup.io
123123
- :issue:`21` Readme fix from @huwenchao.
124124

125-
0.6.1 <2016-12-20>
126-
------------------
125+
libtmux 0.6.1 (2016-12-20)
126+
--------------------------
127127
- :issue:`18` Fix logger, courtesy of @geekli
128128
- :issue:`19` Add support for ``start_directory`` in new sessions and
129129
panes, courtesy of @gandelman-a.
130130
- Fix tests and add official support for 2.3
131131

132-
0.6.0 <2016-09-16>
133-
------------------
132+
libtmux 0.6.0 (2016-09-16)
133+
--------------------------
134134
- Raise exception for invalid session names. tmux does not
135135
allow names that are empty, contain periods or colons.
136136
- Remove unused ``target_sesssion`` param in
137137
``Server.attach_session`` and ``Server.switch_client``.
138138

139-
0.5.1 <2016-08-18>
140-
------------------
139+
libtmux 0.5.1 (2016-08-18)
140+
--------------------------
141141
- :issue:`12` - fix logger message when tmux doesn't exist in ``PATH``
142142

143-
0.5 <2016-06-15>
144-
----------------
143+
libtmux 0.5 (2016-06-15)
144+
------------------------
145145
- :issue:`8` new exception ``UnknownOption``
146146
- :issue:`8` return ``None`` for options that are valid tmux options,
147147
but unset at that scope.
148148
- :issue:`6` major documentation overhaul
149149

150-
0.4.1 <2016-05-23>
151-
------------------
150+
libtmux 0.4.1 (2016-05-23)
151+
--------------------------
152152
- update ``which()`` to find tmux via ``os.environ['PATH']``.
153153
https://redd.it/4laeut
154154

155-
0.4.0 <2016-05-23>
156-
------------------
155+
libtmux 0.4.0 (2016-05-23)
156+
--------------------------
157157
- attributes for formatters are now accessible via
158158
``Session``, ``Window`` and ``Pane`` objects. ``session.name``
159159
is equivalent to ``session.get('session_name')``, you can do the
@@ -166,12 +166,12 @@ Here you can find the recent changes to libtmux
166166
- ``.findWhere()`` is now ``find_where``.
167167
- README and usage fixes
168168

169-
0.3.0 <2016-05-23>
170-
------------------
169+
libtmux 0.3.0 (2016-05-23)
170+
--------------------------
171171
- switch to pytest
172172

173-
0.1.0 <2016-05-22>
174-
------------------
173+
libtmux 0.1.0 (2016-05-22)
174+
--------------------------
175175
- libtmux forked from `tmuxp`_.
176176

177177
.. _tmuxp: https://github.com/tmux-python/tmuxp

0 commit comments

Comments
 (0)